swf_actiongotoframe()
swf_actiongotoframe - Play a frame and then stop
Syntax
swf_actiongotoframe (
int $framenumber)
Arguments
- framenumber - The frame number.
Description
The swf_actiongotoframe() function will go to the frame specified by framenumber, play it, and then stop.
Version
PHP 4
Return value
No value is returned.