[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 (238 B)
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay (21);
}
Frame 20 (17 B)
gotoAndPlay (1);
Frame 3125 (8 B)
stop();
Symbol 40 Button (34 B)
on (release) {
gotoAndPlay (1);
}
Symbol 41 Button (64 B)
on (release) {
getURL ("http://iykr.keenspace.com", "_self");
}
Symbol 175 Button (35 B)
on (release) {
gotoAndPlay (21);
}
Symbol 178 Button (68 B)
on (release) {
getURL ("http://www.watermanstudios.com", "_top");
}