Combined Code
frame 1 {
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
this.loadBar._width = getPercent * 410;
this.loadText = Math.round(getPercent * 100) + '%';
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}
}
movieClip 5 {
}
// unknown tag 88 length 120
// unknown tag 88 length 52
frame 2 {
this.gotoAndPlay(1);
}
frame 3 {
stop();
}
// unknown tag 88 length 120
button 51 {
on (release) {
play();
}
}