are you trying to link the entire swf, or a button within it? if you're linking a button:
Code:
on (press) {
getURL("yourURLhere","_blank");
}
(or _self to open in the same window as the swf). If you're linking the whole swf, you should be able to just put an invisible button on the whole thing in whichever frame you want to enable the link.
good luck!
tigerjade
"Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live." -- Martin Golding
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.