[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 (204 B)
percent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
percent = Math.round(percent);
percent = percent + "%";
percent = percent + " loaded";
ifFrameLoaded (1025) {
gotoAndStop (43);
}
Frame 11 (17 B)
gotoAndPlay (1);
Symbol 3 Button (72 B)
on (release) {
getURL ("http://www.rainbowanimations.com", "_blank");
}
Symbol 10 Button (35 B)
on (release) {
gotoAndPlay (65);
}