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 KB: Making a Slideshow

AutoPlay Media Studio 5.0 Knowledge Base

Making a Slideshow

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

SUMMARY

This article describes how to make a slideshow

DISCUSSION

The purpose of a slideshow is to display images at a predetermined rate. In AutoPlay Media studio 5.0, this is accomplished by creating a project with one page per image you wish to display.

  1. On every page in your project, create one image object containing the appropriate image.

  2. Create the following action in the On Show event of every page in your project:

    Page.StartTimer(5000); --fires the timer once every 5 seconds.

  3. Create the following action in the On Timer event of every page in your project:

    Page.Navigate(PAGE_NEXT);

    The only page that does not have this action is the last page, because there are no more pages to jump to.

  4. Create the following action in the On Show event of your last page:

    Page.StopTimer(); --stops the timer

The On Timer and On Show events are found by right-clicking on a blank space on the page and choosing Actions.

MORE INFORMATION

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

  • Program Reference | Actions | Page | Page.StartTimer
  • Program Reference | Actions | Page | Page.StartTimer
  • Program Reference | Actions | Page | Page.Navigate

KEYWORDS: AutoPlay Media Studio 5.0, Actions, Page, Jump, Slideshow


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

Last edited by Desmond; 01-23-2004 at 09:26 AM.
  #2  
Old 01-27-2005
George Steinman George Steinman is offline
Indigo Rose Customer
 
Join Date: Jan 2005
Location: Meeker, Colorado
Posts: 4
Post Help for slideshow enlargment

As a Newbie, I have successfully previewed and published a crude slideshow
demo as recommended in this thread. My effort has an opening and closing page with a button action as described in the Speedy Training disc shipped with my 5.0 Standard. I am using a trial of the 5.0 Professional as it has a timer.

When I duplicate the middle pages to expand the slideshoe to 10 pages, my
Published product remains at 5 pages only. What am I overlooking?

Newbie

Last edited by George Steinman; 01-27-2005 at 08:14 AM.
  #3  
Old 01-27-2005
George Steinman George Steinman is offline
Indigo Rose Customer
 
Join Date: Jan 2005
Location: Meeker, Colorado
Posts: 4
Attachments for 7:10 post

Attachments for 10 page slideshow.
Drag in buttons and .png file.

GS
Attached Images
File Type: png AUTO_PLAY_04.png (6.9 KB, 81 views)
Attached Files
File Type: am5 AUTO_PLAY_05.am5 (45.0 KB, 151 views)
File Type: btn Buttons.btn (22.7 KB, 99 views)
  #4  
Old 01-27-2005
TJ_Tigger's Avatar
TJ_Tigger TJ_Tigger is offline
Indigo Rose Customer
 
Join Date: Sep 2002
Location: Sol 3
Posts: 3,188
George, to help with the graphics and buttons for a project, you can export the project to a single file that can then be opened in AMS. To do this click on File->Export Project...
__________________
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
  #5  
Old 01-27-2005
George Steinman George Steinman is offline
Indigo Rose Customer
 
Join Date: Jan 2005
Location: Meeker, Colorado
Posts: 4
Post Delivering a single file to Forum

I"m still two loads shy> My Manage Attachments dialogue box will
identify the .apz .apt project file, but I cannot get either of them to
upload. The Wait sign appears in each instance for 50-70 seconds before
the failure is identified.

Is there hope?

GS
  #6  
Old 01-27-2005
Intrigued's Avatar
Intrigued Intrigued is offline
Indigo Rose Customer
 
Join Date: Dec 2003
Location: Location! Location!
Posts: 6,058
Have you tried to manually .zip the file?
__________________
Intrigued
www.amsuser.com
  #7  
Old 01-27-2005
George Steinman George Steinman is offline
Indigo Rose Customer
 
Join Date: Jan 2005
Location: Meeker, Colorado
Posts: 4
Post Buggy prototype delivered

With thanks to all, zip efforts in my hands have not succeeded.
I am working with a new build from scratch and will hope to have a
preview soon.

GS
  #8  
Old 06-18-2005
Protoplasm Protoplasm is offline
Forum Member
 
Join Date: Jul 2004
Posts: 6
Emailing Slide Show

Hello,
I looked through the tutorials, and help, but maybe I just missed it but I have completed my slideshow for publication, how do I publish for emailing, and what total project file size limitations should I be concerned with in order to email the entire slideshow?

Thanks,
Protoplasm
  #9  
Old 06-19-2005
Protoplasm Protoplasm is offline
Forum Member
 
Join Date: Jul 2004
Posts: 6
Quote:
Originally Posted by Protoplasm
Hello,
I looked through the tutorials, and help, but maybe I just missed it but I have completed my slideshow for publication, how do I publish for emailing, and what total project file size limitations should I be concerned with in order to email the entire slideshow?

Thanks,
Protoplasm
Ok, it's official, I am a complete and utter noob. I had to stop being so lazy and actually review the tutorials to realize this though
 

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:10 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