Newer
Older
tuve_tv_web / templates / view.html
@reddawg reddawg on 29 Apr 2008 4 KB Sync
    <div id="content_area">
    <div id="content">

<!-- Main Area -->
<table>
<tr>
<td>&nbsp;</td>
<td>
<!-- Video -->
  <h1>{VID_TITLE}</h1>

<link rel="stylesheet" type="text/css" href="http://www.ubixonline.com/history/history.css" />
<script src="http://www.ubixonline.com/AC_OETags.js" language="javascript"></script>
<script src="http://www.ubixonline.com/history/history.js" language="javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
// -----------------------------------------------------------------------------
// Globals
// Major version of Flash required
var requiredMajorVersion = 9;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Minor version of Flash required
var requiredRevision = 28;
// -----------------------------------------------------------------------------
// -->
</script>

<script language="JavaScript" type="text/javascript">
<!--
// Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
var hasProductInstall = DetectFlashVer(6, 0, 65);

// Version check based upon the values defined in globals
var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

if ( hasProductInstall && !hasRequestedVersion ) {
	// DO NOT MODIFY THE FOLLOWING FOUR LINES
	// Location visited after installation is complete if installation is required
	var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
	var MMredirectURL = window.location;
    document.title = document.title.slice(0, 47) + " - Flash Player Installation";
    var MMdoctitle = document.title;

	AC_FL_RunContent(
		"src", "playerProductInstall",
		"FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
		"width", "400",
		"height", "360",
		"align", "middle",
		"id", "TUplayer",
		"quality", "high",
		"bgcolor", "#ffffff",
		"name", "TUplayer",
		"allowScriptAccess","sameDomain",
		"type", "application/x-shockwave-flash",
		"pluginspage", "http://www.adobe.com/go/getflashplayer"
	);
} else if (hasRequestedVersion) {
	// if we've detected an acceptable version
	// embed the Flash Content SWF when all tests are passed
	AC_FL_RunContent(
			"src", "http://www.ubixonline.com/TUplayer?vid={CVID}",
			"width", "400",
			"height", "360",
			"align", "middle",
			"id", "TUplayer",
			"quality", "high",
			"bgcolor", "#ffffff",
			"name", "TUplayer",
			"allowScriptAccess","sameDomain",
			"type", "application/x-shockwave-flash",
			"pluginspage", "http://www.adobe.com/go/getflashplayer"
	);
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Alternate HTML content should be placed here. '
  	+ 'This content requires the Adobe Flash Player. '
   	+ '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
    document.write(alternateContent);  // insert non-flash content
  }
// -->
</script>
<noscript>
  	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="TUplayer" width="400" height="360"
			codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
			<param name="movie" value="http://www.ubixonline.com/TUplayer.swf?vid={CVID}" />
			<param name="quality" value="high" />
			<param name="bgcolor" value="#ffffff" />
			<param name="allowScriptAccess" value="sameDomain" />
			<embed src="http://www.ubixonline.com/TUplayer.swf?vid={CVID}" quality="high" bgcolor="#ffffff"
				width="400" height="360" name="TUplayer" align="middle"
				play="true"
				loop="false"
				quality="high"
				allowScriptAccess="sameDomain"
				type="application/x-shockwave-flash"
				pluginspage="http://www.adobe.com/go/getflashplayer">
			</embed>
	</object>
</noscript>
<BR><BR>
Embed: &nbsp;
<INPUT TYPE="TEXT" VALUE='<object width="400" height="360"><param name="movie" value="http://www.ubixonline.com/TUplayer.swf?vid={CVID}"></param><param name="wmode" value="transparent"></param><embed src="http://www.ubixonline.com/TUplayer.swf?vid={CVID}" type="application/x-shockwave-flash" wmode="transparent" width="400" height="360"></embed></object>' STYLE="font-size:9pt;height:15px;width:320px;">
<!-- End Video -->
</td>
<td>
<!-- More Videos -->
  <h2>More From: <a href="/{USER}">{USER}</a></h2>
  <div id="more_channel_videos" style="padding-left: 7px; padding-top: 7px; height:400px; width:295px; overflow: auto;border:solid 1px gray;" >
    {NEW_VIDS}
  </div>
<!-- End More videos -->
</td></tr>
</table>
<BR>
<!-- Start Video Info -->
<div style="width:710px;margin-left: 10px;">
<span><h2>Biography:</h2></span>
<div style="float:left;width:450px;">{BIOGRAPHY}</div>
<div style="float:right;"><IMG SRC="{BIO_IMG}"></div>
<div style="clear:both;">&nbsp;</div>
<span><h2>Description:</h2></span>
<span>{DESCRIPTION}</span>
</div>
<!-- End Video Info -->

<!-- End Main Area -->

    </div>
    <br clear="all" />
    </div>