[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 (193 B)
fscommand ("allowscale", false);
fscommand ("showmenu", false);
Temp_bt = getBytesLoaded();
T_bt = getBytesTotal();
itemp = Math.round((Temp_bt / T_bt) * 100);
loadbar.gotoandplay(itemp);
Frame 5 (74 B)
if (Temp_bt == T_bt) {
gotoAndPlay (6);
} else {
gotoAndPlay (1);
}
Frame 4927 (8 B)
stop();
Symbol 19 MovieClip Frame 1 (8 B)
stop();
Symbol 174 Button (36 B)
on (release) {
gotoAndPlay (123);
}