[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 3 (155 B)
if (getBytesLoaded() == getBytesTotal()) {
gotoAndStop (4);
} else {
gotoAndPlay (2);
}
b = Math.round(100 * (getBytesLoaded() / getBytesTotal()));
Frame 4 (60 B)
b = Math.round(100 * (getBytesLoaded() / getBytesTotal()));
Frame 419 (8 B)
stop();
Symbol 7 Button (34 B)
on (release) {
gotoAndPlay (5);
}
Symbol 28 Button (34 B)
on (release) {
gotoAndPlay (5);
}