Flash Experts - please help!
I'm trying to make an embedded .swf file "clickable" to another site. Is it possible to do so without adding a button? Also, how do you know whether a button HAS been added? I've tried using the
on(release){
getURL(_root.clickTag, "_blank");
}
but it isn't working (replacing the _root.clickTag with the URL). Does this mean that no button has been added? The .swf file itself is embedded properly.
Thanks!
C
|