PDA

View Full Version : KB: Making a Slideshow


Desmond
09-26-2003, 03:25 PM
<HTML> <HEAD> <TITLE>AutoPlay Media Studio 5.0 Knowledge Base</TITLE> </HEAD> <BODY> <h3>Making a Slideshow</h3> <b>Document ID: IR10049</b> <hr> The information in this article applies to: <ul> <li>AutoPlay Media Studio 5.0 Professional Edition</li> </ul> <hr> <h3>SUMMARY</h3> <p>This article describes how to make a slideshow</p> <h3>DISCUSSION</h3> <p>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.</p> <ol> <li>On every page in your project, create one image object containing the appropriate image.<br> <br> </li> <li>Create the following action in the On Show event of every page in your project:<br> <br> Page.StartTimer(5000); --fires the timer once every 5 seconds.<br> <br> </li> <li>Create the following action in the On Timer event of every page in your project:<br> <br> Page.Navigate(PAGE_NEXT);<br> <br> The only page that does not have this action is the last page, because there are no more pages to jump to.<br> <br> </li> <li>Create the following action in the On Show event of your last page:<br> <br> Page.StopTimer(); --stops the timer</li> </ol> <p>The On Timer and On Show events are found by right-clicking on a blank space on the page and choosing Actions.<br> </p> <h3>MORE INFORMATION</h3> <p>For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:</p> <ul> <li><b>Program Reference | Actions | Page | Page.StartTimer</b></li> <li><b>Program Reference | Actions | Page | Page.StartTimer</b></li> <li><b>Program Reference | Actions | Page | Page.Navigate</b></li> </ul> <p>KEYWORDS: AutoPlay Media Studio 5.0, Actions, Page, Jump, Slideshow </p> <hr> <FONT SIZE=1> Last reviewed: September 26, 2003<br> Copyright © 2003 <A HREF="http://www.indigorose.com" target="blank">Indigo Rose Corporation</a>. All rights reserved.<br> </FONT> </BODY> </HTML>

George Steinman
01-27-2005, 08:10 AM
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

George Steinman
01-27-2005, 09:16 AM
Attachments for 10 page slideshow.
Drag in buttons and .png file.

GS

TJ_Tigger
01-27-2005, 10:10 AM
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...

George Steinman
01-27-2005, 12:22 PM
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

Intrigued
01-27-2005, 01:41 PM
Have you tried to manually .zip the file?

George Steinman
01-27-2005, 02:54 PM
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 :rolleyes

Protoplasm
06-18-2005, 03:21 PM
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

Protoplasm
06-19-2005, 03:58 AM
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 :lol