php-doc-en/reference/ming/functions/swfmovie.xml
Jakub Vrana c982ce9aa5 Change "object" to specific objects
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172546 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-12 12:59:09 +00:00

55 lines
1.8 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ming.xml, last change in rev 1.24 -->
<refentry id="function.swfmovie">
<refnamediv>
<refname>SWFMovie</refname>
<refpurpose>Creates a new movie object, representing an SWF version 4 movie</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>SWFMovie</type><methodname>swfmovie</methodname>
<void/>
</methodsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie</function> creates a new movie object,
representing an SWF version 4 movie.
</para>
<simpara>
SWFMovie has the following methods :
<function>swfmovie->output</function>,<function>swfmovie->save</function>,
<function>swfmovie->add</function>, <function>swfmovie->remove</function>,
<function>swfmovie->nextframe</function>, <function>swfmovie->setbackground</function>,
<function>swfmovie->setrate</function>, <function>swfmovie->setdimension</function>,
<function>swfmovie->setframes</function> and <function>swfmovie->streammp3</function>.
</simpara>
<simpara>
See examples in :
<function>swfdisplayitem->rotateto</function>, <function>swfshape->setline</function>,
<function>swfshape->addfill</function>... Any example will use this object.
</simpara>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->