Some Strange GetURL issues with FlaSH

Hi all,

I am facing some stragne problem in getURL let me explailn you in detail,

Actually i am developing a flash in it its reading file from server , and its reading file on server after each 2 seconds so i have put setInterval of 2 second to read xml. Its like multiplayer application so one player change on flash other player reflacted… so i am putting two seconds interval, but the problem is now when i calling getURL(“javascript:somefunction()”) then its in the mozilla its working fine but in IE request come on my server after some 10 second, seconds may very this time…

One more thing i have done i put alert on the function and in the both Mozilla firefox and Internet Explorer 6 then i got the alert at a same tim but then i am making asyncronous ajax call from the javascript function … so in firefox i get request at server side at a same second but in IE6 its coming after some seconds , one more thing in IE7 its working fine again. but as the userbase of IE6 is so much i hav also rid out of this problem…

can anyone help me in this …