swf_openfile
(PHP4 >= 4.0RC2)
swf_openfile --- 开启新的Shockwave Flash文件
语法 :
void swf_openfile
(string filename, float width, float height, float framerate, float r, float g, float b)说明 :
swf_openfile( )开启一个新的文件filename,width的寛度和heigth的高度,框架(frame)framerate的比率,和背景色红色 r、绿色 g 、蓝色 b。
swf_openfile( )必须是你第一个呼叫的函数,否则你的程式将会引起错误。如果你想要送出你的输出到萤幕(screen),可使文件名称为"php://stdout"(4.0.1以上才提供此功能)