[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 (151 B)
myDate = new Date();
FirstDate = myDate.getTime();
SuperFirstDate = FirstDate;
FirstLoaded = this.getBytesLoaded();
proc_umn = prel._xscale / 100;
Frame 2 (321 B)
b = this.getBytesLoaded();
a = this.getBytesTotal();
percent = Math.round(Math.abs((((a - b) / a) * 100) - 100));
if (percent >= 100) {
gotoAndStop (4);
}
prel._xscale = percent * proc_umn;
f2 = "PERCENT:" + percent;
myDate = new Date();
SecondDate = myDate.getTime();
SecondLoaded = this.getBytesLoaded();
Frame 3 (17 B)
gotoAndPlay (2);
Frame 4 (8 B)
stop();
Frame 5 (69 B)
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
Frame 339 (17 B)
gotoAndStop (4);
Symbol 8 Button (34 B)
on (release) {
gotoAndPlay (5);
}
Symbol 19 Button (61 B)
on (release) {
getURL ("http://www.nakurka.ru", "_blank");
}