[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 (397 B)
var pctLoaded = Math.round((this.getBytesLoaded() / this.getBytesTotal()) * 100);
ldBar._xscale = pctLoaded;
if (_framesloaded >= _totalframes) {
gotoAndPlay (3);
}
var imageSize = this.getBytesTotal();
var convertImageSize = ((imageSize / 1024) / 1024);
var roundConvertImageSize = (Math.round(convertImageSize * 100) / 100);
pctLoadedText.text = ("" + roundConvertImageSize) + "MB";
Frame 2 (17 B)
gotoAndPlay (1);
Frame 33 (70 B)
stop();
playButton.onRelease = function () {
gotoAndPlay (34);
};
Frame 905 (18 B)
gotoAndPlay (64);