PDA

View Full Version : Can't get URL link to work


schwaa
01-16-2002, 07:56 AM
I'll never get out of the newbie forum at this rate:(

I can't get a button to link to another web page,

I go into properties:
Get URL
and type the full URL - http://....

save and export the movie, click the button, nothing happens.

Please help. (that sounds whiny, doesn't it?)

pixelwit
01-16-2002, 08:34 AM
Try this:on (release) {
getURL ("http://www.pixelwit.com", "_blank");
}

Hope this helps,

-PiXELWiT
http://www.pixelwit.com

schwaa
01-16-2002, 07:08 PM
I forgot to mention, I have <b>Flash 4</b>.

The code looks pretty close but I figured it out, the button is part of a drop down menu "movie", I had Get URL in the first frame where you can't see the button, I changed it the the visible frame and it worked!

Thanx for the suggestion.