JW Flash Video Player
Reference:
- Flash Player
- Example
<div id=”flvcontainer”>
<a href=”http://www.macromedia.com/go/getflashplayer”>Get the Flash Player</a> to see this player.</div>
<script type=”text/javascript” src=”swfobject.js”></script>
<script type=”text/javascript”>
var s1 = new SWFObject(”mediaplayer.swf”,”mediaplayer”,”428″,”268″,”8″);
s1.addParam(”allowfullscreen”,”true”);
s1.addVariable(”width”,”428″);
s1.addVariable(”height”,”268″);
s1.addVariable(”file”,”pele.flv”);
s1.write(”flvcontainer”);
</script>