swf_actionstop

(PHP 4, PECL)

swf_actionstop --  Stop playing the flash movie at the current frame

Description

void swf_actionstop ( void )

Stop playing the flash movie at the current frame.


add a note add a note User Contributed Notes
rob at notquitesonic dot com
05-Oct-2000 04:39
this alone won't stop the frame, you need to follow it with a swf_showframe() to show the last frame (or pick a frame from your sequence to hold on)