Hi,
In my Flash swf, I have this function run on first frame
getURL("javascript:someFunction()");
In my HTML page, I will include the external js file and inside the js file, it has the javascript function (someFunction) in this case to be called by flash.
In IE, when I view in local mode, because it is fast enough the page is finished loaded, and everything is fine.
However when I upload to server, when the Internet connection is needed, the page just stop loading, after load the flash swf and call the javascript function from the flash.
It works fine in Mozilla Firefox, but no in my IE 6.0 SP 2
Any idea to solve it?