Forum und email

swf_openfile

(PHP 4)

swf_openfile — Open a new Shockwave Flash file

설명

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.

매개변수

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.

반환값

값을 반환하지 않습니다.

변경 기록

버전 설명
4.0.1 Support for php://stdout was added.