- Flowplayer 3.1.5
- Firefox 3.5.8 64-bit (also tested with 3.6.3 32-bit)
- Flash 10.0 r45
- 64-bit Ubuntu Karmic 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 04:38:19 UTC 2010 x86_64 GNU/Linux
flowplayer("video", {src: "flowplayer-3.1.5.swf", wmode: "transparent"});
does not work. The page element is just empty. No error messages.
flowplayer("video", {src: "flowplayer-3.1.5.swf"});
works but does not set wmode to transparent, so HTML will not appear correctly on top of the Flash element.
flowplayer("video", {src: "flowplayer-3.1.5.swf", cachebusting: true, wmode: "transparent"});
works, and is what I am currently using as my workaround.