Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jose Manuel Morales Ramos on Mar 23, 2009 11:01
open dhtmlx forum
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)

})