[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 2 (320 B)
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
loadedkbytes = Math.ceil(loadedbytes / 1000);
totalkbytes = Math.ceil(totalbytes / 1000);
if (loadedbytes == totalbytes) {
gotoAndPlay (4);
}
frame = int(loadedbytes / (totalbytes / 100));
tellTarget (_root.loader) {
gotoAndStop(_root.frame);
};
Frame 3 (17 B)
gotoAndPlay (1);
Frame 4 (17 B)
gotoAndPlay (5);
Frame 1322 (8 B)
stop();
Symbol 120 Button (34 B)
on (release) {
gotoAndPlay (5);
}