addExport()"HREF="function.swfmovie.addexport.html"> Podręcznik PHP Poprzedni Następny (no version information, might be ..."/>
Forum und email
SWFMovie->add()

SWFMovie->add()

(no version information, might be only in CVS)

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

Opis

class SWFMovie {

mixed add ( object instance )

}

Ostrzeżenie

Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.

Adds an SWF object instance to the current movie.

Parametry

instance

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

Zwracane wartości

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.

Patrz także

SWFMovie->remove()