Hi, I'm trying to upgrade a working site to get it to work with the latest version of Flowplayer and I get a strange error.
The flowplayer() function does not seem to load the player into the appropriate container until the container itself gets clicked on.
This is really NOT what I want and I have been trying to solve the issue for long hours now. I have also used google, rtfm, searched around this forum a bit... to no avail.
So, here come some code snippets:
But I did try the simplest configuration shorthand as well - same.
I've tried disabling all the potentially conflicting JS (including Google Analytics...) and CSS as well. Nothing.
Am I missing something terribly obvious here?
Here's the page where you can take a look at it:http://tvproart.pl/tvonline/obejrzyj2/971/Wydarzenia/2009-07-09
It's the same across systems and browsers (not so sure about IE, but FF linux/win and Safari produce the same behavior).
Any help, pointers and possible workarounds (such as how to trigger the player to work even without finding the real cause of the problem) will be deeply appreciated.
The flowplayer() function does not seem to load the player into the appropriate container until the container itself gets clicked on.
This is really NOT what I want and I have been trying to solve the issue for long hours now. I have also used google, rtfm, searched around this forum a bit... to no avail.
So, here come some code snippets:
flowplayer ("player",
"http://tvproart.pl/swf/flowplayer.commercial-3.1.1.swf",
{clip:
{ width:485,
height:400,
autoPlay:true,
autoBuffering:true,
scaling:'fit'
},
playlist: [
'http://tvproart.pl/tvonline/splash/1247212657.07.09.jpg',
'http://tvproart.pl/tvonline/materialy/1247212629.avi.flv'],
plugins:{ controls: {
play:true,
volume:true,
time:true,
stop:true,
playlist: false,
fullscreen:true,
scrubber:true }
},
logo:{ url:'http://tvproart.pl/logo/logo1244135624.png',
fullscreenOnly:true },
key:'$aaaaaaaaaaaargh'
}
);
<a id="player" style="width: 485px; height: 400px; display: block; text-decoration: none; margin: 0 auto;">
<img src="http://tvproart.pl/tvonline/splash/1247212657.07.09.jpg">
</a>
But I did try the simplest configuration shorthand as well - same.
I've tried disabling all the potentially conflicting JS (including Google Analytics...) and CSS as well. Nothing.
Am I missing something terribly obvious here?
Here's the page where you can take a look at it:http://tvproart.pl/tvonline/obejrzyj2/971/Wydarzenia/2009-07-09
It's the same across systems and browsers (not so sure about IE, but FF linux/win and Safari produce the same behavior).
Any help, pointers and possible workarounds (such as how to trigger the player to work even without finding the real cause of the problem) will be deeply appreciated.