-
Hyperlinks in flash
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
-
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...
-
Thanks sports fan it's all sorted now anyhow!