[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 (19 B)
_quality = "low";
Frame 3 (142 B)
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay (1);
stat.text = Math.round((getBytesLoaded() / getBytesTotal()) * 100) + "";
}
Frame 4 (8 B)
stop();
Instance of Symbol 6 MovieClip in Frame 4 (40 B)
onClipEvent (mouseUp) {
_root.play();
}
Frame 5 (25 B)
dude.play();
bg.play();
Frame 125 (25 B)
bg.stop();
dude.stop();
Frame 232 (18 B)
stop();
stop();