Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

EvilMan

"Player"

Recommended Posts

Salve galera, sou novo por aki, e este é o meu primeiro post ^^Gostaria de tirar um duvida...estou montando um site aki por diverssão ^^ apenas p/ aprendizado.(se ficar Bom, deixo ele online rsrs)Bom... a minha duvida é a seguinte.Fiz um Player Básico, em uma pagina .HTMLchamado: player.htmlai, montei uma outra pagina ".html" com Alguns links de videos upados no meu servidor...Como eu faço p/ , quando eu clicar em um desses links, ele abra o "player.html" e exiba este video no meu player?

Compartilhar este post


Link para o post
Compartilhar em outros sites

bom, teriamos que ver como eh esse eu player.html

 

pois na outra pagina você pode fazer o link assim

 

Filme 1

Filme 2

Filme 3

 

bom, teriamos que ver ^^

Compartilhar este post


Link para o post
Compartilhar em outros sites

<HTML><HEAD><TITLE></TITLE><META http-equiv=Content-Type content="text/html; charset=iso-8859-1"><METE remotip="200.148.95.144"><!-- Fireworks 8.0  Dreamweaver 8.0 target.  Created Wed May 02 01:05:45 GMT-0700 (Pacific Daylight Time) 2007--><STYLE>.movieListUnselected {	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FONT-SIZE: 10px; BACKGROUND: #666666; PADDING-BOTTOM: 1px; TEXT-TRANSFORM: uppercase; WIDTH: 100%; COLOR: #dddddd; PADDING-TOP: 1px; FONT-FAMILY: Verdana}.movieListSelected {	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 10px; BACKGROUND: #cccccc; TEXT-TRANSFORM: uppercase; BORDER-LEFT: #ffffff 1px solid; WIDTH: 100%; COLOR: #000000; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana}.movieListActive {	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 10px; BACKGROUND: #0d0; TEXT-TRANSFORM: uppercase; BORDER-LEFT: #ffffff 1px solid; WIDTH: 100%; COLOR: #000000; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana}.sceneListUnselected {	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FONT-SIZE: 10px; BACKGROUND: #666666; PADDING-BOTTOM: 1px; TEXT-TRANSFORM: uppercase; WIDTH: 100%; COLOR: #dddddd; PADDING-TOP: 1px; FONT-FAMILY: Verdana}.sceneListSelected {	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 10px; BACKGROUND: #cccccc; TEXT-TRANSFORM: uppercase; BORDER-LEFT: #ffffff 1px solid; WIDTH: 100%; COLOR: #000000; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana}.sceneListActive {	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 10px; BACKGROUND: #0d0; TEXT-TRANSFORM: uppercase; BORDER-LEFT: #ffffff 1px solid; WIDTH: 100%; COLOR: #000000; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana}.photoListUnselected {	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FONT-SIZE: 10px; BACKGROUND: #666666; PADDING-BOTTOM: 1px; TEXT-TRANSFORM: uppercase; WIDTH: 100%; COLOR: #dddddd; PADDING-TOP: 1px; FONT-FAMILY: Verdana; TEXT-ALIGN: center}.photoListSelected {	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 10px; BACKGROUND: #cccccc; TEXT-TRANSFORM: uppercase; BORDER-LEFT: #ffffff 1px solid; WIDTH: 100%; COLOR: #000000; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana; TEXT-ALIGN: center}.photoListActive {	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 10px; BACKGROUND: #0d0; TEXT-TRANSFORM: uppercase; BORDER-LEFT: #ffffff 1px solid; WIDTH: 100%; COLOR: #000000; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana; TEXT-ALIGN: center}</STYLE><script language=JavaScript type=text/JavaScript><!--var isIE = true;var hideScenes = false;var hideVolumes = false;var eftl = 0;var fwdURL = '';var fwdTimeout;var activeMovie = 0;var activeScene = 0;var sceneCount = 5;function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}var newPosition = 0;var seekTimerSet = false;function seekToPosition(position) {	if (!sliderMoving) {		document.getElementById('currentPosBox').value = 'Buffering...';	}	var timeSplit = position.indexOf(':');	var locSplit = position.indexOf(' ');	if (locSplit == -1) {		locSplit = 5;	}	newPosition = position.substr(0, timeSplit) * 60 + position.substr(timeSplit + 1, locSplit - timeSplit - 1) * 1;	if (sliderMoving && !seekTimerSet) {		seekTimerSet = true;		setTimeout('setSeekedPosition()', 1000);	}}function goToFwdURL() {	top.location.href = fwdURL;}function setSeekedPosition() {	var p = document.mediaPlayer;	var stdDate = new Date();//	alert(stdDate.getTime() + ' / ' + sliderMovementAge);	if ((sliderMoving && (stdDate.getTime() - sliderMovementAge) > 1000) || !sliderMoving) {		sliderMoving = false;		p.controls.currentPosition = newPosition;		seekTimerSet = false;		setTimeout('returnPosition(false)',1000);		} else {		setTimeout('setSeekedPosition()', 1000);	}}function stopVideo() {	document.stopButton.src = 'images/stop_active.gif';	document.playButton.src = 'images/play.gif';	document.rewindButton.src = 'images/rewind.gif';	document.forwardButton.src = 'images/forward.gif';	document.mediaPlayer.controls.stop();}function playVideo() {	document.stopButton.src = 'images/stop.gif';	document.playButton.src = 'images/pause.gif';	document.rewindButton.src = 'images/rewind.gif';	document.forwardButton.src = 'images/forward.gif';	document.mediaPlayer.controls.play();}function pauseVideo(retryOnTransitionalState) {	var p = document.mediaPlayer;	if (retryOnTransitionalState) {		if (isNaN(p.playState)) {			setTimeout('pauseVideo(true)', 1000);		} else {			p.controls.pause();			document.stopButton.src = 'images/stop.gif';			document.playButton.src = 'images/play.gif';		}	} else {		p.controls.pause();		document.stopButton.src = 'images/stop.gif';		document.playButton.src = 'images/play.gif';	}}function muteVideo() {	var p = document.mediaPlayer;	if (p.settings.mute == true) {		document.muteButton.src = 'images/mute_inactive.gif';		p.settings.mute = false;	} else {		document.muteButton.src = 'images/mute.gif';		p.settings.mute = true;	}}function fullScreenVideo(retryOnTransitionalState) {	var p = document.mediaPlayer;	if (retryOnTransitionalState) {		if (p.playState != 3) {			setTimeout('fullScreenVideo(true)', 1000);		} else {			if (videoQuality == 'hd') {				p.uiMode = 'full';			}			p.fullScreen = true;		}	} else {		if (videoQuality == 'hd') {			p.uiMode = 'full';		}		p.fullScreen = true;	}}function setSliderStepLength(retryOnTransitionalState) {	var p = document.mediaPlayer;	if (retryOnTransitionalState) {		if (p.playState != 3) {			setTimeout('setSliderStepLength(true)', 1000);		} else {			stepLength = p.currentMedia.duration / possiblePositions;		}	} else {		stepLength = p.currentMedia.duration / possiblePositions;	}	// alert(stepLength);}function fastForward() {	document.stopButton.src = 'images/stop.gif';	document.rewindButton.src = 'images/rewind.gif';	document.forwardButton.src = 'images/forward_active.gif';	document.playButton.src = 'images/play.gif';	document.mediaPlayer.controls.fastForward();}function fastRewind() {	document.stopButton.src = 'images/stop.gif';	document.rewindButton.src = 'images/rewind_active.gif';	document.forwardButton.src = 'images/forward.gif';	document.playButton.src = 'images/play.gif';	document.mediaPlayer.controls.fastReverse();}function setVolume(volumeLevel) {	if (!isIE) {		return;	}	var d = document;	var p = document.mediaPlayer;	var i = 20;		for (i = 20 ; i <= 100 ; i += 20) {		imageToCheck = eval('d.volume' + i);		if (i <= volumeLevel) {			imageToCheck.src = 'images/volume' + i + '_active.gif';		} else {			imageToCheck.src = 'images/volume' + i + '.gif';		}	}		p.settings.volume = volumeLevel;}var currentPosBoxFocused = false;var alertedAlready = false;function returnPosition(doNotPositionSlider) {	if (sliderMoving) {		return;	}	var p = document.mediaPlayer;	var positionPct = Math.floor(p.controls.currentPosition / p.currentMedia.duration * 100);	var currentPosString = p.controls.currentPositionString;	if (currentPosString == '') {		currentPosString = '00:00';	}		if (p.fullScreen == false && p.uiMode == 'full') {		p.uiMode = 'none';	}		if (!currentPosBoxFocused && p.playState == 3) {		document.getElementById('currentPosBox').value = currentPosString + ' of ' + p.currentMedia.durationString + '(' + (isNaN(positionPct) ? 0 : positionPct) + '%)';		positionSlider(p.controls.currentPosition);	}	setTimeout('returnPosition(false)',1000);	}function startTimer() {	if (document.mediaPlayer.currentMedia.duration) {		setTimeout('returnPosition(false)',1000);	}}var xmlhttp=false;/*@cc_on @*//*@if (@_jscript_version >= 5)// JScript gives us Conditional compilation, we can cope with old IE versions.// and security blocked creation of the objects. try {  xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) {  try {   xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");  } catch (E) {   xmlhttp = false;  } }@end @*/if (!xmlhttp && typeof XMLHttpRequest!='undefined') {  xmlhttp = new XMLHttpRequest();}function fetchScenes(whichMovie) {	xmlhttp.open("GET", "/hdplayer/getScenes.php?" + whichMovie,true);	xmlhttp.onreadystatechange=function() {		if (xmlhttp.readyState==4) {			loadScenes(xmlhttp.responseText);		}	}	xmlhttp.send(null);	activeScene = 0;}var nextScene = 2527;var sceneExtendedData = Array(5);sceneExtendedData[0] = Array(2);sceneExtendedData[0][0] = 2526;sceneExtendedData[0][1] = 'Scene 01';sceneExtendedData[1] = Array(2);sceneExtendedData[1][0] = 2527;sceneExtendedData[1][1] = 'Scene 02';sceneExtendedData[2] = Array(2);sceneExtendedData[2][0] = 2528;sceneExtendedData[2][1] = 'Scene 03';sceneExtendedData[3] = Array(2);sceneExtendedData[3][0] = 2529;sceneExtendedData[3][1] = 'Scene 04';sceneExtendedData[4] = Array(2);sceneExtendedData[4][0] = 2530;sceneExtendedData[4][1] = 'Scene 05';function loadScenes(sceneData) {	var sceneArray = sceneData.split('|');	var newSceneList = '';	var s_id, s_title;		activeScene = 0;	sceneExtendedData = Array((sceneArray.length / 2));		var dataItem = 0;	for (i = 0, j = 1 ; i < sceneArray.length ; i++) {		s_id = sceneArray[i]; s_title = sceneArray[++i];		sceneExtendedData[dataItem] = Array(2);		sceneExtendedData[dataItem][0] = s_id; sceneExtendedData[dataItem][1] = s_title;		newSceneList += '<div id="scenelist' + dataItem + '" class="sceneList' + (i - 1 == 0 ? 'Active' : 'Unselected') + '" onMouseOver="this.className = (this.className == \'sceneListActive\' ? \'sceneListActive\' : \'sceneListSelected\');" onMouseOut="this.className = (this.className == \'sceneListActive\' ? \'sceneListActive\' : \'sceneListUnselected\');" onClick="document.getElementById(\'scenelist\' + activeScene).className = \'sceneListUnselected\'; activeScene = ' + dataItem++ + '; this.className = \'sceneListActive\'; fetchScene(' + s_id + ');">' + s_title + '</div>' + "\n";	}			if (!hideScenes) {		document.getElementById('sceneList').innerHTML = newSceneList;	}	fetchScene(sceneArray[0]);}var currentScene = 0;var initialVideoLoad = true;function fetchScene(sceneID) {	if (!isIE) {		return;	}	unloadPhotoViewer();	currentScene = sceneID;	var sceneURL = "/player/getScene.php?" + sceneID + '/' + videoQuality;		xmlhttp.open("GET", sceneURL, true);	xmlhttp.onreadystatechange=function() {		if (xmlhttp.readyState==4) {			loadMovie(xmlhttp.responseText);			loadPhotos(sceneID); 		}	}	xmlhttp.send(null);}var photoArray;function loadPhotos(sceneID) {	return true;	currentScene = sceneID;	var photoURL = "/player/getScenePhotos.php?" + sceneID;	var newPhotoList = '';		xmlhttp.open("GET", photoURL, true);	xmlhttp.onreadystatechange=function() {		if (xmlhttp.readyState == 4) {			photoArray = xmlhttp.responseText.split('|');						if (photoArray.length > 1) {				for (i = 0 ; i < photoArray.length ; i += 8) {					if (photoArray[(i + 1)] == 'frontcover' || photoArray[(i + 1)] == 'backcover') {						newPhotoList += '<div id="photolist' + i + '" class="photoListUnselected" onMouseOver="this.className = \'photoListSelected\';" onMouseOut="this.className = \'photoListUnselected\';" onClick="pauseVideo(true); window.open(\'fullsize.php?' + photoArray[i] + '/1\', \'photo_gallery\', \'width=' + photoArray[(i + 2)] + ',height=' + photoArray[(i + 3)] + ',status=0,scrollbar=0,resize=0\');"><img style="border: 1px solid #000;" src="thumb.php?' + photoArray[i] + '" width=\'' + photoArray[(i + 6)] + '\' height=\'' + photoArray[(i + 7)] + '\'></div>' + "\n";					} else {						newPhotoList += '<div id="photolist' + i + '" class="photoListUnselected" onMouseOver="this.className = \'photoListSelected\';" onMouseOut="this.className = \'photoListUnselected\';" onClick="pauseVideo(true); window.open(\'http://galleries.hfsites.com.br/create_session.php?hash=MzU0OEZTMTY0RlNEU2hkLWFsbDExODAzNzQyNzc=\', \'photo_gallery\', \'width=620,status=no,scrollbars=yes,resizeable=yes\');"><img style="border: 1px solid #000;" src="thumb.php?' + photoArray[i] + '" width=\'' + photoArray[(i + 6)] + '\' height=\'' + photoArray[(i + 7)] + '\'></div>' + "\n";					}				}			}			document.getElementById('photoList').innerHTML = newPhotoList;		}	}	xmlhttp.send(null);}var videoQuality = 'high';var hasHD = false;function loadMovie(sceneData) {	var p = document.mediaPlayer;	var sceneDetails = sceneData.split('|');	var newVideoURL = 'mms://' + sceneDetails[9] + '/' + sceneDetails[7] + '/' + sceneDetails[6] + '?' + sceneDetails[10];	p.URL = newVideoURL;     /*   document.getElementById('tempdata').innerHTML=newVideoURL; */	hasHD = (sceneDetails[8] == 1 ? true : false);	if (!sliderActive) {		document.getElementById('currentlyPlayingTitle').innerHTML = sceneDetails[1];		document.getElementById('currentlyPlayingScene').innerHTML = sceneDetails[4];	}	if (videoQuality == 'low') {		document.lo.src = 'images/extreme-high-def-playeron_r1_c2.gif';		document.high.src = 'images/extreme-high-def-player_r1_c7.gif';		document.highdef.src = 'images/player_02.gif';	} else if (videoQuality == 'high') {		document.lo.src = 'images/extreme-high-def-player_r1_c4.gif'		document.high.src = 'images/extreme-high-def-playeron_r1_c4.gif';		document.highdef.src = 'images/player_02.gif';	} else if (videoQuality == 'hd') {		document.lo.src = 'images/extreme-high-def-player_r1_c4.gif';		document.high.src = 'images/extreme-high-def-player_r1_c7.gif';		document.highdef.src = 'images/extreme-high-def-playeron_r1_c6.gif';		fullScreenVideo(true);	}	setSliderStepLength(true);		if (eftl > 0) {		clearTimeout(fwdTimeout);		fwdTimeout = setTimeout("goToFwdURL()", 0);	}		if (initialVideoLoad == true) {		initialVideoLoad = false;		returnPosition(false);	}}function changeVideoQuality(sceneID, desiredQuality) {	if (desiredQuality == 'hd' && hasHD == false) {		return false;	} else {		videoQuality = desiredQuality;		fetchScene(sceneID);	}}var sessionUpdateTimestamp = 1180374277;function renewSession() {	xmlhttp.open("GET", '/hdplayer/renewSession.php', true);	xmlhttp.onreadystatechange=function() {		if (xmlhttp.readyState==4) {			var response = xmlhttp.responseText.split('|');			if (response[0] == 'OK') {				sessionUpdateTimestamp = response[1];			} else {				sessionUpdateTimestamp = false;			}		}	}	xmlhttp.send(null);	setTimeout('renewSession()', 120000);}	var originalX = 0;	var sliderActive = false;	var boundaryBottomX = 0;	var boundaryTopX = 600;	var possiblePositions = 0;	var stepLength = 0;	var s;				function initializeSlider() {		if (!isIE) {			return;		}		var cpBar = document.getElementById('currentlyPlayingBar');		s = document.sliderImage;		boundaryBottomX = document.sliderImage.style.left.substr(0, document.sliderImage.style.left.indexOf('p'));		boundaryTopX = cpBar.style.width.substr(0, cpBar.style.width.indexOf('p'));		possiblePositions = boundaryTopX - boundaryBottomX - s.width;		sliderActive = true;	}	function positionSlider(currentLoc) {		var p = document.mediaPlayer;		var s = document.sliderImage;		if (currentLoc > 0 && p.playState == 3) {			newX = currentLoc / (p.currentMedia.duration / possiblePositions);			s.style.left = Math.floor(newX);		}//		alert(newX + ' / ' + Math.floor(newX));	}	var sliderMovementAge = 0;	var sliderMoving = false;		function processSlider(dragEvent, whichImage) {			var oData = window.event.dataTransfer;			var stdDate = new Date();			sliderMoving = true;			sliderMovementAge = stdDate.getTime();//			document.body.style.cursor = "hand";			var p = document.mediaPlayer;			var getX = dragEvent.x;			var newX;			originalX = s.style.left.substr(0, s.style.left.indexOf('p')) * 1;						newX = originalX + getX - (s.width / 2);			if (s.width + newX > boundaryTopX) {				newX = boundaryTopX - s.width;			}			if (newX < boundaryBottomX) {				newX = boundaryBottomX;			}			var steps = newX - boundaryBottomX;			var newTime = Math.floor(steps * stepLength);			var newTimeString = Math.floor(newTime / 60) + ':' + (newTime % 60 < 10 ? '0' + newTime % 60 : newTime % 60) + ' ';			document.getElementById('currentPosBox').value = newTimeString;			seekToPosition(newTimeString);			// returnPosition(true);			s.style.left = newX + 'px';			return false;		}	function loadPhotoViewer(which_photo) {		var v = document.getElementById('photoViewer');		var m = document.getElementById('mediaPlayerContainer');		pauseVideo(true);		v.style.visibility = 'visible';		m.style.visibility = 'hidden';		v.innerHTML = '<a style="text-transform: uppercase; position: relative; background: #000; color: #CCC; font-family: Verdana; font-size: 9px; vertical-align: middle;" href="#" onClick="unloadPhotoViewer();">Clique aki para retornar ao Video./a><br><span style="text-transform: uppercase; position: relative; background: #000; color: #CCC; font-family: Verdana; font-size: 9px; vertical-align: middle;">Click on the preview image below to view the full-size version in a pop-up window.</span><br><a style="text-decoration: ' + (photoArray[(which_photo - 7)] > 0 ? 'none' : 'line-through') + '; text-transform: uppercase; position: relative; background: #000; color: #CCC; font-family: Verdana; font-size: 9px; vertical-align: middle;" href="#" onClick="' + (photoArray[(which_photo - 7)] > 0 ? 'loadPhotoViewer(' + (which_photo - 7) + ')' : '') + '">< < Prev</a> <img style="border: 1px solid #bbb; position: relative; top: ' + '0'/*((350 - photoArray[(which_photo + 4)]) / 2)*/ + 'px; vertical-align: middle;" align="middle" src="preview.php?' + photoArray[which_photo] + '" width="' + photoArray[(which_photo + 3)] + '" height="' + photoArray[(which_photo + 4)] + '" onClick="window.open(\'fullsize.php?' + photoArray[which_photo] + '/true\',\'photoViewer\',\'width=' + photoArray[(which_photo + 1)] + ',height=' + photoArray[(which_photo + 2)] + ',scrollbar=no,statusbar=no,resize=no\');"> <a style="text-decoration: ' + (photoArray[(which_photo + 7)] > 0 ? 'none' : 'line-through') + '; text-transform: uppercase; position: relative; background: #000; color: #CCC; font-family: Verdana; font-size: 9px; vertical-align: middle;" href="#" onClick="' + (photoArray[(which_photo + 7)] > 0 ? 'loadPhotoViewer(' + (which_photo + 7) + ')' : '') + '">next > ></a>';	}	function unloadPhotoViewer() {		var v = document.getElementById('photoViewer');		var m = document.getElementById('mediaPlayerContainer');		v.style.visibility = 'hidden';		m.style.visibility = 'visible';		v.innerHTML = '';		playVideo();	}	function showBrowserMessage() {		if (isIE) {			return;		} else {			var v = document.getElementById('mediaPlayerContainer');			v.innerHTML = '<div style="text-align: center; position: relative; background: #000; color: #CCC; font-family: Verdana; font-size: 11px; vertical-align: middle;"><br><br><a href="http://www.microsoft.com/windows/ie/default.mspx"><img src="images/ie_logo.gif" border=0></a> <a href="http://www.microsoft.com/windows/windowsmedia/player/download/"><img src="images/wmp_logo.gif" width="68" height="56" border=0></a><br><br><a style="text-transform: uppercase; position: relative; background: #000; color: #CCC; font-family: Verdana; font-size: 9px; vertical-align: middle;" href="http://www.hfsites.com.br/members/ef.html">Clique aki para retornar ao site</a></div>';			document.getElementById('currentPosBox').value = 'ERROR!';		}	}//--></SCRIPT><script language=JavaScript event=playStateChange() for=mediaPlayer>	var ps = document.mediaPlayer.playState;	if ((ps == 8 || ps == 0) && activeScene != (sceneExtendedData.length - 1)) {		alert(activeScene);		document.getElementById('scenelist' + activeScene).className = 'sceneListUnselected';		document.getElementById('scenelist' + ++activeScene).className = 'sceneListActive';		fetchScene(sceneExtendedData[activeScene][0]);	}</SCRIPT><META content="MSHTML 6.00.2900.3086" name=GENERATOR></HEAD><BODY bgColor=#f1f1f1 onload="showBrowserMessage(); initializeSlider(); fetchScene(2526); setVolume(60);  MM_preloadImages('images/extreme-high-def-playeron_r1_c2.gif','images/extreme-high-def-playeron_r1_c4.gif','images/extreme-high-def-playeron_r1_c6.gif','images/extreme-high-def-playeron_r1_c9.gif')"><CENTER><DIV id=tempdata></DIV><TABLE cellSpacing=0 cellPadding=0 width=750 border=0><!-- fwtable fwsrc="extreme-high-def-player.png" fwbase="extreme-high-def-player.png" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->  <TBODY>  <TR>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=55 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=2 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=77 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=26 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=19 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=6 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=39 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=20 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=6 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=32 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=77 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=27 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=26 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=34 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=23 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=9 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=23 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=6 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=24 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=28 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=48 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=10 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=14 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=9 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=9 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=9 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=9 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=27 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=1 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=55 border=0></TD>    <TD><IMG height=1 src="player_arquivos/spacer.gif" width=1 border=0></TD></TR>  <TR>    <TD rowSpan=5><IMG height=484       src="player_arquivos/player_02.gif" width=55 border=0       name=extremehighdefplayer_r1_c1></TD>    <TD colSpan=2> </TD>    <TD><A       onmouseover="MM_swapImage('lo','','images/extreme-high-def-playeron_r1_c2.gif',1)"       onclick="changeVideoQuality(currentScene, 'low');"       onmouseout=MM_swapImgRestore()       href="http://www.hfsites.com.br/player/?ext=hd-all&volume=#"></A></TD>    <TD colSpan=2> </TD>    <TD><A       onmouseover="MM_swapImage('high','','images/extreme-high-def-playeron_r1_c4.gif',1)"       onclick="changeVideoQuality(currentScene, 'high');"       onmouseout=MM_swapImgRestore()       href="http://www.hfsites.com.br/player/?ext=hd-all&volume=#"></A></TD>    <TD colSpan=2> </TD>    <TD colSpan=2><A       onmouseover="MM_swapImage('highdef','','images/extreme-high-def-playeron_r1_c6.gif',1)"       onclick="changeVideoQuality(currentScene, 'hd');"       onmouseout=MM_swapImgRestore()       href="http://www.hfsites.com.br/player/?ext=hd-all&volume=#"></A></TD>    <TD colSpan=3><IMG height=31       src="player_arquivos/extreme-high-def-player_r1_c12.gif" width=87 border=0       name=extremehighdefplayer_r1_c12></TD>    <TD colSpan=7><A       onmouseover="MM_swapImage('fullscreen','','images/extreme-high-def-playeron_r1_c9.gif',1)"       onclick=fullScreenVideo(); onmouseout=MM_swapImgRestore()       href="http://www.extremefeeds.com/hdplayer/?ext=hd-all&volume=#"><IMG       height=31 alt="View Full Sceen"       src="player_arquivos/player_05.gif" width=161       border=0 name=fullscreen></A></TD>    <TD colSpan=8><IMG       height=31 alt=Help       src="player_arquivos/extreme-high-def-player_r1_c22.gif" width=88 border=0       name=help></TD>    <TD rowSpan=5><IMG height=484       src="player_arquivos/player_03.gif" width=55 border=0       name=extremehighdefplayer_r1_c30></TD>    <TD><IMG height=31 src="player_arquivos/spacer.gif" width=1 border=0></TD></TR>  <TR>    <TD colSpan=28><IMG height=42       src="player_arquivos/player_04.gif" width=640 border=0       name=extremehighdefplayer_r2_c2></TD>    <TD><IMG height=42 src="player_arquivos/spacer.gif" width=1 border=0></TD></TR>  <TR>    <TD bgColor=#000000 colSpan=28>      <DIV id=mediaPlayerWindow>      <DIV id=photoViewer       style="BORDER-RIGHT: #000 1px solid; BORDER-TOP: #000 1px solid; VISIBILITY: hidden; BORDER-LEFT: #000 1px solid; WIDTH: 640px; BORDER-BOTTOM: #000 1px solid; POSITION: absolute; HEIGHT: 360px; TEXT-ALIGN: center"></DIV>      <DIV id=mediaPlayerContainer       style="Z-INDEX: 1; LEFT: 0px; POSITION: relative; TOP: 0px">      <OBJECT id=mediaPlayer height=360       standby="Loading Microsoft Windows Media Player components..." width=640       classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6 name=mediaPlayer><PARAM NAME="filename" VALUE=""><PARAM NAME="uiMode" VALUE="none"><PARAM NAME="stretchToFit" VALUE="true"><PARAM NAME="URL" VALUE=""><PARAM NAME="animationatStart" VALUE="true"><PARAM NAME="transparentatStart" VALUE="true"><PARAM NAME="autoStart" VALUE="true"><PARAM NAME="showControls" VALUE="false"><PARAM NAME="ShowStatusBar" VALUE="true"><PARAM NAME="Autorewind" VALUE="true"><PARAM NAME="ShowDisplay" VALUE="false"></OBJECT></DIV></DIV></TD>    <TD><IMG height=360 src="player_arquivos/spacer.gif" width=1   border=0></TD></TR>  <TR>    <TD colSpan=28>      <DIV id=currentlyPlayingBar       style="BACKGROUND: url(images/extreme-high-def-player_r4_c2.gif) #fff; WIDTH: 640px; HEIGHT: 21px"><IMG       ondrag='this.style.cursor = "hand"; processSlider(event,this)'       style="LEFT: 2px; CURSOR: hand; POSITION: relative; TOP: 3px" height=15       src="player_arquivos/highdef-arrow.gif" width=18 name=sliderImage></DIV></TD>    <TD><IMG height=21 src="player_arquivos/spacer.gif" width=1 border=0></TD></TR>  <TR>    <TD colSpan=4><IMG height=30       src="player_arquivos/player_06.gif" width=124 border=0       name=extremehighdefplayer_r5_c2></TD>    <TD vAlign=center align=middle bgColor=#dedede colSpan=7><INPUT       id=currentPosBox onBlur="currentPosBoxFocused = false;"       style="FONT-SIZE: 9px; BACKGROUND: #000; VERTICAL-ALIGN: middle; TEXT-TRANSFORM: uppercase; WIDTH: 80%; COLOR: #ccc; FONT-FAMILY: Verdana; POSITION: relative; TOP: 1px"       onfocus="currentPosBoxFocused = true;" value="Carregando Video..."       name=currentPosBox><INPUT onmousedown='seekToPosition(document.getElementById("currentPosBox").value);' id=updatePositionButton style="FONT-SIZE: 9px; BACKGROUND: #000; VERTICAL-ALIGN: middle; COLOR: #ccc; FONT-FAMILY: Verdana; POSITION: relative" type=button value=GO></TD>    <TD><IMG height=30       src="player_arquivos/extreme-high-def-player_r5_c13.gif" width=26 border=0       name=extremehighdefplayer_r5_c13></TD>    <TD><IMG       onclick="document.mediaPlayer.playState == 3 ? pauseVideo(true) : playVideo();"       height=30 src="player_arquivos/pause.gif" width=34 border=0       name=playButton></TD>    <TD><IMG onclick=stopVideo(); height=30 src="player_arquivos/stop.gif"       width=23 border=0 name=stopButton></TD>    <TD><IMG height=30       src="player_arquivos/extreme-high-def-player_r5_c16.gif" width=9 border=0       name=extremehighdefplayer_r5_c16></TD>    <TD><IMG onclick=fastRewind(); height=30 src="player_arquivos/rewind.gif"       width=23 border=0 name=rewindButton></TD>    <TD colSpan=2><IMG onclick=fastForward(); height=30       src="player_arquivos/forward.gif" width=30 border=0 name=forwardButton></TD>    <TD><IMG onclick=muteVideo(); height=30       src="player_arquivos/mute_inactive.gif" width=28 border=0     name=muteButton></TD>    <TD colSpan=2><IMG height=30       src="player_arquivos/extreme-high-def-player_r5_c21.gif" width=58 border=0       name=extremehighdefplayer_r5_c21></TD>    <TD><IMG onclick=setVolume(20); height=30       src="player_arquivos/volume20.gif" width=14 border=0 name=volume20></TD>    <TD><IMG onclick=setVolume(40); height=30       src="player_arquivos/volume40.gif" width=9 border=0 name=volume40></TD>    <TD><IMG onclick=setVolume(60); height=30       src="player_arquivos/volume60.gif" width=9 border=0 name=volume60></TD>    <TD><IMG onclick=setVolume(80); height=30       src="player_arquivos/volume80.gif" width=9 border=0 name=volume80></TD>    <TD><IMG onclick=setVolume(100); height=30       src="player_arquivos/volume100.gif" width=9 border=0 name=volume100></TD>    <TD colSpan=2><IMG height=30       src="player_arquivos/extreme-high-def-player_r5_c28.gif" width=28 border=0       name=extremehighdefplayer_r5_c28></TD>    <TD><IMG height=30 src="player_arquivos/spacer.gif" width=1 border=0></TD></TR>  <TR>    <TD height="87" colSpan=30><IMG height=87       src="player_arquivos/player_01.gif" width=750 border=0       name=extremehighdefplayer_r6_c1></TD>    <TD><IMG height=87 src="player_arquivos/spacer.gif" width=1 border=0></TD></TR>  <TR>    <TD colSpan=2 rowSpan=2> </TD>    <TD bgColor=#666666 colSpan=6> </TD>    <TD colSpan=2 rowSpan=2> </TD>    <TD vAlign=center align=middle bgColor=#666666 colSpan=5><!-- <div id='photoList' style="height: 105; overflow-y: scroll;"> --><A       href="http://galleries.hfsites.com.br/create_session.php?hash=MzU0OEZTMTY0RlNEU2hkLWFsbDExODAzNzQyNzc="       target=_blank></A> <!-- </div> --></TD>    <TD colSpan=3 rowSpan=2> </TD>    <TD bgColor=#666666 colSpan=10> </TD>    <TD colSpan=2> </TD>    <TD><IMG height=105 src="player_arquivos/spacer.gif" width=1   border=0></TD></TR>  <TR>    <TD colSpan=6> </TD>    <TD colSpan=5> </TD>    <TD colSpan=12> </TD>    <TD><IMG height=32 src="player_arquivos/spacer.gif" width=1   border=0></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.