swf_addbuttonrecord> <swf_actiontogglequality
Last updated: Fri, 24 Feb 2012

swf_actionwaitforframe

(PHP 4)

swf_actionwaitforframeSkip actions if a frame has not been loaded

Descrição

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.

Parâmetros

framenumber

The frame number.

skipcount

The number of actions to skip.

Valor Retornado

Não há valor retornado.



User Contributed Notes
swf_actionwaitforframe
There are no user contributed notes for this page.

swf_addbuttonrecord> <swf_actiontogglequality
Last updated: Fri, 24 Feb 2012