How to show/hide SWF in Firefox without reloading
It’s a bug in Firefox that when you hide and then show SWF (Flex or Flash) again, it will be reloaded. So, this is workaround. Firstly, do not use “display: none” CSS to hide the div that contains Flash. Use “visibility: hidden ” instead. What about layout? Yes, it may be a problem due to…