Hi all, I am newbie to/using gwt1.5.3. I tried a lot with the issue in many ways. But, unable to resolve the issue. My application consists of menus && menu-items under these menus which perform specific tasks. One of the menu item[say,named *FlashMenu*]gets clicked/selected, it displays the contents of a flash file[say, FlashTest.swf]. To access the flash file & it's contents in gwt1.5.3, I am using "SWFWidget" found through Google whose equivalent help-url's are: Gwt2Swf forum -> http://code.google.com/p/gwt2swf/issues/detail?id=4 http://sourceforge.net/projects/gwt2swf/ These url's help you regarding Integration of gwt & swf. So, I am embedding my Flash file[.swf] contents on one of the gwt Panels, so that the flash file fits on/into this Panel.[this Panel can be VerticalPanel,etc.,] whose sample code looks like this: ...bla ...bla //Flash filename is: "FlashTest.swf" SWFWidget swfWidget; final VerticalPanel flashPanel=new VerticalPanel(); swfWidget = new SWFWidget("FlashTest.swf",1024,800); flashPanel.add(swfWidget); flashPanel.getWidget(0).setStyleName("flashPanel-style"); initWidget(flashPanel); ...bla ...bla The issue/problem is: When I click on Flash menu-item, it displays Flash contents perfectly. It is fine. Now, when Flash contents are visible, If I select any other menu-item, then the menu-items within the Menu are getting appeared beneath this FlashPanel instead of displaying/appearing upon this flash file contents[i.e., FlashPanel]. How to resolve this issue? Can anyone help me regarding this? Thanks in advance...Waiting for your replies Srihari.Ch
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
