Can Flash communicate with GWT?

2010-12-24 Thread BogdanB
Hy, How can I return a value or set a parameter at the end of a flash movie and then get it using gwt2swf? I need to know when the flash movie ended so I can make another widget visible. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" g

Re: Can Flash communicate with GWT?

2010-12-24 Thread Gal Dolber
Flash can communicate with js, so the answer is yes. I never did it before, but you can use any flash2js communication method with jsni. On Fri, Dec 24, 2010 at 7:34 AM, BogdanB wrote: > Hy, > > How can I return a value or set a parameter at the end of a flash > movie and then get it using gwt2s

Re: Can Flash communicate with GWT?

2010-12-25 Thread Patrick Tucker
On Dec 24, 6:34 am, BogdanB wrote: > Hy, > > How can I return a value or set a parameter at the end of a flash > movie and then get it using gwt2swf? > I need to know when the flash movie ended so I can make another widget > visible. > > Thanks. before loading the flash object attach a function,