[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 (185 B)
_root.play();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndPlay ("begin");
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 1212 (8 B)
stop();
Frame 1236 (18 B)
gotoAndPlay (89);
Symbol 171 Button (35 B)
on (release) {
gotoAndPlay (89);
}
Symbol 174 Button (25 B)
on (release) {
play();
}
Symbol 175 Button (63 B)
on (release) {
getURL ("http://j8d.deviantart.com", _blank);
}