all groups > macromedia flash sitedesign > january 2006 >
You're in the

macromedia flash sitedesign

group:

Creating clickable images in slideshow


Creating clickable images in slideshow Markv00
1/29/2006 12:00:00 AM
macromedia flash sitedesign: I'm learning how to create a slideshow, but having trouble finding anything on how to make the image clickable(hyperlinked). Any suggestions?

Re: Creating clickable images in slideshow 3141592653589
1/29/2006 12:00:00 AM
you need some coding;
you need to convert the image into a button (select the image and press F8),
click on the image (now a button) and look down, you will see an
"actions-button" tab, click it and type in the following code:

on (press) {
getURL("http://www.macromedia.com/");
}


AddThis Social Bookmark Button