PDA

View Full Version : Image to URL linking


ReapZ
04-13-2007, 12:44 PM
Hey folks

I'm looking for a simple image to url link

what i have is some images as buttons in flash, and i wish to link to an external web page/site when someone clicks the buttons/image.

Any help would be appreciated

Cheers
ReapZ
:)

Paul Ferrie
04-13-2007, 01:40 PM
on the button put

on(release){
getURL("yourpage.html","_blank")
}