jwplayer playlist is not working in mobile

╄→尐↘猪︶ㄣ 提交于 2019-12-13 02:06:12

问题


hi all,

              jwplayer("XXX").setup({
               playlist: [
                 {file: "http://www.youtube.com/watch?v='.$youtube_id1.'"},
                  {file: "http://www.youtube.com/watch?v='.$youtube_id2.'"}
                  ],
                width: "560",
                primary: "flash", 
                height: "315",
                image: "/hqdefault.jpg", 
                autostart: "true",
                skin: "/vapor.xml"
              });

i have a problem, i cannot play this playlist as a whole in mobile, only playing the 1st video then stop. in desktop version is working well.

i use jwplayer 6 premium

anyone can help me? im stuck here:( thank

Note: if i changed them to local files(videos), it works...

来源:https://stackoverflow.com/questions/16251702/jwplayer-playlist-is-not-working-in-mobile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!