Tagged Questions

0
votes
1answer
73 views

flowplayer not working on firefox

Iam using flowplayer to embed an flv file in a page. It works just fine in IE8,Chrome and Opera, but firefox refuses to show anything. There is just blank space where the file is supposed to be. Is …
4
votes
6answers
385 views

Video player (flow player or jw), which one is best for growing site?

We are making a site like twitter/facebook and it has an API, obviously. Which one has the best API implementation for developers so if we shared with others they could easily use it with their own …
0
votes
2answers
39 views

Surefire way to get html ontop of flash content?

Hello all, I've been struggling to get some absolutely positioned overlays to show above an flv movie(using flowplayer) in the firefox browser(works in safari) I have the overlays div placed …
0
votes
0answers
77 views

JQuery Overlay does not auto close on Flowplayer video end

Hey guys, I am using both Flowplayer and Jquery Tools Overlay. I have my overlay to display when they click a link. The overlay displays correctly and the video auto-starts as it should but when it …
0
votes
1answer
57 views

Using seek() in Flowplayer with an FLV file

Is it possible to use Flowplayer (flowplayer.org) and the seek() function with an FLV file? I'm not streaming.
1
vote
0answers
100 views

Flash FlowPlayer crossdomain.xml error

Hi, I posted a problem I'm having with the FlowPlayer jQuery plugin at http://static.flowplayer.org/forum/1/29367, but I've had no response, so I thought I'd try the larger user base here... :) I am …
0
votes
1answer
61 views

How to add Flowplayer to a Flex Application?

I have a Flex application and I would like to add the FlowPlayer to it. I have downloaded the flowplayer.swc file, but I am not sure what to add to my MXML to include the flowplayer.
0
votes
1answer
108 views

understanding rtmp buffer size

When streaming an flv to flash, I am not sure I understand the feedback from the NetStream buffer events listed here. This article from Adobe suggests that the files are never cached to disk: …
0
votes
2answers
130 views

FlowPlayer: Display video description from database when user clicks that playlist item

Hello I have setup FlowPlayer and a playlist using the jquery plugin. The items on the playlist are generated in a php while loop as the file names come from a database. I want to grab the video …
0
votes
1answer
107 views

RTMP & CDN - Is this the way to go to deliver movies on the web?

I'm kinda new to this whole CDN and RTMP stuff. But with regards to delivering movies over the web, be it streaming or buffering or whatever, what is the best way to do this? And is this also the best …
0
votes
1answer
140 views

Can i play a swf file /flv file in FlowPlayer ?

Can i play a swf file /flv file in FlowPlayer ?
0
votes
2answers
282 views

How to change video (and start playing immediately) in Flowplayer via Javascript?

It should change the video and start playing regardless of whether or not a video is currently loaded and playing. Thanks.