Combined Code
frame 1 {
stop();
}
// unknown tag 88 length 119
movieClip 8 {
}
instance of movieClip 8 {
onClipEvent (load) {
_root.stop();
var totalBytes = _root.getBytesTotal();
this._xscale = 0;
}
onClipEvent (enterFrame) {
var loadedBytes = _root.getBytesLoaded();
var percent = 100 * loadedBytes / totalBytes;
this._xscale = percent;
if (percent == 100) {
_root.play();
}
}
}
// unknown tag 88 length 119
button 12 {
on (release) {
_root.play();
}
}
button 13 {
on (release) {
gotoAndPlay(106);
}
}
frame 30 {
stop();
}
frame 1586 {
stop();
}