Hi all,

1.) I have the following exact code for a button in a keyframe on the timeline (not in the button itself and of course excluding the quotes)

"
on (release) {
getURL ("www.yoursite.com", "_blank");
}

"

and I get the following error when I try and preview in Flash CS3

1087: Syntax error: extra characters found after end of program.

2.) Also, I have another layer with a "stop" action taking place at the same time that this button occurrs, however, once I have the script in the keyframe for the button, it seems to override the stop action. So, basicly, IM looking to stop the movie and get this button to, once clicked, open a web address.

Thanks all!