(no version information, might be only in CVS)
SWFDisplayItem __ Creates a new displayitem object_
Description
new
swfdisplayitem ( void )
| Aviso |
Esta función
es EXPERIMENTAL_ Esto significa que el
comportamiento de esta función, el nombre de esta
función y en definitiva TODO lo documentado sobre esta
función, puede cambiar en una futura version de PHP SIN
AVISO_ La advertencia queda hecha, y utilizar esta extensión
queda bajo su propia responsabiliad_ |
swfdisplayitem() creates a new swfdisplayitem object_
Here's where all the animation takes place_ After you define a shape,
a text object, a sprite, or a button, you add it to the movie, then use
the returned handle to move, rotate, scale, or skew the thing_
SWFDisplayItem has the following methods : swfdisplayitem_>move(),
swfdisplayitem_>moveto(), swfdisplayitem_>scaleto(),
swfdisplayitem_>scale(), swfdisplayitem_>rotate(),
swfdisplayitem_>rotateto(), swfdisplayitem_>skewxto(),
swfdisplayitem_>skewx(), swfdisplayitem_>skewyto()
swfdisplayitem_>skewyto(), swfdisplayitem_>setdepth()
swfdisplayitem_>remove(), swfdisplayitem_>setname()
swfdisplayitem_>setratio(), swfdisplayitem_>addcolor()
and swfdisplayitem_>multcolor()_