SWFMovie::add

(PHP 4 >= 4.3.3)

SWFMovie::addAdds any type of data to a movie

Beskrivelse

mixed SWFMovie::add ( object $instance )
Advarsel

This function is EXPERIMENTAL. 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.

Adds an SWF object instance to the current movie.

Parametre

instance

Any type of object instance, like SWFShape, SWFText, SWFFont.

Returnerings Værdier

For displayable types (shape, text, button, sprite), this returns an SWFDisplayItem, 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.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top