Hi Thiru,
I haven't used the Flex/Ajax bridge. However, I have done a lot of work with Flash/JavaScript communication. One thing I've learned is that if you make multiple calls too rapidly, they have a tendency to fail at random in certain browsers. If possible, I would suggest that you combine your two JavaScript calls into one call, or put some delay between them. -tom _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of thiru vengadam Sent: Tuesday, December 19, 2006 3:58 AM To: [email protected] Subject: [flexcoders] making simultaneous javascript calls from flex using FABridge Hi Friends I am working on communicating between flex and JavaScript, when I am trying to call 2 JavaScript method simultaneous my first call fails, I like to know how to make 2 calls at a same time, or is there any way we can make 2 calls to JavaScript. Regards Thiru

