Flowplayer: Clicking on the player forces is to reload.
Posted
by PaulDavis
on Stack Overflow
See other posts from Stack Overflow
or by PaulDavis
Published on 2010-02-02T12:10:31Z
Indexed on
2010/04/29
8:17 UTC
Read the original article
Hit count: 374
flowplayer
Hey everyone,
I've got this damn annoying bug (or wrong setting) that makes the player reload whenever it's clicked. It's set to play when you click, so when you click it, it reloads. The circle begins....
The reloading only happens in Firefox. In Safari (and I assume Chrome), the video opens in its own window. Not ideal, but it still plays.
Here's the code for the player: (I can't share the link unfortunately, NDAs etc etc.)
flashembed("player", "/flowplayer.commercial-3.0.7.swf", {
config: {
key: '#@xxxxxx',
clip: {
autoPlay: false,
autoBuffering: true,
url: "http://myvid.com/url.mp4",
wmode: 'opaque'
}
}
});
This site is full of complete geniuses, I hope one of you can help me out!
© Stack Overflow or respective owner