Forum und email

SWFMovie->add()

(PHP 4 >= 4.3.3)

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

Popis

SWFMovie
mixed add ( object $instance )
Warning

Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.

Adds an SWF object instance to the current movie.

Parametre

instance

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

Vrátené hodnoty

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.

Tiež pozri