Frame 1 (151 B)
fscommand ("allowscale", "true");
fscommand ("fullscreen", "false");
total = _root.getBytesTotal();
fertig = false;
setProperty("p", _xscale , 0);
Frame 2 (124 B)
loaded = _root.getBytesLoaded();
proc = Math.round((loaded * 100) / total);
lo = proc;
setProperty("p", _xscale , proc);
Frame 4 (70 B)
if (proc == 100) {
gotoAndPlay (6);
} else {
gotoAndPlay (2);
}
Frame 6 (8 B)
stop();
Frame 133 (44 B)
tellTarget ("mas") {
gotoAndPlay (2);
};
Frame 447 (50 B)
tellTarget ("mas") {
gotoAndStop ("right");
};
Frame 496 (44 B)
tellTarget ("mas") {
gotoAndStop (2);
};
Frame 532 (49 B)
tellTarget ("mas") {
gotoAndStop ("left");
};
Frame 559 (8 B)
stop();
Symbol 9 Button (49 B)
on (press, keyPress "<Enter>") {
play();
}
Symbol 24 MovieClip Frame 28 (17 B)
gotoAndPlay (1);
Symbol 34 MovieClip Frame 1 (8 B)
stop();
Symbol 34 MovieClip Frame 83 (17 B)
gotoAndPlay (2);
Symbol 101 Button (58 B)
on (release) {
getURL ("http://www.mult.ru", "_blank");
}
Symbol 105 Button (41 B)
on (press, release) {
gotoAndPlay (6);
}