Indigo Rose Software
  #1  
Old 09-26-2003
Desmond's Avatar
Desmond Desmond is offline
Indigo Rose Staff Member
 
Join Date: Jul 2003
Posts: 628
Grin Making a Thumbnail Image Browser

AutoPlay Media Studio 5.0 Knowledge Base

Making a Thumbnail Image Browser

Document ID: IR10047
The information in this article applies to:
  • AutoPlay Media Studio 5.0 Standard Edition
  • AutoPlay Media Studio 5.0 Professional Edition

SUMMARY

This article describes how to make a thumbnail image browser.

DISCUSSION

The idea behind a thumbnail image is to present the user with a small image that when clicked links to a larger image. To accomplish this in AutoPlay Media Studio 5.0, create an image object with the image you wish to use for the thumbnail, and resize it to the desired dimensions. Now create an action that links to the larger image when the thumbnail is clicked.

  1. Create a project with two pages. On the first page (Page1) will be your thumbnail, on your second page (Page2) will be your large image.

  2. On each page in your project, create an image object which loads the desired image.

  3. Create an action in your thumbnail image's On Click event that will jump to the second page of your project (containing the large image):

    Page.Jump("Page2");

  4. On your second page, you may wish to include a back button that jumps back to the first page. Use the following action for this button's On Click event:

    Page.Jump("Page1");

If you wish to have more than one thumbnail, create a new page for every image, and then add their thumbnails to the first page. Then add actions to open each page when the appropriate thumbnail is clicked.

MORE INFORMATION

For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:

  • Program Reference | Actions | Page | Page.Jump

KEYWORDS: AutoPlay Media Studio 5.0, Actions, Page, Jump, Thumbnail, Browser


Last reviewed: September 26, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.
__________________
Setup Factory 8.0 comes with over 250 actions so you can create smaller, faster and more intelligent software installers than ever before.

WebHelp Guides: AMS | MSIFACT | SUF | TU | VP
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -6. The time now is 08:38 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software