Frame 1
this.createEmptyMovieClip("splashScreen_mc", 1);
splashScreen_mc.loadMovie(_root.splashScreenImage);
splashScreen_mc._x = _root.splashX;
splashScreen_mc._y = _root.splashY;
_root.vidholder.swapDepths(splashScreen_mc);
System.security.allowDomain("www.flvvideoplayer.com");
System.security.loadPolicyFile("http://www.flvvideoplayer.com/crossdomain.xml");
var netConn = new NetConnection();
netConn.connect(null);
var netStream = new NetStream(netConn);
netStream.setBufferTime(1);
vidholder.my_video.attachVideo(netStream);
count = 0;
avgbw = 0;
_root.isMuted = false;
checkProgress = function (videoObj) {
count++;
buffer = 1.1;
bps = videoObj.bytesTotal / _root.netStream.duration;
if (videoObj.bytesLoaded == 0) {
then = getTimer() / 1000;
percent = 0;
}
now = (getTimer() / 1000) - then;
tempbw = videoObj.bytesLoaded / now;
if ((isNaN(tempbw) != true) && (videoObj.bytesLoaded != 0)) {
avgbw = avgbw + tempbw;
bandwidth = avgbw / count;
}
if (bandwidth < bps) {
waitTime = Math.round(((videoObj.bytesTotal / bandwidth) - _root.netStream.duration) * buffer);
}
if (waitTime > 5) {
netStream.setBufferTime(waitTime);
} else {
netStream.setBufferTime(_root.videoBufferTime);
}
if (netStream.bufferLength >= netStream.bufferTime) {
_root.isLoaded = true;
_root.startTime = getTimer();
if ((_root.myLocalSO.data.counter > playxtimes) || (_root.autoPlayVideo == "false")) {
netStream.seek(_root.videoStartTime);
netStream.pause(true);
_root.isPlaying = false;
_root.clipStatus = "CLICK TO PLAY";
} else {
netStream.seek(_root.videoStartTime);
_root.isPlaying = true;
_root.clipStatus = "";
_root.netStream.pause();
}
clearInterval(poll);
return(undefined);
}
percentRND = Math.round((netStream.bufferLength / netStream.bufferTime) * 100);
timeRND = Math.round((getTimer() / 1000) * 10) / 10;
if ((netStream.bufferLength == 0) || (_root.netStream.duration == undefined)) {
_root.clipStatus = "CONNECTING...";
return(undefined);
}
_root.clipStatus = ("BUFFERING..." + percentRND) + "%";
};
var targetfile = flvFileName;
netStream.play(targetfile);
netStream.pause(true);
netStream.onMetaData = function (obj) {
_root.netStream.duration = obj.duration;
};
var poll = setInterval(checkProgress, 100, netStream);
Stage.showMenu = false;
Stage.scaleMode = "noScale";
Stage.align = "TL";
var cookie = "myswffile";
var myLocalSO = SharedObject.getLocal(cookie, "/");
if (isNaN(myLocalSO.data.counter)) {
myLocalSO.data.counter = 1;
} else {
myLocalSO.data.counter++;
}
myLocalSO.flush();
Instance of Symbol 2 MovieClip "vidholder" in Frame 1
onClipEvent (load) {
var localonce = true;
this._x = 0;
this._y = 0;
}
onClipEvent (enterFrame) {
this._width = Stage.width;
this._height = Stage.height - 27;
}
Instance of Symbol 5 MovieClip "hit_mc" in Frame 1
onClipEvent (load) {
var localonce = true;
}
onClipEvent (enterFrame) {
this._width = Stage.width;
this._height = Stage.height - 40;
}
Instance of Symbol 98 MovieClip "player_mc" in Frame 1
onClipEvent (load) {
_root.isOver = true;
_root.showPlayer = true;
this.swapDepths(9998);
_root.stopplay = true;
checkheight = true;
this._y = 1000;
}
onClipEvent (enterFrame) {
down = Stage.height;
middle = Stage.height - 23;
up = Stage.height - 50;
_root.netStream.onStatus = function (infoObject) {
function fadeVideo() {
_root.vidholder._alpha = _global.alpha;
_global.alpha = _global.alpha - 1;
if (_global.alpha <= 25) {
clearInterval(videoFading);
}
}
if (!((infoObject.code == "NetStream.Play.Stop") && (_root.isLoaded == true))) {
return(undefined);
}
if (_root.redirecturl != undefined) {
getURL (_root.redirecturl, _root.targetwindow);
}
_root.isAtEnd = true;
_root.isPlaying = false;
_global.alpha = 100;
videoFading = setInterval(fadeVideo, 10);
_root.splashScreen_mc.loadMovie(_root.splashScreenImage2);
_root.vidlinks_mc._x = (Stage.width - 350) / 2;
_root.vidlinks_mc._y = 25;
var _local7 = ((Stage.width - 350) / 2) + 80;
remoteThreeLinks = new LoadVars();
remoteThreeLinks.sendAndLoad("http://www.funnydump.com/remoteThreeLinks.php?nocache" + random(999), remoteThreeLinks, "POST");
remoteThreeLinks.onLoad = function (success) {
if (success) {
var _local6 = ((Stage.width - 350) / 2) + 80;
_root.createTextField("vid1title_txt", _root.getNextHighestDepth(), _local6, 55, 250, 50);
_root.vid1title_txt.multiline = false;
_root.vid1title_txt.wordWrap = false;
_root.vid1title_txt.border = false;
var _local5 = new TextFormat();
_local5.letterSpacing = -1;
_local5.align = "left";
_local5.font = "Arial";
_local5.bold = true;
_local5.italic = false;
_local5.color = 16711422 /* 0xFEFEFE */;
_local5.size = 15;
var video1superlink = (((("http://funnydump.com/category/1-funny_videos/" + this.vid1id) + "-") + this.vid1titlereplaced) + ".html");
_local5.url = video1superlink;
_root.vid1title_txt.html = true;
_root.vid1title_txt.selectable = false;
_root.vid1title_txt.text = this.vid1title;
_root.vid1title_txt.selectable = false;
_root.vid1title_txt.setTextFormat(_local5);
_root.vidlinks_mc.vid1_mc.createEmptyMovieClip("vid1thumb_mc", _root.getNextHighestDepth());
_root.vidlinks_mc.vid1_mc.vid1thumb_mc.loadMovie("http://www.funnydump.com/imagesGD.php?fileName=" + this.vid1image);
if (_root.vidlinks_mc.vidl_mc.vidlthumb_mc.getBytesLoaded() >= _root.vidlinks_mc.vidl_mc.vidlthumb_mc.getBytesTotal()) {
var _local8 = 50;
var _local7 = 60;
_root.vidlinks_mc.vid1_mc.vid1thumb_mc._x = 10;
_root.vidlinks_mc.vid1_mc.vid1thumb_mc._y = 10;
}
_root.vidlinks_mc.vid1_mc.onRelease = function () {
if (this.vid1newwindow == "true") {
getURL (video1superlink, "_blank");
} else {
getURL (video1superlink, "_self");
}
};
_root.vidlinks_mc.vid1_mc.vid1thumb_mc.onRelease = function () {
if (this.vid1newwindow == "true") {
getURL (video1superlink, "_blank");
} else {
getURL (video1superlink, "_self");
}
};
_root.createTextField("vid2title_txt", _root.getNextHighestDepth(), _local6, 145, 250, 50);
_root.vid2title_txt.multiline = false;
_root.vid2title_txt.wordWrap = false;
_root.vid2title_txt.border = false;
var _local4 = new TextFormat();
_local4.letterSpacing = -1;
_local4.align = "left";
_local4.font = "Arial";
_local4.bold = true;
_local4.italic = false;
_local4.color = 16711422 /* 0xFEFEFE */;
_local4.size = 15;
var video2superlink = (((("http://funnydump.com/category/1-funny_videos/" + this.vid2id) + "-") + this.vid2titlereplaced) + ".html");
_local4.url = video2superlink;
_root.vid2title_txt.html = true;
_root.vid2title_txt.selectable = false;
_root.vid2title_txt.text = this.vid2title;
_root.vid2title_txt.selectable = false;
_root.vid2title_txt.setTextFormat(_local4);
_root.vidlinks_mc.vid2_mc.createEmptyMovieClip("vid2thumb_mc", _root.getNextHighestDepth());
_root.vidlinks_mc.vid2_mc.vid2thumb_mc.loadMovie("http://www.funnydump.com/imagesGD.php?fileName=" + this.vid2image);
if (_root.vidlinks_mc.vid2_mc.vid2thumb_mc.getBytesLoaded() >= _root.vidlinks_mc.vid2_mc.vid2thumb_mc.getBytesTotal()) {
var _local8 = 50;
var _local7 = 60;
_root.vidlinks_mc.vid2_mc.vid2thumb_mc._x = 10;
_root.vidlinks_mc.vid2_mc.vid2thumb_mc._y = 10;
}
_root.vidlinks_mc.vid2_mc.vid2thumb_mc._x = 10;
_root.vidlinks_mc.vid2_mc.vid2thumb_mc._y = 10;
_root.vidlinks_mc.vid2_mc.onRelease = function () {
if (this.vid2newwindow == "true") {
getURL (video2superlink, "_blank");
} else {
getURL (video2superlink, "_self");
}
};
_root.vidlinks_mc.vid2_mc.vid2thumb_mc.onRelease = function () {
if (this.vid2newwindow == "true") {
getURL (video2superlink, "_blank");
} else {
getURL (video2superlink, "_self");
}
};
_root.createTextField("vid3title_txt", _root.getNextHighestDepth(), _local6, 235, 250, 50);
_root.vid3title_txt.multiline = false;
_root.vid3title_txt.wordWrap = false;
_root.vid3title_txt.border = false;
var _local3 = new TextFormat();
_local3.letterSpacing = -1;
_local3.align = "left";
_local3.font = "Arial";
_local3.bold = true;
_local3.italic = false;
_local3.color = 16711422 /* 0xFEFEFE */;
_local3.size = 15;
var video3superlink = (((("http://funnydump.com/category/1-funny_videos/" + this.vid3id) + "-") + this.vid3titlereplaced) + ".html");
_local3.url = video3superlink;
_root.vid3title_txt.html = true;
_root.vid3title_txt.selectable = false;
_root.vid3title_txt.text = this.vid3title;
_root.vid3title_txt.selectable = false;
_root.vid3title_txt.setTextFormat(_local3);
_root.vidlinks_mc.vid3_mc.createEmptyMovieClip("vid3thumb_mc", _root.getNextHighestDepth());
_root.vidlinks_mc.vid3_mc.vid3thumb_mc.loadMovie("http://www.funnydump.com/imagesGD.php?fileName=" + this.vid3image);
if (_root.vidlinks_mc.vid3_mc.vid3thumb_mc.getBytesLoaded() >= _root.vidlinks_mc.vid3_mc.vid3thumb_mc.getBytesTotal()) {
var _local8 = 50;
var _local7 = 60;
_root.vidlinks_mc.vid3_mc.vid3thumb_mc._x = 10;
_root.vidlinks_mc.vid3_mc.vid3thumb_mc._y = 10;
}
_root.vidlinks_mc.vid3_mc.vid3thumb_mc._x = 10;
_root.vidlinks_mc.vid3_mc.vid3thumb_mc._y = 10;
_root.vidlinks_mc.vid3_mc.onRelease = function () {
getURL (_root.vid3link);
};
_root.vidlinks_mc.vid3_mc.onRelease = function () {
if (this.vid3newwindow == "true") {
getURL (video3superlink, "_blank");
} else {
getURL (video3superlink, "_self");
}
};
_root.vidlinks_mc.vid3_mc.vid3thumb_mc.onRelease = function () {
if (this.vid3newwindow == "true") {
getURL (video3superlink, "_blank");
} else {
getURL (video3superlink, "_self");
}
};
_root.vidholder.swapDepths(_root.vidlinks_mc);
} else {
getURL ("javascript:alert('Could not load links...');");
}
};
};
timeElapsed = getTimer();
if (_root.showPlayer == true) {
if ((timeElapsed - _root.startTime) > 2000) {
_root.isOver = false;
_root.showPlayer = false;
_root.timeout = getTimer();
}
}
if (_root.isOver == true) {
this._y = this._y + ((up - this._y) / 2);
this._alpha = this._alpha + ((100 - this._alpha) / 2);
}
}
Instance of Symbol 99 MovieClip "pauseBlockBack_mc" in Frame 1
onClipEvent (enterFrame) {
this.swapDepths(996);
this._width = Stage.width;
this._height = Stage.height - 27;
}
onClipEvent (load) {
this._x = -999;
}
Instance of Symbol 101 MovieClip "pauseBlock_mc" in Frame 1
onClipEvent (enterFrame) {
this.swapDepths(997);
}
Instance of Symbol 106 MovieClip "vidlinks_mc" in Frame 1
onClipEvent (load) {
this._x = 99999 /* 0x01869F */;
this._y = 99999 /* 0x01869F */;
}
Symbol 4 Button
on (release) {
if (_root.isLoaded == true) {
if (_root.isPlaying == false) {
_root.netStream.pause();
_root.isPlaying = true;
_root.pauseBlock_mc._x = -999;
_root.pauseBlock_mc._y = -999;
_root.pauseBlockBack_mc._x = -999;
_root.pauseBlockBack_mc._y = -999;
_root.splashScreen_mc.swapDepths(99998);
_root.vidholder.swapDepths(99999);
} else {
_root.netStream.pause();
_root.isPlaying = false;
_root.pauseBlock_mc._x = (Stage.width / 2) - 30;
_root.pauseBlock_mc._y = (Stage.height / 2) - 60;
_root.pauseBlockBack_mc._x = 0;
_root.pauseBlockBack_mc._y = 0;
_root.splashScreen_mc.swapDepths(99999);
_root.vidholder.swapDepths(99998);
}
if (_root.isAtEnd == true) {
_root.isAtEnd = false;
_root.netStream.seek(0);
_root.netStream.pause();
_root.stopplay = true;
}
}
_root.isOver = true;
}
on (rollOver) {
_root.isOver = true;
}
on (rollOut) {
_root.timeout = getTimer() + 1000;
_root.isOver = false;
}
on (press) {
_root.isOver = true;
}
Instance of Symbol 9 MovieClip in Symbol 14 MovieClip Frame 1
onClipEvent (load) {
var localonce = true;
}
onClipEvent (enterFrame) {
if (localonce == true) {
this._width = ((Stage.width - 75) - 110) - 60;
localonce == false;
}
}
on (press) {
var pressPerc = Math.round((Math.round(this._xmouse) / (this._width - 95)) * 100);
var newSeek = ((pressPerc * _root.netStream.duration) / 100);
_root.netStream.seek(newSeek);
}
Instance of Symbol 11 MovieClip in Symbol 14 MovieClip Frame 1
onClipEvent (load) {
var localonce = true;
}
onClipEvent (enterFrame) {
if (localonce == true) {
this._x = ((Stage.width - 75) - 110) - 65;
localonce == false;
}
}
Symbol 16 Button
on (release) {
if (_root.isLoaded == true) {
if (_root.isPlaying == false) {
if (_root._currentframe == _root._totalframes) {
_root.gotoAndPlay(2);
_root.isPlaying = true;
_root.clipStatus = "";
} else {
_root.play();
_root.isPlaying = true;
_root.clipStatus = "";
}
} else if (_root.isPlaying == true) {
_root.stop();
_root.isPlaying = false;
_root.clipStatus = "CLICK TO PLAY";
}
}
_root.isOver = true;
}
on (rollOver) {
_root.isOver = true;
}
Symbol 36 Button
on (press) {
this.onEnterFrame = function () {
if (_root.netStream.bytesLoaded == _root.netStream.bytesTotal) {
width = Stage.width - 30;
} else {
bufferPCT = (_root.netStream.bufferTime / _root.netStream.duration) * _root.netStream.bytesTotal;
width = ((Stage.width - 75) * (_root.netStream.bytesLoaded - bufferPCT)) / _root.netStream.bytesTotal;
}
_root.seek = true;
this.startDrag(false, 90, 41, (Stage.width - 95) - 65, 41);
this.onEnterFrame = function () {
percent = (this._x - 90) / (((Stage.width - 75) - 110) - 65);
gotosecond = Math.round(_root.netStream.duration * percent);
_root.netStream.seek(gotosecond);
};
};
once = true;
}
on (release) {
stopDrag();
this.onEnterFrame = function () {
if (once != true) {
return(undefined);
}
if (_root.isPlaying == true) {
_root.play();
}
once = false;
_root.seek = false;
};
}
on (releaseOutside) {
_root.clipStatus = _root.tempStatus;
stopDrag();
this.onEnterFrame = function () {
if (once != true) {
return(undefined);
}
if (_root.isPlaying == true) {
_root.play();
_root.clipStatus = "";
} else {
_root.clipStatus = "";
}
once = false;
_root.seek = false;
};
}
on (rollOver) {
_root.isOver = true;
}
Symbol 45 Button
on (release) {
if (_root.isLoaded == true) {
if (_root.isPlaying == false) {
_root.netStream.pause();
_root.isPlaying = true;
_root.pauseBlock_mc._x = -999;
_root.pauseBlock_mc._y = -999;
_root.pauseBlockBack_mc._x = -999;
_root.pauseBlockBack_mc._y = -999;
_root.splashScreen_mc.swapDepths(99998);
_root.vidholder.swapDepths(99999);
} else {
_root.netStream.pause();
_root.isPlaying = false;
_root.pauseBlock_mc._x = (Stage.width / 2) - 30;
_root.pauseBlock_mc._y = (Stage.height / 2) - 60;
_root.pauseBlockBack_mc._x = 0;
_root.pauseBlockBack_mc._y = 0;
_root.splashScreen_mc.swapDepths(99999);
_root.vidholder.swapDepths(99998);
}
if (_root.isAtEnd == true) {
_root.isAtEnd = false;
_root.netStream.seek(0);
_root.netStream.pause();
_root.stopplay = true;
}
}
_root.isOver = true;
}
on (rollOver) {
_root.isOver = true;
}
Symbol 54 Button
on (release) {
_root.netStream.seek(0);
_root.netStream.pause(true);
_root.isPlaying = false;
getURL ("javascript:showPostRollAd();");
}
on (rollOver) {
_root.isOver = true;
}
Symbol 63 Button
on (release) {
_root.netStream.seek(0);
_root.netStream.play(_root.flvFileName);
getURL ("javascript:hidePostRollAd();");
}
Symbol 69 Button
on (rollOver) {
_root.showVolume = true;
_root.isOver = true;
}
on (rollOut) {
_root.showVolume = false;
_root.timeout = getTimer() + 1000;
_root.isOver = false;
}
on (release) {
if ((_root.isMuted == false) || (_root.isMuted == null)) {
_root.showVolume = false;
_root.isMuted = true;
volumeHandle_mc._x = 0;
this.slider_track.volumeProgressBack_mc._width = 0;
} else if ((_root.isMuted == true) || (_root.isMuted == null)) {
_root.showVolume = false;
_root.isMuted = false;
volumeHandle_mc._x = _root.volumelevel / 2;
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.isMuted == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 79 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();
Instance of Symbol 91 MovieClip "volumeProgressBack_mc" in Symbol 92 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.isMuted == false) {
this._width = _root.volumelevel / 2;
} else {
this._width = 0;
}
}
Symbol 95 Button
on (press) {
tempclipStatus = _root.clipStatus;
this.startDrag(false, 0, 0, 50, 0);
_root.isMuted = false;
this.onEnterFrame = function () {
_root.volumelevel = Math.round((this._x * 100) / 50);
_root.volumedrag = true;
};
_root.isOver = true;
once = true;
}
on (release) {
stopDrag();
this.onEnterFrame = function () {
if (once != true) {
return(undefined);
}
_root.volumedrag = false;
_root.clipStatus = tempclipStatus;
once = false;
};
_root.isMuted = false;
_root.isOver = true;
}
on (releaseOutside) {
stopDrag();
this.onEnterFrame = function () {
if (once != true) {
return(undefined);
}
_root.volumedrag = false;
_root.clipStatus = tempclipStatus;
once = false;
};
_root.isOver = true;
}
on (rollOver) {
_root.showVolume = true;
_root.isOver = true;
}
on (rollOut) {
_root.showVolume = false;
_root.isOver = false;
}
Instance of Symbol 92 MovieClip "slider_track" in Symbol 97 MovieClip Frame 1
on (press) {
_root.volumelevel = this._xmouse * 2;
_parent.volumeHandle_mc._x = this._xmouse;
}
Instance of Symbol 96 MovieClip "volumeHandle_mc" in Symbol 97 MovieClip Frame 1
onClipEvent (load) {
_root.mySound = new Sound();
_root.volumelevel = 75;
_root.volumedrag = false;
}
onClipEvent (enterFrame) {
if (_root.isMuted == true) {
_root.mySound.setVolume(0);
} else {
_root.mySound.setVolume(_root.volumelevel);
}
}
Symbol 98 MovieClip Frame 1
Instance of Symbol 7 MovieClip "backRep_mc" in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = -15;
this._y = 23;
this._width = Stage.width + 15;
this._height = 27;
}
Instance of Symbol 18 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
this._width = ((((Stage.width - 75) - 108) - 65) * _root.netStream.bytesLoaded) / _root.netStream.bytesTotal;
}
on (press) {
var pressPerc = (Math.round((Math.round(this._xmouse) / ((Stage.width - 65) - 95)) * 100) * 2);
var newSeek = ((pressPerc * _root.netStream.duration) / 100);
_root.netStream.seek(newSeek);
}
Instance of Symbol 20 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
var localonce = true;
}
onClipEvent (enterFrame) {
if (localonce == true) {
this._width = ((Stage.width - 75) - 105) - 65;
localonce == false;
}
}
Instance of Symbol 22 MovieClip "progressTimeline" in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
this._width = 0;
if (_root.isLoaded == false) {
this._width = 0;
} else {
this._width = ((((Stage.width - 75) - 110) - 65) * _root.netStream.time) / _root.netStream.duration;
}
}
on (press) {
var pressPerc = Math.round((Math.round(this._xmouse) / ((Stage.width - 75) - 110)) * 100);
var newSeek = ((pressPerc * _root.netStream.duration) / 100);
_root.netStream.seek(newSeek);
}
Instance of Symbol 25 MovieClip "statustext" in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = -45;
this._x = (Stage.width / 2) - (this._width / 2);
if (_root.isPlaying == false) {
this._alpha = Math.abs(Math.round(Math.cos(getTimer() / 750) * 100));
} else {
this._alpha = 100;
}
if (_root.seek == true) {
_root.tempStatus = _statusTextField;
_root.clipStatus = "";
}
if (_root.volumedrag) {
_root.clipStatus = "";
}
_statusTextField = _root.clipStatus;
}
Instance of Symbol 27 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
}
Instance of Symbol 29 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
var localonce = true;
}
onClipEvent (enterFrame) {
if (localonce == true) {
this._x = (Stage.width - 150) + this._width;
localonce == false;
}
if (_root.isLoaded == false) {
this._timeTextField = "0:00:00.0";
} else {
tenths = _root.netStream.time - Math.floor(_root.netStream.time);
seconds = Math.floor(_root.netStream.time % 60);
realtenths = Math.floor(tenths * 10);
minutes = Math.floor((parseInt(_root.netStream.time) / 60) % 60);
hours = Math.floor(((parseInt(_root.netStream.time) / 60) / 60) % 60);
if (seconds < 10) {
seconds = "0" + seconds;
}
if (minutes < 10) {
minutes = "0" + minutes;
}
if (_level0._currentframe == 2) {
this._timeTextField = "0:00:00.0";
} else {
this._timeTextField = (((((hours + ":") + minutes) + ":") + seconds) + ":") + realtenths;
}
}
}
Instance of Symbol 31 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
}
Instance of Symbol 33 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
var localonce = true;
}
onClipEvent (enterFrame) {
if (localonce == true) {
this._x = Stage.width - 150;
localonce == false;
}
if (_root.isLoaded == false) {
this._totalTimeText = "0:00:00.0";
} else {
tenths = "00";
seconds = Math.floor(_root.netStream.duration % 60);
realtenths = Math.floor(tenths * 10);
minutes = Math.floor((parseInt(_root.netStream.duration) / 60) % 60);
hours = Math.floor(((parseInt(_root.netStream.duration) / 60) / 60) % 60);
if (seconds < 10) {
seconds = "0" + seconds;
}
if (minutes < 10) {
minutes = "0" + minutes;
}
if (_level0._currentframe == 2) {
this._totalTimeText = "0:00:00.0";
} else {
this._totalTimeText = (((((hours + ":") + minutes) + ":") + seconds) + ":") + realtenths;
}
}
}
Instance of Symbol 37 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.seek == false) {
this._x = ((((Stage.width - 75) - 110) - 65) * _root.netStream.time) / _root.netStream.duration;
this._x = this._x + 90;
}
}
onClipEvent (load) {
this._x = 90;
_root.seek = false;
this.swapDepths(9999);
}
Instance of Symbol 46 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = 25;
}
Instance of Symbol 55 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = 25;
}
Instance of Symbol 64 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = 25;
}
Instance of Symbol 97 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = Stage.width - 65;
}
Instance of Symbol 103 MovieClip "vid1_mc" in Symbol 106 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 75;
}
on (rollOver) {
this._alpha = 100;
}
on (rollOut) {
this._alpha = 75;
}
Instance of Symbol 104 MovieClip "vid2_mc" in Symbol 106 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 75;
}
on (rollOver) {
this._alpha = 100;
}
on (rollOut) {
this._alpha = 75;
}
Instance of Symbol 105 MovieClip "vid3_mc" in Symbol 106 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 75;
}
on (rollOver) {
this._alpha = 100;
}
on (rollOut) {
this._alpha = 75;
}