#62002/8/19 12:28:27
btn.onRelease=function(){“
这个最后的引号从哪里来的?哈哈。
不用改什么东西。
有个button叫btn
就行啦
另外:刚才的代码没调试过,本人的疏忽,造成路径问题,改正代码如下:
btn.onRelease = function() {
_root.createEmptyMovieClip("target_mc", 10);
loadMovie("test4.swf", "target_mc");
_root.onEnterFrame = function() {
if (target_mc.getBytesTotal()>0) {
target_mc.gotoAndPlay(100);
_root.onEnterFrame = undefined;
}
};
};
祝你成功!
编辑历史:[这消息被mmommo编辑过(编辑时间2002-08-19 12:29:14)]
[这消息被mmommo编辑过(编辑时间2002-08-19 12:39:54)]