Hello! swf in tab, in Firefox 2, not show. I use enableFor



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)


})