
mobile device not playing
<script type="text/javascript">
var mainPlayer = jwplayer("mainBg").setup({
flashplayer: "/jwplayer.flash.swf",
file: "test.mp4",
stretching: "fill",
width : 600,
height : 600
});
</script>
mp4 file is no problem.
The above sources are operating normally.
But
<script type="text/javascript">
var mainPlayer = jwplayer("mainBg").setup({
flashplayer: "/jwplayer.flash.swf",
file: "test.mp4",
image: "test.jpg",
stretching: "fill",
autostart: true,
width : 600,
height : 600,
controls: false
});
</script>
mobile device on..
autostart is not working
controls is false set hidden play button
Auto Start is not available ?