Yea, I posted everything JW gave me in their zipped folder under the same directory so I could be sure not to make that mistake. I tried using the “video.flv” that came in that zipped file and I’m still getting nothing. Not even a player is showing up in my window.
<html>
<body>
<script type='text/javascript' src='swfobject.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('player.swf','mpl','470','320','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','video.flv');
so.write('mediaspace');
</script>
</body>
</html>