Combined Code
frame 1 {
fscommand('fullscreen', true);
fscommand('showmenu', 'false');
fscommand('allowscale', 'false');
fscommand('fullscreen', false);
}
movieClip 3 {
}
movieClip 4 {
}
movieClip 8 {
}
movieClip 9 {
instance of movieClip 8 {
onClipEvent (load) {
Loaded = 80;
}
onClipEvent (enterFrame) {
max = _parent._parent.getBytesTotal() * Loaded / 100;
point = _parent._parent.getBytesLoaded() / max;
indicator.bar._xscale = Math.floor(point * 100);
if (point >= 1) {
_parent._parent.gotoAndPlay(2);
} else {
_parent._parent.stop();
}
}
}
}
frame 2 {
stop();
}
movieClip 18 {
}
button 35 {
on (release) {
nextFrame();
}
}
movieClip 37 {
}
button 40 {
on (press) {
_parent.myStartDrag();
}
on (release, releaseOutside) {
_parent.myStopDrag();
}
}
movieClip 41 {
}
movieClip 42 {
frame 1 {
function myStartDrag() {
slider.startDrag(false, left, top, right, bottom);
gotoAndPlay(11);
}
function myStopDrag() {
slider.stopDrag();
gotoAndPlay(6);
}
function mySetVolume() {
soundObject.setVolume(100 - (slider._y - top) * 100 / height);
}
rectA = slideArea.getBounds(this);
rectS = slider.getBounds(slider);
left = slider._x;
right = slider._x;
top = rectA.yMin - rectS.yMin;
bottom = rectA.yMax - rectS.yMax;
height = bottom - top;
soundObject = new Sound(_parent);
mySetVolume();
}
frame 6 {
stop();
}
frame 11 {
mySetVolume();
}
frame 12 {
gotoAndPlay(11);
}
}
movieClip 47 {
frame 41 {
stop();
}
}
movieClip 88 {
}
button 94 {
on (release) {
prevFrame();
}
}
movieClip 95 {
}
movieClip 143 {
}
movieClip 149 {
}
movieClip 158 {
frame 41 {
stop();
}
}
movieClip 231 {
}
movieClip 241 {
}
button 248 {
on (release) {
gotoAndStop(2);
}
}