#22003/8/7 10:12:52
第一帧放
property spnum
on exitFrame me
if sprite(spnum).playing then
go the frame
else
go the frame+1
end if
end
on getpropertydescriptionlist me
set mlist=[:]
addprop mlist,#spnum,[#format:#integer,#default:0,#comment:"flash channel number:"]
return mlist
end
第二帧放
on beginsrptie me
go movie "*.dir"
end
原理:在第一帧放完swf,到第二帧,第二帧跳到指定dir。
也可以在第一帧的(go the frame+1)处改为(go movie "*.dir")
PS:swf要把loop去掉,不然...你就一直看swf吧。