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 * 100;
this.loadText = Math.round(getPercent * 100) + '%';
if (bytes_loaded == bytes_total) {
this.gotoAndPlay('start');
}
}
movieClip 3 {
}
frame 2 {
this.gotoAndPlay(1);
}
frame 4 {
stop();
}
movieClip 17 {
}
button 19 {
on (release) {
_root.play();
}
}
movieClip 42 {
}
movieClip 46 {
}
frame 1365 {
gotoAndPlay(144);
}