[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Combined Code (272 B)
movieClip 1 {
}
instance of movieClip 1 {
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) == 100) {
_root.gotoAndPlay(2);
}
}
}
frame 31 {
gotoAndPlay(2);
}