Saturday, January 21, 2012

Using .swf flash into GWT Project

Hello,

I added a file flash (.swf) to my GWT project and i can't control the
actions in my .swf , like buttun click or mouse click ... to manage my
gwt components ( Panel, Layout ...).
I didn't find any documentation about that.

I started by using GWT2SWF but i didn't find any solution to control
my actions :

SWFWidget swfWidget = new SWFWidget("flash/Carousel.swf");
swfWidget.setPixelSize(700, 600);
RootPanel.get().add(swfWidget);


Please , could you give me any solution or documentation.

Thank you.

--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment