Frame 1 (1.32 KiB) ●
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) + "400");
setProperty("flix_player/play_controls", _y , getProperty("flix_player/play_controls", _y) + "366");
setProperty("flix_player/sound_controls", _y , getProperty("flix_player/sound_controls", _y) + "366");
setProperty("flix_player/video_progress/progress_bar", _width , getProperty("flix_player/video_progress/progress_bar", _width) + "400");
setProperty("flix_player/video_progress/progress_bar", _x , getProperty("flix_player/video_progress/progress_bar", _x) + "200");
setProperty("flix_player/video_progress", _y , getProperty("flix_player/video_progress", _y) + "366");
tellTarget ("flix_player/video_progress") {
gotoAndPlay (4);
};
}
name = "Minimal B";
type = "FLIX_PLAYER_1";
author = "Wildform";
url = "http://www.wildform.com";
notes = "Flix Player Skin";
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";
Frame 2 (182 B)
Set("/:percentLoaded", int((_framesloaded / _totalframes) * "100"));
WFprcntLddOtpt = /:percentLoaded add "% Loaded";
ifFrameLoaded (655) {
gotoAndPlay(_currentframe + "2");
}
Frame 3 (22 B)
prevFrame();
play();
Frame 5 (15 B)
WF_DONE = "0";
Frame 3290 (199 B)
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 3291 (112 B)
tellTarget ("flix_player/play_controls/play_pause") {
gotoAndStop (2);
};
Set("flix_player/:playing", "0");
Symbol 6 MovieClip Frame 1 (16 B)
pressing = "0";
Symbol 6 MovieClip Frame 3 (125 B)
if (pressing == "1") {
tellTarget ("../../..") {
prevFrame();
prevFrame();
prevFrame();
};
}
gotoAndPlay (2);
Symbol 8 MovieClip Frame 1 (16 B)
pressing = "0";
Symbol 8 MovieClip Frame 3 (125 B)
if (pressing == "1") {
tellTarget ("../../..") {
nextFrame();
nextFrame();
nextFrame();
};
}
gotoAndPlay (2);
Symbol 13 MovieClip Frame 1 (52 B)
Set("../../../flix_player/:playing", "1");
stop();
Symbol 13 MovieClip Frame 2 (43 B)
Set("../../../flix_player/:playing", "0");
Symbol 23 MovieClip Frame 1 (23 B)
muting = "0";
stop();
Symbol 23 MovieClip Frame 2 (14 B)
muting = "1";
Symbol 23 MovieClip Frame 3 (35 B)
stopAllSounds();
gotoAndPlay (2);
Symbol 27 Button (167 B)
on (press) {
startDrag ("", false, (-getProperty(_parent.volume_bar, _width)) / 2, 0, getProperty(_parent.volume_bar, _width) / 2, 0);
}
on (release) {
stopDrag();
}
Instance of Symbol 25 MovieClip "volume_bar" in Symbol 29 MovieClip Frame 1 (410 B)
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 39 MovieClip Frame 1 (98 B)
setProperty("progress_indicator", _x , getProperty("progress_indicator", _width) / "2");
stop();
Symbol 39 MovieClip Frame 4 (332 B)
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 41 Button (75 B)
on (release) {
gotoAndStop (2);
tellTarget ("../../..") {
stop();
};
}
Symbol 42 Button (75 B)
on (release) {
tellTarget ("../../..") {
play();
};
gotoAndPlay (1);
}
Symbol 43 Button (165 B)
on (release) {
tellTarget ("../../..") {
gotoAndStop (1);
};
Set("../../../flix_player/:playing", "0");
tellTarget ("../play_pause") {
gotoAndStop (2);
};
}
Symbol 44 Button (184 B)
on (press) {
pressing = "1";
}
on (release, releaseOutside) {
pressing = "0";
if (../../../flix_player/:playing == "1") {
tellTarget ("../../..") {
stop();
play();
};
}
}
Symbol 45 Button (217 B)
on (press) {
pressing = "1";
}
on (release, releaseOutside) {
pressing = "0";
if (../../../flix_player/:playing == "1") {
tellTarget ("../../..") {
stop();
};
tellTarget ("../../..") {
play();
};
}
}
Symbol 46 Button (118 B)
on (release) {
tellTarget ("../../..") {
gotoAndStop (1);
if (flix_player/:playing == "1") {
play();
}
};
}
Symbol 47 Button (76 B)
on (release) {
tellTarget ("../../..") {
gotoAndStop(_totalframes);
};
}
Symbol 48 Button (52 B)
on (release) {
stopAllSounds();
gotoAndPlay (2);
}
Symbol 49 Button (167 B)
on (release) {
tellTarget ("../../..") {
stop();
};
if (../../../flix_player/:playing == "1") {
tellTarget ("../../..") {
play();
};
}
gotoAndPlay (1);
}