saveToFile()"HREF="function.swfmovie.savetofile.html"> Manuál PHP Předcházející Další (no version information, might be onl..."/>
Forum und email
SWFMovie->save()

SWFMovie->save()

(no version information, might be only in CVS)

SWFMovie->save() -- Saves the SWF movie in a file

Popis

class SWFMovie {

int save ( string filename [, int compression] )

}

Varování

Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí.

Saves the SWF movie to the specified filename.

Seznam parametrů

filename

The path to the saved SWF document.

compression

The compression level can be a value between 0 and 9, defining the SWF compression similar to gzip compression.

This parameter is only available as of Flash MX (6).

Návratové hodnoty

Return the number of bytes written or FALSE on error.