SWF 함수 목록
PHP Manual

swf_actionwaitforframe

(PHP 4)

swf_actionwaitforframeSkip actions if a frame has not been loaded

설명

void swf_actionwaitforframe ( int $framenumber , int $skipcount )

The swf_actionwaitforframe() function will check to see if the frame, specified by the framenumber parameter has been loaded, if not it will skip the number of actions specified by the skipcount parameter. This can be useful for "Loading..." type animations.

인수

framenumber

The frame number.

skipcount

The number of actions to skip.

반환값

값을 반환하지 않습니다.


SWF 함수 목록
PHP Manual