swf_openfile
Open a new Shockwave Flash file
&reftitle.description;
voidswf_openfile
stringfilename
floatwidth
floatheight
floatframerate
floatr
floatg
floatb
Opens a new file. This must be the first function you call, otherwise your
script will not work.
&reftitle.parameters;
filename
The path to the SWF file. If you want to send your output to the
screen, set this to php://stdout.
width
The movie width
height
The movie height
framerate
The frame rate.
r
Red value for the background.
g
Green value for the background.
b
Blue value for the background.
&reftitle.returnvalues;
&return.void;
&reftitle.changelog;
&Version;
&Description;
4.0.1
Support for php://stdout was added.
&reftitle.seealso;
swf_closefile