Home > PHP > Function > SWF > swf_actionwaitforframe()

swf_actionwaitforframe()

swf_actionwaitforframe - Skip actions if a frame has not been loaded

Syntax

swf_actionwaitforframe (int $framenumber, int $skipcount)

Arguments

  • framenumber - The frame number.
  • skipcount - The number of actions to skip.

Description

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.

Version

PHP 4

Return value

No value is returned.