PHP swf_openfile function
Like this blog? Consider exploring one of our sponsored banner ads...
swf_openfile
(PHP 4, PECL)
swf_openfile — Open a new Shockwave Flash fileDescriptionvoid 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.
filename
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.
Return Values
No value is returned.
VersionDescription4.0.1 Support for php://stdout was added.
About this entry
You’re currently reading “PHP swf_openfile function,” an entry on BRADINO
- Published:
- 2.26.07 / 12am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]