Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
swf_actionwaitforframe
(PHP 4)
swf_actionwaitforframe — Skip 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.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru