I'm currently working on an app which requires that a Flex SWF be placed within a SmartGWT TabSet. The issue that I'm experiencing is that regardless of which tab is selected, the SWF is always visible. The other content on the Tabs are hidden and revealed as expected, its only the SWF experiencing the problem.
The setting of the SWF's wmode has no effect on the behavior when set to either opaque or transparent. I'm embedding the SWF using the SWFObject GWT wrapper and the behavior is the same in all web browsers.
Is this a Flash issue or is it SmartGWT? I've seen another thread mentioning a similar issue here however no solutions were suggested and it was rather old. Does anyone have any ideas?
Thanks! I appreciate it.
The setting of the SWF's wmode has no effect on the behavior when set to either opaque or transparent. I'm embedding the SWF using the SWFObject GWT wrapper and the behavior is the same in all web browsers.
Is this a Flash issue or is it SmartGWT? I've seen another thread mentioning a similar issue here however no solutions were suggested and it was rather old. Does anyone have any ideas?
Thanks! I appreciate it.
Comment