Thanks for the response, but that doesnt quite answer my question.. as confusing as it is!
I don't have any problems loading the JS into an HTML page. But ultimately what the JS does is load a SWF file.(It's this whole ad tracking thing I wont go into.)
Want I want to do is create a SWF file on the page that can call on this JS just like an HTML file does, but instead of loading it on the page, it loads it inside a MC inside the SWF file.
Can I do this directly from the SWF file like this:
MC.getURL("javascript:open('http://whatever.js')"); or do I need to define a JS function in the HEAD and call IT from the SWF file like so:
MC.getURL("javascript:JS()"); ...assuming of course that this is even possible, which is my real question...
