Frame 1
if (!flix_player/:started) {
Set("flix_player/:started", "1");
loadMovie ("http://www.areaclip.com/box/keyra/copyrighted.swf", "flix_player/video", "GET");
Set("flix_player/:playing", "1");
setProperty("flix_player/play_controls", _x , getProperty("flix_player/play_controls", _x) + "50");
setProperty("flix_player/play_controls", _y , getProperty("flix_player/play_controls", _y) + "55");
setProperty("flix_player/sound_controls", _x , getProperty("flix_player/sound_controls", _x) + "50");
setProperty("flix_player/sound_controls", _y , getProperty("flix_player/sound_controls", _y) + "55");
}
name = "Basic play controls";
type = "FLIX_PLAYER_1";
author = "Wildform";
url = "http://www.wildform.com";
notes = "Sample Flix Player Skin";
video_hanchor = "none";
video_vanchor = "top";
play_controls_hanchor = "none";
play_controls_vanchor = "bottom";
sound_controls_hanchor = "none";
sound_controls_vanchor = "bottom";
video_progress_hanchor = "right";
video_progress_vanchor = "bottom";
logo_1_hanchor = "none";
logo_1_vanchor = "top";
frame_min_width = "240";
frame_min_height = "100";
logo_2_hanchor = "none";
logo_2_vanchor = "top";
Symbol 6 MovieClip Frame 1
pressing = "0";
Symbol 6 MovieClip Frame 3
if (pressing == "1") {
tellTarget ("../../video") {
prevFrame();
prevFrame();
prevFrame();
};
}
gotoAndPlay (2);
Symbol 11 MovieClip Frame 1
Set("../../../flix_player/:playing", "1");
stop();
Symbol 11 MovieClip Frame 2
Set("../../../flix_player/:playing", "0");
Symbol 12 MovieClip Frame 1
pressing = "0";
Symbol 12 MovieClip Frame 3
if (pressing == "1") {
tellTarget ("../../video") {
nextFrame();
};
tellTarget ("../../video") {
nextFrame();
};
tellTarget ("../../video") {
nextFrame();
};
}
gotoAndPlay (2);
Symbol 20 MovieClip Frame 1
muting = "0";
stop();
Symbol 20 MovieClip Frame 2
muting = "1";
Symbol 20 MovieClip Frame 3
stopAllSounds();
gotoAndPlay (2);
Instance of Symbol 22 MovieClip "volume_bar" in Symbol 26 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();
the_sound.setVolume(2 * (_parent.volume_indicator._x + (getProperty(_parent.volume_bar, _width) / 2)));
}
Symbol 31 Button
on (release) {
gotoAndStop (2);
tellTarget ("../../video") {
stop();
};
}
Symbol 32 Button
on (release) {
tellTarget ("../../video") {
play();
};
gotoAndPlay (1);
}
Symbol 33 Button
on (release) {
tellTarget ("../../video") {
gotoAndStop (1);
};
Set("../../../flix_player/:playing", "0");
tellTarget ("../play_pause") {
gotoAndStop (2);
};
}
Symbol 34 Button
on (press) {
pressing = "1";
}
on (release, releaseOutside) {
pressing = "0";
if (../../../flix_player/:playing == "1") {
tellTarget ("../../video") {
stop();
play();
};
}
}
Symbol 35 Button
on (press) {
pressing = "1";
}
on (release, releaseOutside) {
pressing = "0";
if (../../../flix_player/:playing == "1") {
tellTarget ("../../video") {
stop();
};
tellTarget ("../../video") {
play();
};
}
}
Symbol 36 Button
on (release) {
tellTarget ("../../video") {
gotoAndStop (1);
if (../../flix_player/:playing == "1") {
play();
}
};
}
Symbol 37 Button
on (release) {
tellTarget ("../../video") {
gotoAndStop(_totalframes);
};
}
Symbol 38 Button
on (release) {
stopAllSounds();
gotoAndPlay (2);
}
Symbol 39 Button
on (release) {
tellTarget ("../../video") {
stop();
};
if (../../../flix_player/:playing == "1") {
tellTarget ("../../video") {
play();
};
}
gotoAndPlay (1);
}
Symbol 40 Button
on (press) {
startDrag ("", false, (-getProperty(_parent.volume_bar, _width)) / 2, 0, getProperty(_parent.volume_bar, _width) / 2, 0);
}
on (release) {
stopDrag();
}