MyBB Community Forums

Full Version: Can some lend a hand with a videoplayer.swf
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
O.K.
I got this video player and i can not get it to look right and hoping someone here can leand a hand.
http://w.w.w.howman.ca/video.php the page where video player is (just remove the .. between the www)
Script I placed in header
<script type="text/javascript">swfobject.embedSWF("videoplayer/playlistPlayer.swf", "showItem", "100%", "100%", "9.0.0","",{
// flash vars
"player.xml":"videoplayer/xml/example02.xml"
},{
// params
bgcolor:"#000000",allowfullscreen:"true"
});
</script>
script I placed in footer
<div class="mouseWheelfix">
<div id="showItem"></div>
</div>