or simply build your html fragment and use the html-widget http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/HTML.html
if you don't want to use 3rd party libs On 23 Feb., 20:14, Anoop John <[email protected]> wrote: > See the code below. You have to download gwt2swf.jar file and import > pl.rmalinowski.gwt2swf.client.ui.SWFWidget; > > SWFWidget frame=new SWFWidget("flash/sample.swf"); > frame.setHeight("200px"); > frame.setWidth("200px"); > new FlexTable().setWidget(0, 0,frame); > > On Feb 23, 11:58 pm, mariyan nenchev <[email protected]> > wrote: > > > Hi, > > > i have been given some flash clips that i must embed in my gwt > > application. I have no idea from flash, any suggestions? > > > Regards. -- 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.
