mangui/flashls

Flowplayer: autoPlay: false,autoBuffering: true should not display the video if a splash image is set

Open

#104 geöffnet am 14. Okt. 2014

Auf GitHub ansehen
 (12 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)ActionScript (260 Forks)batch import
FlowPlayerbughelp wanted

Repository-Metriken

Stars
 (745 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Flowplayer has a special incantation to pause on the first frame after loading:

clip: {
  autoPlay: false,
  autoBuffering: true
}

With flashls the player gets stuck in loading state, see http://flowplayer.blacktrash.org/test/flashls.html Can this be solved in flashls?

Contributor Guide