Hi, I’m trying to make a link from my flash .swf to call a JavaScript from the html document. It looks like this:
thumb2.onRelease = function() {
getURL(“javascript:callArticle(‘http://shop.examplelink.com/[mySessionID]/Grobstrickpullover--12378d1a30211.html’);”);
}
Does this looks correct? Are these ’ ’ symbols placed correct? The problem is that someone else is doing the connection to actually pick up the JavaScript callArticle function, so this code is all that I do.
Please help!