[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 (125 B)
a = getBytesLoaded();
b = getBytesTotal();
loaded = int((a / b) * 100);
loading = loaded + "%";
its.gotoAndStop(loaded);
Frame 2 (65 B)
if (a == b) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Frame 2011 (8 B)
stop();
Symbol 42 Button (87 B)
on (release) {
getURL ("http://www.6billionpeople.com/view_artist/4/24/", "_blank");
}
Symbol 64 Button (34 B)
on (release) {
gotoAndPlay (3);
}