[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 (297 B)
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
this.loadBar._width = getPercent * 100;
this.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}
Instance of Symbol 5 MovieClip in Frame 1 (62 B)
on (release) {
getURL ("http://greasymoose.com", "_blank");
}
Frame 2 (21 B)
this.gotoAndPlay(1);
Frame 253 (17 B)
gotoAndPlay (3);