[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 (41 B)
OnePercent = this.getBytesTotal() / 100;
Frame 2 (184 B)
tellTarget ("Progress Bar") {
gotoAndStop(Math.round(this.getBytesLoaded() / _parent.OnePercent));
};
if (this.getBytesLoaded() >= this.getBytesTotal()) {
gotoAndStop (5);
}
Frame 3 (17 B)
gotoAndPlay (2);
Frame 5 (8 B)
play();
Frame 250 (8 B)
play();
Frame 400 (8 B)
stop();
Symbol 70 Button (62 B)
on (release) {
getURL ("http://www.vorobey.com", "_blank");
}
Symbol 74 Button (34 B)
on (release) {
gotoAndPlay (5);
}