Query: swf_actionwaitforframe
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SWF_ACTIONWAITFORFRAME(3) 1 SWF_ACTIONWAITFORFRAME(3) swf_actionwaitforframe - Skip actions if a frame has not been loadedSYNOPSISvoid swf_actionwaitforframe (int $framenumber, int $skipcount)DESCRIPTIONThe 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.PARAMETERSo $framenumber - The frame number. o $skipcount - The number of actions to skip.RETURN VALUESNo value is returned. PHP Documentation Group SWF_ACTIONWAITFORFRAME(3)