RE: [flexcoders] making simultaneous javascript calls from flex using FABridge

2006-12-19 Thread Tom Lee
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

Re: [flexcoders] making simultaneous javascript calls from flex using FABridge

2006-12-19 Thread thiru vengadam
Hi Tom Thanks for your replay, I have done the same, I converted 2 calls into one and we makeup that in DWR level by making 2 business calls and DWR returns back it as array collection to AJAX which we are using in FLEX. Then one more this, initially I was trying to send array objects to