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
0
votes
1 answer

How to enable Flash to play local content on a DVD?

I'm creating a DVD for rural communities which packages an offline copy of a website (captured using httrack). The original site contains many Vimeo embeds, and have replaced these with flowplayer pointing to mp4s on the DVD. My problem is, the…
ptim
  • 14,902
  • 10
  • 83
  • 103
0
votes
1 answer

How to auto rotate and sync nav buttons using jquery tools slideshow plugin for tabs?

Using jQuery Tools from flowplayer.org I'm not understanding how to make my Slides auto rotate and sync of navigation dots per slide?? I'm using Slideshow Plugin for Tabs in order to show lots info. Works great manually clicking through slides but…
0
votes
1 answer

Flowplayer, getting events in javascript from flash object

I'm using Flowplayer to play video's on my site. I have the FlowPlayer.js loaded on the page as well, but I'm using the object embed codes instead of the pure js embed. So I have the following
Chris Brandsma
  • 11,666
  • 5
  • 47
  • 58
0
votes
0 answers

flowplayer and https

I use flowplayer on my site. The problem is that after setting of HTTPS I got warning about insecure content on the page with video player. Is there any way to remove this warning?
Tamara
  • 2,910
  • 6
  • 44
  • 73
0
votes
2 answers

Outputting the current clip filename or URL from Flowplayer

I am trying to get the filename or URL of the currently playing video in Flowplayer and display it in my show div. I thought I could use getClip().completeUrl but I get undefined as the output. If I do something that isn't a string, like…
user1461465
0
votes
2 answers

Flowplayer Not Looping

I am having trouble with flowplayer looping. I have tried a bunch of different stuff, but I can't get it to loop. It plays once and stops. Here is the code: HTML:
danfolkes
  • 404
  • 4
  • 12
0
votes
1 answer

200 stream not found with cakePHP dialog box

I am getting an error when trying to play a file in cakephp using a jQuery dialog box. The player starts perfectly but I am unable to get it to play any of the files, I get a 200 stram not found stream.play.streamnotfound error. I have tried a great…
mauzilla
  • 3,574
  • 10
  • 50
  • 86
0
votes
1 answer

cakePHP, jQuery dialog and flowplayer not working to well

In my view files, I have soundbites which i want to play through a jQuery Dialog using flowplayer. Everything works except the player does not show. I have narrowed the problem down to where I have to provide the url to where the player's SWF file…
mauzilla
  • 3,574
  • 10
  • 50
  • 86
0
votes
1 answer

Buffering in flowplayer

I have a problem with buffering . This is my code, I set autoBuffering: true but it looks likes not buffering when I am running the video from the server.When Its loading video locally its fine. var player = $f("player", { src:…
user1470096
  • 1
  • 1
  • 1
0
votes
1 answer

flowplayer html validation

Ok, Im trying to rebuild a clients website thats long over due for cleanup on the backend and under the hood. This client uses flowplayer for most of the videos seen on any of there sites, and while attempting to validate my code via w3c validator I…
chris
  • 36,115
  • 52
  • 143
  • 252
0
votes
1 answer

How to autoplay html5 video element in overlays?

I created a page that contains multiple media, each one inside a hidden div that is triggered to load in a jquery tools overlays when one clicks on a menu link. Few things I wish to achieve when one clicks on the link: video autoplay when it's…
Sean Lee
  • 363
  • 2
  • 5
  • 15
0
votes
1 answer

Is there a way to include a playlist as a variable or link to an external file in Flowplayer?

I am wondering if there is a way to include a playlist as a variable or link to an external file in Flowplayer. I know that you can use RSS playlists, but I need to use the start and duration parameters to combine clips into a single stream and am…
user1447726
0
votes
1 answer

Flowplayer JS API not working because Flowplayer not 'loaded'?

I have several videos autoplaying on a webpage using Flowplayer and jQuery like so: $('.video').each(function (k, obj) { $(obj).flowplayer(...) }) They're streaming videos and start playing automatically. Later I want to use the Javascript API to…
pr1001
  • 21,727
  • 17
  • 79
  • 125
0
votes
1 answer

Why does Flowplayer starts muted?

I'm using the 3.2.7 version of Flowplayer but a few days ago it started behaving strange. Whenever the website loads, the player shows up muted. What might be wrong don't understand.
Junaid Qadir Shekhanzai
  • 1,386
  • 1
  • 20
  • 38
0
votes
1 answer

Interrupting a Video Stream

Problem: I'm streaming my video from a php file with stream_get_contents(); using Flowplayer as demonstrated here. It works fine however if I try to load in a new video with AJAX, the AJAX "waits" for the file to finish buffering before it loads in…
phpKid
  • 333
  • 1
  • 4
  • 14