[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 (215 B)
var pctLoaded = Math.round((this.getBytesLoaded() / this.getBytesTotal()) * 100);
ldbar._xscale = pctLoaded;
if (_framesloaded >= _totalframes) {
gotoAndStop (3);
}
pctloaded.text = ("" + pctLoaded) + "%";
Frame 2 (17 B)
gotoAndPlay (1);
Frame 3 (60 B)
PlayButton.onRelease = function () {
gotoAndPlay (4);
};
Frame 1984 (18 B)
gotoAndPlay (34);