
Playlist under Android
Hello
Did a playlist like this would works under android ?
<script src="/jwplayer/jwplayer.js"></script><br />
<script>jwplayer.key="MyKEY=="</script></p>
<div id='player_2605'></div>
<p><script type='text/javascript'>
jwplayer('player_2605').setup({
autostart: "true",
width: '100%',
aspectratio: '16:9',
stretching: "exactfit",
primary: "flash",
playlist: [{
file: "http://MySITEWEB/MP4/Intro.mp4",
image: "http://wordofyeshua.eu/wp-content/uploads/2014/03/TWYHold.jpg",
},{
file: "http://MySITEWEB/MP4/Video.mp4",
image: 'http://wordofyeshua.eu/wp-content/uploads/2014/03/Ellispub.jpg',
}]
});
</script>
The first file is 5 Sec file use like an intro. Before the first was an youtube link but the player did stop after he have read it.
Thanks