SWF_ACTIONWAITFORFRAME(3) 1 SWF_ACTIONWAITFORFRAME(3)
swf_actionwaitforframe - Skip actions if a frame has not been loaded
SYNOPSIS
void swf_actionwaitforframe (int $framenumber, int $skipcount)
DESCRIPTION
The swf_actionwaitforframe(3) 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.
PARAMETERS
o $framenumber
- The frame number.
o $skipcount
- The number of actions to skip.
RETURN VALUES
No value is returned.
PHP Documentation Group SWF_ACTIONWAITFORFRAME(3)