Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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 ?

2 Community Answers

jherrieven

Best Answer 

autostart

Automatically start playing the video on page load. Can be true or false (default). Autostart does not work on mobile devices (iOS and Android). See Autostarting Videos for more info:

http://support.jwplayer.com/customer/portal/articles/1428525-autostarting-on-page-load

View in conversation

jherrieven

Best Answer  User  
0 rated :

autostart

Automatically start playing the video on page load. Can be true or false (default). Autostart does not work on mobile devices (iOS and Android). See Autostarting Videos for more info:

http://support.jwplayer.com/customer/portal/articles/1428525-autostarting-on-page-load

Randy

JW Player Support Agent  
0 rated :

Hello,

James is correct as the mobile carriers do not want to enforce unwanted bandwidth charges on subscribers among other things.

Kindly,

Randy Le’Moine, Web Support Engineer, JW Player
www.jwplayer.com

This question has received the maximum number of answers.