JW Player 5.7
Posted: August 2nd, 2011, 1:33 pm
Hi Jason
Can you please confirm that JW Player 5.7 HTML5 works with protected files inside the s2m folder
Thanks
Can you please confirm that JW Player 5.7 HTML5 works with protected files inside the s2m folder
- Code: Select all
<script type='text/javascript' src='/jwplayer.js'></script>
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'id': 'playerID',
'width': '480',
'height': '270',
'file': 'http://www.site.com/?s2member_file_download=sample.mp4&s2member_file_inline=yes&type=video',
'modes': [
{type: 'html5'},
{type: 'flash', src: '/player.swf'},
{type: 'download'}
]
});
</script>
Thanks