SWFMovie
PHP 手册

SWFMovie->add

(No version information available, might be only in CVS)

SWFMovie->addAdds any type of data to a movie

说明

mixed add ( object $instance )
Warning

本函数是实验性的。本函数的行为,包括函数名称以及其它任何关于本函数的文档可能会在没有通知的情况下随 PHP 以后的发布而改变。使用本函数风险自担。

Adds an SWF object instance to the current movie.

参数

instance

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

返回值

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.

参见


SWFMovie
PHP 手册