SWFMovie::add

(PHP 5 <= 5.3.0, PECL ming SVN)
Adds any type of data to a movie
mixed SWFMovie::add ( object $instance )

Adds an SWF object instance to the current movie.

Parameters:
instance

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

Returns:

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.

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.

See also:

SWFMovie::remove() -

doc_php
2016-02-24 16:03:49
Comments
Leave a Comment

Please login to continue.