(PHP 4)
swf_openfile — Open a new Shockwave Flash file
Opens a new file. This must be the first function you call, otherwise your script will not work.
The path to the SWF file. If you want to send your output to the screen, set this to php://stdout.
The movie width
The movie height
The frame rate.
Red value for the background.
Green value for the background.
Blue value for the background.
无返回值。
版本 | 说明 |
---|---|
4.0.1 | Support for php://stdout was added. |