Concurent attempt of multiple Flash objects in one page to JavaScript problem in IE?
Hi, I discovered a problem in Internet Explorer:
I have multiple Flash objects in one page. Every object recieves its id from html. Then it tryes to call JavaScript function with its id to recieve other data.
Just like Aloha method used in wireless networking
When Flash tries to call Javascript function, it runs timeout after random time (to avoid next concurrent attempts). And if it didn't recieve answer in that timeout, it call Javascript function aggain with a new random timeout. And so on.
Mostly it gets answer after second call.