SWFMovie->save()

(no version information, might be only in CVS)

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

Description

class SWFMovie {

int save ( string filename [, int compression] )

}

Avertissement

Cette fonction est EXPERIMENTALE. Cela signifie que le comportement de cette fonction, son nom et, concrètement, TOUT ce qui est documenté ici peut changer dans un futur proche, SANS PREAVIS ! Soyez-en conscient, et utilisez cette fonction à vos risques et périls.

Saves the SWF movie to the specified filename.

Liste de paramètres

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).

Valeurs de retour

Return the number of bytes written or FALSE on error.

Voir aussi

SWFMovie->output()
SWFMovie->saveToFile()