google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

autoHide not updating from $f(0).getPlugin("controls").css({autoHide:false}); #631

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
trying to change autoHide options after player creation using css method

What is the expected output? What do you see instead?

after creating a player with default settings,i change most of the options 
using 
PLAYER_INSTANCE.getPlugin("controls").css(SETTINGS_OBJ);
on the fly and they work (except for skins which i recreate the player when 
changed) and autoHide doesn't change at all!
not by autoHide object or shortcut values as false ,"fullscreen",'never'...
NOTHING CHANGES at all!

What version of the product are you using? On what operating system?
flowplayer-3.2.14.swf (and older versions too!)
flowplayer.controls-3.2.13.swf (and older)
FF 14.0.1
Ubuntu 12.04

Please provide any additional information below.

Original issue reported on code.google.com by a.ga...@nilecode.com on 28 Aug 2012 at 4:07

GoogleCodeExporter commented 9 years ago
$f(0).getPlugin("controls").setAutoHide(opts); hi this would be the correct 
way. 

Original comment by electrot...@gmail.com on 3 Sep 2012 at 9:37

GoogleCodeExporter commented 9 years ago
thanks alot i have figured this out (the hard way)
i think if you update the code to enable it from css would be great
thanks again for your reply!

Original comment by a.ga...@nilecode.com on 3 Sep 2012 at 11:14

GoogleCodeExporter commented 9 years ago
Hi the external method is setAutoHide they are for completely different things 
hence why it's seperate. Its documented in the scripting on this page

http://flowplayer.org/plugins/flash/controlbar.html

Original comment by electrot...@gmail.com on 4 Sep 2012 at 10:45

GoogleCodeExporter commented 9 years ago
Hi I'm closing this for now, hopefully that gets you going. 

Original comment by electrot...@gmail.com on 6 Sep 2012 at 4:38