You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: reblut

Basic information

Registered Nov 4, 2009
Last login Sep 16, 2010
Forum posts 4
Direct URL http://www.flowplayer.org/forum/users/18201

Latest forum posts

Posts:

Registered:

» » » » » Flash video play on page load

Posted: Sep 21, 2010

As a colleague suggested, for the player to be always "visible", I put it with position=absolute and position it with top value the ensure it will be in the view port. But it doesn't work I got this error as soon as the page loads:

[ERROR] time 10:56:49.546 :: org.flowplayer.audio::AudioProvider : Unable to load audio file: Error #2032

Sooo the player can't work when in position=absolute!!?!

I'm pulling my hairs...

Posts:

Registered:

» » » » Flash video play on page load

Posted: Sep 21, 2010

This link is broken.

I use the player as an mp3 player on my web page. So I have a list of songs that appear on many many lines in the view port, enough so the page scroll bar appear. But since I put the player at the end of the page, none of the song will play because the player has not been viewed on the viewport of the browser. This behaviour appear in Firefox.

I need to scroll down the page before any song can play. This with the autoPlay: true and autoBuffering: true set.

Putting the player at the beggining of the page will not solve the problem. If you scroll down and reload the page, the top of the newly refreshed page wont appear and the player will not activate. Same problem but inverse...

I need a way to trully activate the player even if it has not been "seen" in the view port.

Posts:

Registered:

» audio plugin not working - error #1069?

Posted: Sep 16, 2010

I had a problem with firebug. Once disabled in firefox the player resume working.

Posts:

Registered:

» javascript conflict with DHTML menu and Flowplayer

Posted: Nov 4, 2009

I had the same problem. you need to put the flowplayer in transparent mode (wmode). here is the code
flowplayer("player", {
src:"flowplayer-3.1.5.swf",
wmode:'transparent'
});

(I tried to format the code so the tabulation is visible but couldn't find a way...)

Regards