Add a Hyperlink/Hotspot Object

guclusat

Tanınmış Üye
Süper Moderatör
Adding a hyperlink to a project is useful when you want a user to be able to click on a part of your project for more information. This is accomplished in AutoPlay Media Studio using the On Click event of an object.

Example 1
As an example, let us assume that you want to jump to "Page2" when the user clicks on the phrase "Continue . . ." within a paragraph object. For the purpose of this example, let us also assume that you have the following paragraph in your project:
Add-a-Hyperlink-Hotspot-Obj.jpg
  1. Use a hotspot object, and place it over the phrase 'Continue . . .' in your paragraph object.

  2. In the hotspot's Quick Action tab, choose 'Show Page' as the action to run, choose 'Specific Page' for the page to show, and choose 'Page 2' for the page name.
Example 2
To have mouseover effects (the text changes color when you mouseover the word 'Continue . . .'), do not use a hotspot, but instead use a second paragraph object containing only the text that the mouseover should change:

  1. Create a paragraph object containing just 'Continue . . .'

  2. Place that object exactly over the phrase 'Continue . . .' in your larger paragraph.
Tip: Use the keyboard arrows to accurately position your second paragraph object.

  1. Set the mouseover color to whatever you want. In the paragraph's Quick Action tab, choose 'Show Page' as the action to run, choose 'Specific Page' for the page to show, and choose 'Page 2' for the page name.
Example 3
To include hyperlinks in a text file without utilizing hotspot or paragraph objects, embed an HTML file in your project using a web object. When a user clicks on a link in this embedded file, your project can call any action you choose:

  1. Create a web object, and load the desired HTML file into it.

  2. See How do I Interact with embedded web objects to set up the navigation in your project, and for an example of a simple HTML file.
Note: This is the best way to include hyperlinks if your text is not static with relation to the page. While paragraph and hotspot objects are stationary, links within an HTML file dynamically move based on the size of the web object at runtime.
 
Geri
Yukarı