[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 (197 B)
setProperty("load_text_instance", _y , Stage.height - getProperty("load_text_instance", _height));
setProperty("load_text_instance", _x , Stage.width - getProperty("load_text_instance", _width));
Frame 5 (195 B)
load_txt = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
gotoAndStop (6);
} else {
gotoAndPlay (1);
}