Visit SlideShowPro.net  Community Forums
SlideShowPro Help Wiki
  

SlideShowPro for Flash

Creating slideshow content: hyperlinks

SlideShowPro for Flash allows you to attach hyperlinks to your slideshow content so that when the "action" area of the Content Area is clicked, any URL, a mailto link, Javascript, or whatever you'd like to assign is requested. Here's how to assign hyperlinks.

Step One: Edit the XML document

Open your XML document, and add link attributes containing the URLs you wish to assign, like so:

<img src="tree.jpg" link="relative/path/to/URL" />
<img src="movie.flv" link="http://www.flowers.com/" />

When content is clicked, link will be loaded in a new browser window. If you’d like to load your links in the current browser window, or in specific frame, add a target attribute:

<img src="tree.jpg" link="http://www.trees.com/" target="_self" />

You can also use JavaScript for hyperlinks. For example, this creates a pop-up window:

<img src="tree.jpg" 
 link="javascript:NewWindow=window.open('
      http://www.trees.com/',
      'myWindow',
      'width=300,height=300'
 );
 NewWindow.focus(); void(0);" />

Step Two: Enable hyperlinks

The "action" zone in the Content Area is what is clicked to spawn the hyperlink. You can either keep the default setting of CONTENT AREA/Interactivity which renders the action zone in the middle, or switch it to "Action Area Only" to make the entire surface area of your slideshow content clickable.

Once you decide how large your action area will be, check to make sure that CONTENT AREA/Action is set to "Hyperlink". This will instruct SlideShowPro to look for hyperlinks.

Step Three: Publish

Publish a new slideshow and click on your slideshow content when it loads. Your links should now work!


Page last modified by tdominey on May 07, 2009, at 11:08 AM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing