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

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 函数
在线手册:中文  英文

用户评论:

rob at notquitesonic dot com (2000-10-05 01:39:08)

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)

易百教程