Saturday, January 21, 2012

Re: Using .swf flash into GWT Project

if u need a gwt to swf communication and vice versa u ll need to use ExternalInterface in the swf file.We ve done something similar(and a bit more) for gwt4flex and gwt4flash.


2012/1/21 Mustapha El harch <med.mustapha@gmail.com>
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.


--
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