/ Published in: HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script type='text/javascript'> //Be sure to add 24px to the height of the player to accommodate the controls. var so = new SWFObject('js/jwplayer/player.swf','mpl','384','312','9'); so.addParam('allowfullscreen','true'); so.addParam('allowscriptaccess','always'); so.addParam('wmode','opaque'); so.addVariable('streamer','rtmp://respondtwo.fcod.llnwd.net/a1229/o16/files/'); so.addVariable('file','r2cgroup/r2c-jw-default.flv'); so.addVariable('image','http://assets.r2commerce.com/files/r2cgroup/r2c-jw-start-screen.jpg'); so.write('video-player'); </script>