There is a solution to this problem. The problem actually lies in the way the applet was called.The applet is called by flex but once the applet is called the control does not return to flex.Hence the consecutive calls to report progress from javascript didnt work Workaround:use setTimeout in javascript to call the applet.This way the control immediately returns to 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 -~----------~----~----~----~------~----~------~--~---

