put the image on the stage. (File | Import | Import to stage)
right click the image and convert it to a symbol. click the option that says 'button'.
press f9 to open the actionscript editor.
put this:
on (release){
getURL("http://www.gfy.com");
}
File | Save
File | Publish
hope that helps
