[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 (199 B)
stop();
onEnterFrame = function () {
var _local2 = _root.getBytesLoaded() / _root.getBytesTotal();
preloader_mc.value = _local2;
if (_local2 == 1) {
delete onEnterFrame;
play();
}
};
Frame 12 (17 B)
gotoAndPlay (2);
Symbol 7 MovieClip Frame 1 (98 B)
var value = 0;
onEnterFrame = function () {
bar_mc._xscale = 100 * value;
};
onEnterFrame();