I made a Flash application that add's content to a page using JavaScript(Ajax). But strangely enough it doesn't work in IE(7 nor 8). It works fine in Chrome and FireFox.
The JavaScript function is (probably) not the problem, because when I insert javascript:functionName(id); in my browser it works.
In my Flash I use the JavaScript on a button with the following code:
getURL("javascript:functionName(id);");
I suppose that, that's a good way to use it?
But strangely enough nothing works in Flash, not even if I replace the code with alert('hello my friend');(maybe he's not my friend?).
Could someone help me out and tell me what may be causing the problem?
Thanks in advance!