Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2004
    Posts
    5

    Can I realize mouseover effects to change slideshow?

    For example,my page has 7 buttons and each button has its own slideshow of images. There is also a default image. As the mouse move over a button the default image hides and the relevant slideshow appears, when the mouse leaves the slideshow hides and the default shows.

    I rememer in earlier version it can be realized by changing sth like mouseover properties.But I cannot find a mouseover property in 7.5. Can anyone do me a favour to teach me how to realize effects like this?

  2. #2
    Join Date
    Mar 2004
    Posts
    5
    I've tried to do like this
    onenter
    SlideShow.SetVisible("SlideShow2", true);
    SlideShow.Play("SlideShow2");
    onleave
    SlideShow.SetVisible("SlideShow2", false);
    Am I right?

  3. #3
    Join Date
    Mar 2006
    Posts
    61
    Yes, you are correct that will do what you are looking for.

Similar Threads

  1. Displaying Text and/or Images with MouseOver Events
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-01-2003, 03:46 PM
  2. Corporate slideshow page access slowdown
    By densed in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 07-28-2003, 09:27 PM

Posting Permissions

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