[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 (226 B)
if (Number(_framesloaded) >= Number(_totalframes)) {
gotoAndPlay (10);
} else {
setProperty("/loader", _xscale , (_framesloaded / _totalframes) * 100);
percent = int((_framesloaded / _totalframes) * 100) add "%";
}
Frame 9 (17 B)
gotoAndPlay (1);
Frame 3671 (8 B)
stop();
Symbol 240 Button (35 B)
on (release) {
gotoAndPlay (10);
}
Symbol 245 Button (59 B)
on (release) {
getURL ("mailto:pyrolysis@mailcity.com");
}
Symbol 251 Button (65 B)
on (release) {
getURL ("http://www.mp3.com/bentframe", "new");
}
Symbol 252 MovieClip Frame 10 (8 B)
stop();
Symbol 253 Button (50 B)
on (release) {
getURL ("index.html", "middle");
}