Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 12168

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Adds any type of data to a movie</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.swfmovie.html">SWFMovie</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="swfmovie.addexport.html">SWFMovie::addExport</a></div>
 <div class="up"><a href="class.swfmovie.html">SWFMovie</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="swfmovie.add" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SWFMovie::add</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.3)</p><p class="refpurpose"><span class="refname">SWFMovie::add</span> &mdash; <span class="dc-title">Adds any type of data to a movie</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-swfmovie.add-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <span class="methodname"><strong>SWFMovie::add</strong></span>
    ( <span class="methodparam"><span class="type">object</span> <code class="parameter">$instance</code></span>
   )</div>

  <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this function, its name, and
surrounding documentation may change without notice in a future release of PHP.
This function should be used at your own risk.
</p></div>
  <p class="para">
   Adds an SWF object <em><code class="parameter">instance</code></em> to the current movie.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-swfmovie.add-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">instance</code></em></span>
     <dd>

      <p class="para">
       Any type of object instance, like <a href="class.swfshape.html" class="xref">SWFShape</a>,
       <a href="class.swftext.html" class="xref">SWFText</a>, <a href="class.swffont.html" class="xref">SWFFont</a>.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-swfmovie.add-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   For displayable types (shape, text, button, sprite), this returns an 
   <a href="class.swfdisplayitem.html" class="xref">SWFDisplayItem</a>, a handle to the object in a display
   list. Thus, you can add the same shape to a movie multiple 
   times and get separate handles back for each separate instance. 
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-swfmovie.add-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="swfmovie.remove.html" class="function" rel="rdfs-seeAlso">SWFMovie::remove()</a> - Removes the object instance from the display list</span></li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.swfmovie.html">SWFMovie</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="swfmovie.addexport.html">SWFMovie::addExport</a></div>
 <div class="up"><a href="class.swfmovie.html">SWFMovie</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>