[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 (324 B)
loadedFrames = _root.getBytesLoaded();
totalFrames = _root.getBytesTotal();
if (loadedFrames < totalFrames) {
_root.dynamic.percentageOutput = int((loadedFrames / totalFrames) * 100) + "%";
gotoAndPlay (2);
} else if (loadedFrames == totalFrames) {
_root.dynamic.percentageOutput = "100%";
gotoAndPlay (4);
}
Frame 15 (8 B)
stop();
Frame 16 (17 B)
stopAllSounds();
Frame 3197 (8 B)
stop();
Symbol 15 Button (35 B)
on (release) {
gotoAndPlay (16);
}
Symbol 79 Button (70 B)
on (release) {
getURL ("http://www.fourinchesofego.com", "_blank");
}
Symbol 85 Button (35 B)
on (release) {
gotoAndPlay (16);
}