江南春是一首什么:_parent.play();代表什么意思?

来源:百度文库 编辑:高考问答 时间:2024/03/29 01:55:55
_parent.play();代表什么意思?

一:
getURL("http://***/***.swf");

二:
getURL("http://***/***.swf");
stop();
_parent.play();
stop();

这两个命令有什么细微的区别?

_parent.play();代表什么意思?
//当前剪辑的父剪辑(包括当前影片的上一级影片)开始播放;
一:
getURL(\"http://***/***.swf\");
//打开\"http://***/***.swf\"链接,
二:
getURL(\"http://***/***.swf\");
stop();
//停止播放
_parent.play();
stop();