[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.Frame 1 (8 B)
stop();
Symbol 11 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 7 MovieClip in Symbol 11 MovieClip Frame 1 (224 B)
onClipEvent (enterFrame) {
b_loaded = _root.getBytesLoaded();
b_total = _root.getBytesTotal();
percent = Math.round((b_loaded / b_total) * 100);
if (percent >= 100) {
tellTarget ("_root") {
nextFrame();
};
}
}
Symbol 18 Button (34 B)
on (release) {
gotoAndPlay (3);
}