SWF 函数
在线手册:中文 英文
PHP手册

swf_actionstop

(PHP 4)

swf_actionstopStop playing the flash movie at the current frame

说明

void swf_actionstop ( void )

Stop playing the flash movie at the current frame.

返回值

没有返回值。

参见


SWF 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: Stop playing the flash movie at the current frame

用户评论:

rob at notquitesonic dot com (05-Oct-2000 09: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)