[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 (142 B)
stopAllSounds();
play();
load = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
setProperty("bar", _width , load * 2);
Frame 2 (97 B)
stopAllSounds();
play();
if (load != 100) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Frame 3 (26 B)
stopAllSounds();
stop();
Frame 4 (8 B)
stop();
Symbol 11 Button (23 B)
on (press) {
play();
}