<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Flash Video Player</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="penceland.css" rel="stylesheet" type="text/css">

<!-- Determine the level of JavaScript supported by the browser. -->
<script type="text/javascript" language="JavaScript"> var jslevel = "1.0"</script>
<script type="text/javascript" language="JavaScript1.1"> jslevel = "1.1"</script>

<script type="text/javascript" language="JavaScript">
<!-- Hide the code from non-JavaScript-enabled browsers

// Preload button images
if (jslevel >= "1.1") {
backOn = new Image(100,20); backOn.src = "images/backi.gif";
backOff = new Image(100,20); backOff.src = "images/backo.gif";
topOn = new Image(100,20); topOn.src = "images/topi.gif";
topOff = new Image(100,20); topOff.src = "images/topo.gif";
}

// Switch On and Off button images
function imageSwap(imgID,imgName) {
if(jslevel >= "1.1") {
document.images[imgID].src = eval(imgName + ".src")
}
}

function windowOpener(ref, target, parms) {
popupWindow=window.open(ref, target, parms);
popupWindow.focus();
}

// Stop hiding this script -->
</script>

</head>

<body>
<img src="images/grnbar1.gif" height="5" width="100%" vspace="2">
<table cellspacing="0" cellpadding="0" width="100%" height="20">
<tr>
<td width="33%" valign="bottom">
<a href="javascript:history.go(-1)" onMouseDown ="imageSwap('back_btn','backOn')"
onMouseUp = "imageSwap('back_btn','backOff')"
onMouseOut = "imageSwap('back_btn','backOff')">
<img src="images/backo.gif" title="Back" name="back_btn" width="100" height="20" border="0" align=middle></a>
</td>
<td width="33%" align="center" valign="bottom">
<a href="index.html"><img src="images/pentitle.gif" width="171" height="19" title="PENCELAND.com" align="middle" border="0"></a>
</td>
<td width="33%" align="right" valign="middle">
<span class="date_block" title="Today's date">
<b>
<script type="text/javascript" language="JavaScript">
<!--
var today = new Date();
var yyyy = today.getYear();
if (yyyy < 1000) {
yyyy += 1900;
}
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
var Month = montharray[today.getMonth()];
var dd = today.getDate();
document.write(Month + " " + dd + ", " + yyyy);
// -->
</script>
</b>
</span>
</td>
</tr>
</table>
<img src="images/grnbar1.gif" height="5" width="100%" vspace="2">
<p>
<center>

<h2>Flash Video Player</h2>
<table width="600">
<tr>
<td>I <a href="http://jeroenwijering.com/?item=Flash_Video_Player">downloaded</a> the Flash Video Player I am using on my website. If you want your
own copy of this player to play FLV files on a webpage you can get it there or you can click on <a href= "video/flvplayer.swf">flvplayer.swf</a> with the <i>
right</i> mouse button and select <i>Save&nbsp;Link&nbsp;(or Target)&nbsp;As...</i> to get this one. Occasionally you will download a flash file
that won't show the progress on the slider in the player. You can fix this with <a href="http://www.buraks.com/flvmdi/" class="green">FLV&nbsp;MetaData&nbsp;Injector</a>.
</td>
</tr>
</table>

<img src="images/clearspacer.gif" height="10"><br>

<table width="650">
<tr>
<td>
<ul>
<li><a href="cgi-bin/print_source.pl?src=../flv_player.html" class="blueul" onClick=
"javascript:windowOpener(this.href,this.target,'width=1000,height=700,left=25,top=100,scrollbars=1');return false;">View the source</a> of this page if you want to see how I am using it here.
<li>Go to my <a href="program.html#showvideos" class="blueul">Programming</a> page if you want to see how I am using it in popups on my website.
</ul>
</td>
</tr>
</table>

<img src="images/clearspacer.gif" height="20"><br>

<b>Stanley Clarke - School Days</b>
<table>
<tr>
<td valign="top" width="10%" align="center">
<span title="Stanley Clarke - School Days">
<object type="application/x-shockwave-flash" width="500" height="375" wmode="transparent"
data="video/flvplayer.swf?file=Stanley Clarke - School Days.flv&autostart=true">
<param name="movie" value="video/flvplayer.swf?file=Stanley Clarke - School Days.flv&autostart=true" />
<param name="wmode" value="transparent" />
</object>
</span>
</td>
</tr>
</table>

<br><img src="images/clearspacer.gif" height="10"><br>

<table width="600">
<tr>
<td>I made this video clip from a DVD I own of the concert <a href="http://www.allaboutjazz.com/php/article.php?id=18425"
class="green"><i>Live&nbsp;at&nbsp;Montreux&nbsp;1994</i></a>. To pause it in this player you can click the little pause icon on the left end of the
control bar or you can just click on the video itself. Either pause method puts a little <i>unpause</i> icon on the video.
</td>
</tr>
</table>

</center>

</body>
</html>