OK, i tried this gwt2swf lib but it is not working.
1) I created eclipse project with GEP
2) I added the inherit tag in the gwt.xml
3) I added the lib to my classpath
4) I created public folder and put there some swf
5)     final SWFWidget swfWidget = new SWFWidget("myflash.swf", 300, 200);
        swfWidget.addFlashVar("bridgeName", "example");
        RootPanel.get("test").add(swfWidget);
6) Run in dev mode, but nothing is displayed.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to