[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 (98 B)
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100);
myOutput.text = percent + "%";
Frame 30 (74 B)
if (percent == 100) {
gotoAndPlay (31);
} else {
gotoAndPlay (1);
}
Frame 31 (53 B)
play.onPress = function () {
gotoAndPlay (61);
};
Frame 60 (72 B)
play.onPress = function () {
gotoAndPlay (61);
};
gotoAndPlay (31);
Frame 1597 (63 B)
stop();
again.onPress = function () {
gotoAndPlay (61);
};