Categories | Question details Back To List | ||
Hello!
swf in tab, in Firefox 2, not show.
I use enableForceHiding(true) and it work in firefox 3, but not work in firefox 2
Answer posted by Alex (support) on Mar 24, 2009 04:35 Hello, Some flash can not be loaded into the hidden containers. You can use the following approach to set content when tab becomes visible: tabbar.setOnSelectHandler(function(id){ window.setTimeout(function(){ /*code which sets content here*/ },1) }) |