Frame 1
if (!flix_player/:started) {
Set("flix_player/:started", "1");
Set("flix_player/:playing", "1");
setProperty("flix_player/play_controls", _x , getProperty("flix_player/play_controls", _x) + "0");
setProperty("flix_player/play_controls", _y , getProperty("flix_player/play_controls", _y) + "0");
setProperty("flix_player/sound_controls", _y , getProperty("flix_player/sound_controls", _y) + "0");
setProperty("flix_player/video_progress/progress_bar", _width , getProperty("flix_player/video_progress/progress_bar", _width) + "0");
setProperty("flix_player/video_progress/progress_bar", _x , getProperty("flix_player/video_progress/progress_bar", _x) + "0");
setProperty("flix_player/video_progress", _y , getProperty("flix_player/video_progress", _y) + "0");
tellTarget ("flix_player/video_progress") {
gotoAndPlay (4);
};
}
name = "Audio only player controls";
type = "FLIX_PLAYER_1";
author = "Bruce Clark";
url = "http://www.on2.com";
notes = "Flix Player Skin, On2 Dec 12, 2005";
video_hanchor = "none";
video_vanchor = "top";
play_controls_hanchor = "right";
play_controls_vanchor = "bottom";
sound_controls_hanchor = "left";
sound_controls_vanchor = "bottom";
video_progress_hanchor = "none";
video_progress_vanchor = "bottom";
logo_1_hanchor = "left";
logo_1_vanchor = "top";
frame_min_width = "240";
frame_min_height = "0";
WF_DONE = "0";
Frame 3366
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 3367
tellTarget ("flix_player/play_controls/play_pause") {
gotoAndStop (2);
};
Set("flix_player/:playing", "0");
Symbol 6 MovieClip Frame 1
pressing = "0";
Symbol 6 MovieClip Frame 3
if (pressing == "1") {
tellTarget ("../../..") {
prevFrame();
prevFrame();
prevFrame();
};
}
gotoAndPlay (2);
Symbol 8 MovieClip Frame 1
pressing = "0";
Symbol 8 MovieClip Frame 3
if (pressing == "1") {
tellTarget ("../../..") {
nextFrame();
nextFrame();
nextFrame();
};
}
gotoAndPlay (2);
Symbol 13 MovieClip Frame 1
Set("../../../flix_player/:playing", "1");
stop();
Symbol 13 MovieClip Frame 2
Set("../../../flix_player/:playing", "0");
Symbol 21 MovieClip Frame 1
muting = "0";
stop();
Symbol 21 MovieClip Frame 2
muting = "1";
Symbol 21 MovieClip Frame 3
stopAllSounds();
gotoAndPlay (2);
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 23 MovieClip "volume_bar" in Symbol 27 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
setProperty("progress_indicator", _x , getProperty("progress_indicator", _width) / "2");
stop();
Symbol 37 MovieClip Frame 4
drag_width = getProperty("progress_bar", _width) - getProperty("progress_indicator", _width);
pf = drag_width / (getProperty("../..", _totalframes) - "1");
val = (pf * (getProperty("../..", _currentframe) - "1")) + (getProperty("progress_indicator", _width) / "2");
setProperty("progress_indicator", _x , val);
gotoAndPlay (3);
Symbol 39 Button
on (release) {
gotoAndStop (2);
tellTarget ("../../..") {
stop();
};
}
Symbol 40 Button
on (release) {
tellTarget ("../../..") {
play();
};
gotoAndPlay (1);
}
Symbol 41 Button
on (release) {
tellTarget ("../../..") {
gotoAndStop (1);
};
Set("../../../flix_player/:playing", "0");
tellTarget ("../play_pause") {
gotoAndStop (2);
};
}
Symbol 42 Button
on (press) {
pressing = "1";
}
on (release, releaseOutside) {
pressing = "0";
if (../../../flix_player/:playing == "1") {
tellTarget ("../../..") {
stop();
play();
};
}
}
Symbol 43 Button
on (press) {
pressing = "1";
}
on (release, releaseOutside) {
pressing = "0";
if (../../../flix_player/:playing == "1") {
tellTarget ("../../..") {
stop();
};
tellTarget ("../../..") {
play();
};
}
}
Symbol 44 Button
on (release) {
tellTarget ("../../..") {
gotoAndStop (1);
if (flix_player/:playing == "1") {
play();
}
};
}
Symbol 45 Button
on (release) {
tellTarget ("../../..") {
gotoAndStop(_totalframes);
};
}
Symbol 46 Button
on (release) {
stopAllSounds();
gotoAndPlay (2);
}
Symbol 47 Button
on (release) {
tellTarget ("../../..") {
stop();
};
if (../../../flix_player/:playing == "1") {
tellTarget ("../../..") {
play();
};
}
gotoAndPlay (1);
}