Question
calling Javascript inside Flash w/ getURL
Hello -
I'm trying to execute a javascript command inside the getURL command inside of Flash.
The javascript command looks like this in the HTML:
When I try to convert this to the getURL property like this:
I get a Syntax error. Does anybody have an idea on how to properly format the this js inside the getURL command?
Thanks
I'm trying to execute a javascript command inside the getURL command inside of Flash.
The javascript command looks like this in the HTML:
<a href="javascript://"
onclick="swapLayers('layer'); return false">Layer</a>
When I try to convert this to the getURL property like this:
getURL("javascript:onclick=swapLayers('layer'); return
false");...
I get a Syntax error. Does anybody have an idea on how to properly format the this js inside the getURL command?
Thanks
