swf_openfile
Opis
void swf_openfile ( string filename, float width, float height, float framerate, float r, float g, float b )Opens a new file. This must be the first function you call, otherwise your script will not work.
Parametry
filenameThe path to the SWF file. If you want to send your output to the screen, set this to php://stdout.
widthThe movie width
heightThe movie height
framerateThe frame rate.
rRed value for the background.
gGreen value for the background.
bBlue value for the background.
| Poprzedni | Spis treści | Następny |
| swf_oncondition | Początek rozdziału |