Hi Chandan, Inside window, appname is not the name of the mxml file. Its the id/name you assign to the SWF object. JavaScript uses the id to communicate with Flex. And as Hissam said, look for ExternalInterface class in Flex. There is a method in the class called "addCallback" which you will have to use.
Regards, Venkat www.venkatv.com On Fri, Oct 17, 2008 at 7:06 PM, HISSAM <[EMAIL PROTECTED]> wrote: > search for ExternalInterface in flex > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" 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/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

