Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2005
    Posts
    1

    Activating a slideshow

    Hi,

    I am a recent owner of 6.0, and I was trying to let a 12-picture slideshow play continuously from slide to slide after the needed page jumps have been inserted. I tried some options, but nothing has worked as of yet. Any help is appreciated!

    JA

  2. #2
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    Jamaica,

    Put your 12 images in the Image directory, and name them pic1.jpg, pic2.jpg, etc...
    Put an Image object (named Image1) on your page, then,

    In the Page onTimer event, add the following actions:
    i=1+1;
    if i > 12 then
    i=1;
    end
    Image.Load("Image1", "AutoPlay\\Images\\pic"..i..".jpg");

    In the Page onShow event, add the following action:
    Page.StartTimer(3000);

    Change 3000 (ms) to the value you want for the picture duration on screen.


    Good luck

    Yossi

Similar Threads

  1. Making a Slideshow with Voiceovers
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 1
    Last Post: 10-27-2006, 01:25 PM
  2. KB: Making a Slideshow
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 8
    Last Post: 06-19-2005, 02:58 AM
  3. Corporate slideshow page access slowdown
    By densed in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 07-28-2003, 09:27 PM
  4. How to insert a slideshow using Roxio CD Creator
    By christywalter in forum AutoPlay Media Studio 4.0
    Replies: 21
    Last Post: 12-06-2002, 06:17 AM
  5. problem adding a web slideshow
    By bpfister1 in forum AutoPlay Media Studio 4.0
    Replies: 8
    Last Post: 08-26-2002, 06:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts