Frame 2 (194 B)
per_txt.text = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
if (_root.getBytesLoaded() < _root.getBytesTotal()) {
this.gotoAndPlay(this._currentframe - 1);
}
Frame 3 (13 B)
this.stop();
Frame 3486 (13 B)
this.stop();
Symbol 6 Button (38 B)
on (release) {
this.gotoAndPlay(4);
}
Symbol 11 Button (37 B)
on (release) {
_quality = "high";
}
Symbol 14 Button (39 B)
on (release) {
_quality = "medium";
}
Symbol 17 Button (36 B)
on (release) {
_quality = "low";
}
Symbol 176 Button (38 B)
on (release) {
this.gotoAndPlay(3);
}
Symbol 177 Button (38 B)
on (release) {
this.gotoAndPlay(4);
}