我想设置autoplay = true
我试着这样做:
<div class="is-splash flowplayer" id="modern" data-key="$xxxx" data-fullscreen="true" data-native_fullscreen="true" data-autoPlay="true"> </div>
和此:
$("#player").flowplayer({
swf:'flowplayer5.5.2/flowplayer.swf',
embed:false,
splash: true,
wmode: 'opaque',
autoplay: true,
playlist: [
[{ mp4: videoUrl
}]
]
});
两种解决方案都不起作用。
答案 0 :(得分:0)
删除课程is-splash
和配置splash:true
。
自动播放不会起作用。