Hello,
I’m having problems with a Flash menu that appears on top of an HTML page. There’s a ‘getURL’ ActionScript call from the Flash menu movie to a JavaScript in the HTML, and when the Flash movie hits the frame with the ‘getURL’ script, everything in the HTML page stops loading - images. text. etc
I am using [LEFT]
getURL("javascript:alert('test')");
[/LEFT]
just to make sure that it is not the javascript function. And when I comment this out everything loads normally…
Any ideas?
Thanks