Questions tagged [flowplayer]

A lightweight embeddable web media player for streaming content.

A lightweight embeddable web media player for streaming content.

Homepage: http://flowplayer.org/

610 questions
3
votes
1 answer

How to flowplayer play while a mp4 file is buffering?

It always play only when mp4 is fully loaded, i would like to it playing while video is buffering, it's possible to do? thanks.
user964104
  • 375
  • 1
  • 7
  • 12
3
votes
1 answer

Disable loading screen in Flowplayer

I have a flowplayer that plays a jpg file for two seconds and then plays a plugin. When the player is loading it shows a circle and controls. Is there a way to disable this loading screen or show an image instead? UPD: seems there is no way to do…
lvil
  • 4,326
  • 9
  • 48
  • 76
3
votes
1 answer

No access to flowplayer api

I can not get access to flowplayer API. Function flowplayer.isLoaded () returns false, but the player works fine and plays the desired video. What am I doing wrong? Example:
Andrew
  • 186
  • 2
  • 7
3
votes
3 answers

Type error: Property 'currentTime' does not exist on type 'EventTarget & HTMLInputElement'

I am currently using TypeScript in a nextJS project. I am using a cdn version of flowplayer asynchronously, and it extends the event.target with new attributes. The problem is when I try to build I get the error: Type error: Property 'currentTime'…
Luiz Gustavo
  • 105
  • 7
3
votes
1 answer

flowplayer classes "playing" and "paused" not respected

I have implemented a flowplayer plugin into my website, with playlist and control plugins. While the player goes through different statuses (loading movie, playing, pausing) it should dynamically set classes to the DOM object it is currently working…
MikeD
  • 8,861
  • 2
  • 28
  • 50
3
votes
2 answers

Problems trying to use Flowplayer as flash fallback to html5 video

I've now successfully managed to get html5 video tags to work and I'm now trying to implement a flash fallback solution using Flowplayer. Below is my code:-
3
votes
5 answers

Flowplayer playing over everything

I have a flowplayer that I am using with a few pictures below it. When you click on these pictures a dialog is created with an enlarged version of these pictures. The problem is the flowplayer will always be on top of the dialog. I have tried…
Soatl
  • 10,224
  • 28
  • 95
  • 153
3
votes
1 answer

showing an image as firstframe using flowplayer and on clicking the image play the video

I am using flowpalyer to play video. I am trying to get to show an png image as start image instead of the regular black screen. But for somereason its not working can anyone help me i dentify what the problem is