
Nest old jwplayer in new html video tag
I'm not a big fan of things hosted on other servers so I'm going to nest an old jwplayer (6) in the new <video> tag.
How would I nest this?
<p id="player1" class="player"></p>
<script type="text/javascript">var so = new SWFObject("inc/player.swf","mpl","320","240","9.0.115");
so.addParam("allowscriptaccess","always");
so.addParam("allowfullscreen","false");
so.addParam("flashvars","&file=/videos/mp4/busker_whatis.mp4&image=img/busker_whatis.jpg&backcolor=000000&frontcolor=efcb89&lightcolor=efcb89&screencolor=000000&controlbar=over&stretching=none&autostart=false&link=http://website.com/buskers.php#gallery&linktarget=_self&bufferlength=2");
so.write("player1");</script>