2016-04-13 5 views
0

Ich mag würde die automatische Wiedergabe setzen = trueAutomatische Wiedergabe Video mit Flowplayer 5.0

Ich habe versucht, dies zu tun:

<div class="is-splash flowplayer" id="modern" data-key="$xxxx" data-fullscreen="true" data-native_fullscreen="true" data-autoPlay="true"> </div> 

und diese:

$("#player").flowplayer({ 
       swf:'flowplayer5.5.2/flowplayer.swf', 
       embed:false, 
       splash: true, 
       wmode: 'opaque', 
       autoplay: true, 
       playlist: [ 
          [{ mp4: videoUrl 
          }] 
          ] 
}); 

Beide Lösungen nicht Arbeit.

Antwort

0

Klasse is-splash und die Konfig splash:true entfernen. Die automatische Wiedergabe funktioniert nicht mit Splash.

Verwandte Themen