Log in

View Full Version : Hyperlinks in flash



sivlock
11-30-2009, 02:36 PM
Hello flash people,

I am trying to create a flash slideshow with alpha transitional fades for several images but the beef I am having is that I am trying to include a hyperlink for each image to direct to a particular page.

I am currently trying to put an invisible button over the image and it works fine on the first image with the following actionscript on the first frame:

onRelease = function () {

getURL("http://something.htmll", "_blank");

};

However for the second image I repeated the process of an invisible button copied the code with the new URL and the mouse becomes a finger to denote it's a link but when it is clicked nothing happens. If you need any more info just ask. Cheers

Harold Samson
01-08-2010, 11:33 AM
Hello everyone!

Assign an object action to either a key frame or an object, use the get url action and input the url you like to link to...

sivlock
04-12-2010, 01:28 PM
Thanks sports fan it's all sorted now anyhow!