
JWPlayer on Samsung Smart Tv
Hello,
Anyone has experiences on embeding JWPlayer into a Samsung Smart Tv application?
I have tried the next code but I only get to view the player but the video not plays...
Thanks a lot in advance
bc.. <script type='text/javascript' src='jwplayer.js'></script>
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'flashplayer': 'player.swf',
'file': 'http://content.longtailvideo.com/videos/flvplayer.flv',
'autostart': 'true',
'controlbar': 'bottom',
'width': '600',
'height': '320'
});
</script>