[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 4 (268 B)
loadedBytes = _root.getBytesLoaded();
totalBytes = _root.getBytesTotal();
if (loadedBytes < totalBytes) {
percentageOutput = int((loadedBytes / totalBytes) * 100);
_root.loaderBar._xscale = percentageOutput;
gotoAndPlay (3);
} else {
gotoAndPlay (5);
}
Frame 11 (17 B)
stopAllSounds();
Frame 1650 (8 B)
stop();
Symbol 111 MovieClip Frame 105 (18 B)
gotoAndPlay (35);
Symbol 112 Button (35 B)
on (release) {
gotoAndPlay (11);
}
Symbol 113 Button (64 B)
on (release) {
getURL ("http://www.brianmung.com", "_blank");
}