Combined Code
frame 1 {
stop();
_root.onEnterFrame = function () {
percentage = Math.round((this.getBytesLoaded() / this.getBytesTotal()) * 100);
progressBar._xscale = percentage;
percentageLoaded.text = percentage + '%';
if (percentage == 100) {
delete _root.onEnterFrame;
gotoAndPlay('MovieStart');
}
};
}
movieClip 3 {
}
frame 3 {
this.stop();
}
movieClip 12 {
}
instance of movieClip 12 {
onClipEvent (press) {
_root.play('play');
}
}
movieClip 15 {
}
instance of movieClip 15 {
onClipEvent (release) {
getURL('http://www.youtube.com/user/TheBedfellows?feature=mhee', '_blank');
}
}
instance of movieClip 15 {
onClipEvent (release) {
getURL('http://www.youtube.com/watch?v=eTpsARH4EL0&feature=plcp', '_blank');
}
}
instance of movieClip 15 {
onClipEvent (release) {
getURL('http://www.youtube.com/watch?v=v91vhPjo7P8&feature=plcp', '_blank');
}
}
instance of movieClip 15 {
onClipEvent (release) {
getURL('http://www.youtube.com/watch?v=N4qAbq47nZg&feature=plcp', '_blank');
}
}
frame 5659 {
this.gotoAndPlay('loop');
}