[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 (112 B)
if (this.getBytesLoaded() < (this.getBytesTotal() / 2)) {
gotoAndPlay (2);
} else {
gotoAndPlay (4);
}
Frame 2 (75 B)
loading_mc._xscale = (this.getBytesLoaded() / this.getBytesTotal()) * 100;
Frame 3 (106 B)
if (this.getBytesLoaded() < this.getBytesTotal()) {
gotoAndPlay (2);
} else {
gotoAndPlay (4);
}
Frame 896 (131 B)
stop();
if (home != "true") {
asas_btn.onRelease = function () {
getURL ("http://www.andsuchandsuch.com", "_blank");
};
}