PDA

View Full Version : External Links


rocketcrab
04-25-2006, 07:13 PM
I'm making a site in flash, and I need to know how to make buttons link to other webpages, preferably in a new window.

Any help would be greatly appreciated.

oldnewbie
04-25-2006, 07:48 PM
on(release){
getURL("http://www.google.com/", "_blank");
}

http://www.webwasp.co.uk/tutorials/a15-hyperlink/index.php

rocketcrab
04-25-2006, 07:54 PM
Thanks a lot, it's working now :)

oldnewbie
04-26-2006, 12:59 AM
;)