Frame 1
if (!flix_player/:started) {
Set("flix_player/:started", "1");
Set("flix_player/:playing", "1");
}
name = "Blank (Screen Saver)";
type = "FLIX_PLAYER_1";
author = "Wildform";
url = "http://www.wildform.com";
notes = "Sample Flix Player Skin";
video_hanchor = "none";
video_vanchor = "none";
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 = "0";
frame_min_height = "0";
WFstrtTm = getTimer();
WFstrtBts = 0;
Frame 3
WFfps = 16;
WFbffrFctr = 0;
WFttlBts = eval (this).getBytesTotal();
WFttlFrms = eval (this)._totalframes;
WFcrrntFrm = eval (this)._currentframe;
WFlddBts = eval (this).getBytesLoaded();
WFlddFrms = eval (this)._framesloaded;
WFlftBts = WFttlBts - WFlddBts;
WFldTm = getTimer() - WFstrtTm;
WFspd = WFlddBts / WFldTm;
WFplyTm = WFlddFrms / WFfps;
WFlftLdTm = Math.round((((WFlftBts / 1024) / WFspd) * WFbffrFctr) - WFplyTm);
WFprcntLddOtpt = int((WFlddFrms / WFttlFrms) * 100) add "% Loaded";
if (0 >= WFlftLdTm) {
gotoAndPlay(_currentframe + "2");
}
Frame 4
WFprcntLddOtpt = WFlftLdTm;
prevFrame();
play();
Frame 6
WF_DONE = "0";
Frame 1669
tellTarget ("flix_player/play_controls/play_pause") {
gotoAndStop (2);
};
WF_LOOP = WF_LOOP + "1";
if (WF_LOOP < "101") {
gotoAndPlay (1);
} else {
stop();
}
tellTarget ("flix_player/play_controls/play_pause") {
gotoAndStop (2);
};
Set("flix_player/:playing", "0");
Frame 1670
tellTarget ("flix_player/play_controls/play_pause") {
gotoAndStop (2);
};
Set("flix_player/:playing", "0");