I have a drupal 6 install with Flowplayer 3, SWFTools and swfobject2.
On a page I use simple embed code :
<p>Video test</p>
<p><swf file="/media/myvideo.flv"> </swf></p>
Everything works beautifully in this regard. I can enable / disable the fullscreen button, modify various parameters using the SWFTools configuration page... yet, I cannot get the fullscreen button to work. Under the embedding setting I have 'Allow full screen mode' checked and all things seems as they should be.
Oddly, in another install with same configuration, the fullscreen button works... but I am not using the SWFObject2 embed method... I actually have a lot more code where I am passing the parameters and all this works well. This being said, the users managing this portion of the site won't be comfortable in posting and managing content via embed JS / flash code.
Should we not get the same functionality simply be selecting the right correct Embed options under SWFTools and Flowplaer2? Am I missing something?
Any help / leads / suggestions appreciated.
Comments
Comment #1
mainer commentedAlright, after much tinkering, I solved it myself... not a bug... just something I don't quite 'get' I guess.
I had the 'acceleration' option enabled... after disabling it, the fullscreen button worked great.
Hope this can help someone else out there.
Comment #2
iva2k commentedI have exactly the same problem, but without swfobject2 embedding.
Problem appears in Google Chrome 14.0 and FF6 browsers (did not try others).
Flowplayer3 is 3.2.7, controls 3.2.5, Flash is 10.3.183.10, Windows 7 64-bit.
When fullscreen does not work, the button also looses its hover animation.
I sense flowplayer/flash problem here (controls specifically) - looks like swftools have nothing to do with it. I filed a bug with flowplayer.org: http://flowplayer.org/forum/8/77001
Comment #2.0
iva2k commentedtweaked to show the code