On Dec 24, 6:34 am, BogdanB <[email protected]> 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, that calls your GWT function, to the window, using $wnd, with a jsni function then be sure to call that function when the movie is complete. -- 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.
