Hi all,
after a long debugging session, we could solve an issue with Flowplayer in combination with the expose tool. The isssue only occured on Firefox (we use 3.5) and caused some weird behaviour. The SWF gets loaded twice and so the onLoad Event of Flowplayer was triggered twice.
Here is the setup:
Flowplayer 3.1.4
Expose 1.0.5
Firefox 3.5
Windows & Mac
Our player is embedded via a DIV Tag and is autostarted. If we trigger the expose on the players div via the expose().load() method the included Flowplayer SWF gets loaded and initialized again.
This behaviour only occurs if you don´t have setup a css position for the div to be exposed. In this case the expose tool will set the css position to relative in its load() method. This causes Firefox to rerender/reload the embedded SWF.
So be sure to keep an eye on the css position of your Flowplayer!
after a long debugging session, we could solve an issue with Flowplayer in combination with the expose tool. The isssue only occured on Firefox (we use 3.5) and caused some weird behaviour. The SWF gets loaded twice and so the onLoad Event of Flowplayer was triggered twice.
Here is the setup:
Flowplayer 3.1.4
Expose 1.0.5
Firefox 3.5
Windows & Mac
Our player is embedded via a DIV Tag and is autostarted. If we trigger the expose on the players div via the expose().load() method the included Flowplayer SWF gets loaded and initialized again.
This behaviour only occurs if you don´t have setup a css position for the div to be exposed. In this case the expose tool will set the css position to relative in its load() method. This causes Firefox to rerender/reload the embedded SWF.
So be sure to keep an eye on the css position of your Flowplayer!