Jordan656
07-30-2008, 05:55 PM
Need actionscript to open link in new window.
Hey all, i have finished designing my navbar and it all works great.
Now i need to know the actionscript to open a URL in a new window. Here is the code i have in the "Action" part so far:
on (rollOver) {
gotoAndPlay(2);
}
on (rollOut) {
gotoAndPlay(16);
}
What code should i put in to open a link to say Google?
Thanks in advance :)
Hey all, i have finished designing my navbar and it all works great.
Now i need to know the actionscript to open a URL in a new window. Here is the code i have in the "Action" part so far:
on (rollOver) {
gotoAndPlay(2);
}
on (rollOut) {
gotoAndPlay(16);
}
What code should i put in to open a link to say Google?
Thanks in advance :)