• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] 3.5 auto play not working on jwplayer6

Started by grantj21,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

grantj21Topic starter

3.5 autoplay not working on jw6 but it is on jw5? everything else is working great.
  •  

webmaker

  •  

PHPVibe A.

Auto-play makes the "video not found error" on IOS and few other situations when using jwplayer
(don't know why IOS coders don't add better support for html5 video)


If you want it to autoplay, open lib/class.providers.php and in function _jwplayer6 after:

repeat: "always",


add:

autostart: "true",

grantj21Topic starter

  •  

Similar topics (7)