Frame 1
if (!flix_player/:started) {
Set("flix_player/:started", "1");
Set("flix_player/:playing", "1");
setProperty("flix_player/play_controls", _y , getProperty("flix_player/play_controls", _y) + "47");
setProperty("flix_player/sound_controls", _x , getProperty("flix_player/sound_controls", _x) + "-44");
setProperty("flix_player/sound_controls", _y , getProperty("flix_player/sound_controls", _y) + "47");
setProperty("flix_player/video_scrub/progress_bar", _width , getProperty("flix_player/video_scrub/progress_bar", _width) + "-44");
setProperty("flix_player/video_scrub/progress_bar", _x , getProperty("flix_player/video_scrub/progress_bar", _x) + "-22");
setProperty("flix_player/video_scrub", _y , getProperty("flix_player/video_scrub", _y) + "47");
setProperty("flix_player/logo_1", _x , getProperty("flix_player/logo_1", _x) + "-22");
setProperty("flix_player/logo_1", _y , getProperty("flix_player/logo_1", _y) + "23");
setProperty("flix_player/logo_2", _width , getProperty("flix_player/logo_2", _width) + "-44");
setProperty("flix_player/logo_2", _x , getProperty("flix_player/logo_2", _x) + "-22");
setProperty("flix_player/logo_2", _y , getProperty("flix_player/logo_2", _y) + "47");
tellTarget ("flix_player/video_scrub") {
gotoAndPlay (4);
};
}
frame_min_width = "450";
frame_min_height = "250";
play_controls_hanchor = "left";
play_controls_vanchor = "bottom";
logo_2_hanchor = "bottom";
logo_2_vanchor = "bottom";
frame_1_anchor = "bottom";
logo_2_hstretch = "true";
video_progress_hanchor = "none";
video_progress_vanchor = "bottom";
sound_controls_hanchor = "right";
sound_controls_vanchor = "bottom";
dot = "bottom";
Frame 2
Set("/:percentLoaded", int((_framesloaded / _totalframes) * "100"));
WFprcntLddOtpt = /:percentLoaded add "% Loaded";
ifFrameLoaded (555) {
gotoAndPlay(_currentframe + "2");
}
Frame 3
prevFrame();
play();
Frame 5
WF_DONE = "0";
Frame 2786
stop();
tellTarget ("flix_player/play_controls/play_pause") {
gotoAndStop (2);
};
tellTarget ("flix_player/play_controls/play_pause") {
gotoAndStop (2);
};
Set("flix_player/:playing", "0");
Frame 2787
tellTarget ("flix_player/play_controls/play_pause") {
gotoAndStop (2);
};
Set("flix_player/:playing", "0");
Symbol 16 Button
on (press) {
startDrag ("", false, getProperty("../progress_indicator", _width) / "2", "0", (getProperty("../progress_bar", _width) - getProperty("../progress_indicator", _width)) + (getProperty("../progress_indicator", _width) / "2"), "0");
tellTarget ("..") {
gotoAndPlay (5);
};
}
on (release, releaseOutside) {
stopDrag();
tellTarget ("..") {
gotoAndStop (3);
stop();
};
if (../../../flix_player/:playing == "1") {
tellTarget ("..") {
play();
};
tellTarget ("../../..") {
play();
};
}
}
Symbol 18 MovieClip Frame 1
setProperty("progress_indicator", _x , getProperty("progress_indicator", _width) / "2");
stop();
Symbol 18 MovieClip Frame 4
drag_width = getProperty("progress_bar", _width) - getProperty("progress_indicator", _width);
pf = drag_width / (getProperty("../..", _totalframes) - "1");
Set("/:PF", getProperty("../..", _currentframe));
val = (pf * (/:PF - "1")) + (getProperty("progress_indicator", _width) / "2");
setProperty("progress_indicator", _x , val);
gotoAndPlay (3);
Symbol 18 MovieClip Frame 7
new_frame = (getProperty("progress_indicator", _x) / getProperty("progress_bar", _width)) * getProperty("../..", _totalframes);
tellTarget ("../..") {
gotoAndStop(int(new_frame));
};
gotoAndPlay (5);
Symbol 18 MovieClip Frame 8
stop();
Symbol 25 Button
on (press) {
startDrag ("", false, (-getProperty(_parent.volume_bar, _width)) / 2, 0, getProperty(_parent.volume_bar, _width) / 2, 0);
}
on (release) {
stopDrag();
}
Instance of Symbol 22 MovieClip "volume_bar" in Symbol 29 MovieClip Frame 1
onClipEvent (load) {
the_sound = new Sound();
(_parent.volume_indicator);// not popped
(the_sound.getVolume() / 2)[_parent.volume_bar] = 8 - 25;
}
onClipEvent (enterFrame) {
the_sound = new Sound();
Set("/:GWFFlixvolume", (100 * (_parent.volume_indicator._x / (getProperty(_parent.volume_bar, _width) - (2 / getProperty(_parent.volume_indicator, _width))))) + 50);
the_sound.setVolume(/:GWFFlixvolume);
}
Symbol 37 MovieClip Frame 1
muting = "0";
stop();
Symbol 37 MovieClip Frame 2
muting = "1";
Symbol 37 MovieClip Frame 3
stopAllSounds();
gotoAndPlay (2);
Symbol 47 MovieClip Frame 1
Set("../../../flix_player/:playing", "1");
stop();
Symbol 47 MovieClip Frame 2
Set("../../../flix_player/:playing", "0");
Symbol 50 Button
on (release) {
gotoAndStop (2);
tellTarget ("../../..") {
stop();
};
}
Symbol 51 Button
on (release) {
tellTarget ("../../..") {
play();
};
tellTarget ("../../video_scrub") {
play();
};
gotoAndPlay (1);
}
Symbol 52 Button
on (release) {
stopAllSounds();
gotoAndPlay (2);
}
Symbol 53 Button
on (release) {
tellTarget ("../../..") {
stop();
};
if (../../../flix_player/:playing == "1") {
tellTarget ("../../..") {
play();
};
}
gotoAndPlay (1);
}