SWFMovie->add()

(no version information, might be only in CVS)

SWFMovie->add() -- Adds any type of data to a movie

Descrição

class SWFMovie {

mixed add ( object instance )

}

Atenção

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

Adds an SWF object instance to the current movie.

Parâmetros

instance

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

Valores de retornado

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.

Veja também

SWFMovie->remove()