[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 (385 B)
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
this.loadBar._height = getPercent * 42.8;
this.loadText = Math.round(getPercent * 100) + "%";
this.totalmb = (".. of " + (Math.round((bytes_total / 1024) / 10.24) / 100)) + "mb";
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}
Frame 2 (21 B)
this.gotoAndPlay(1);
Frame 21 (8 B)
stop();
Frame 6808 (8 B)
stop();
Symbol 17 Button (35 B)
on (release) {
gotoAndPlay (22);
}
Symbol 148 Button (35 B)
on (release) {
gotoAndPlay (22);
}
Symbol 151 Button (63 B)
on (release) {
getURL ("http://www.djredlight.com", "_top");
}