Indigo Rose Software
  #1  
Old 11-09-2007
ricardohdezsv ricardohdezsv is offline
Forum Member
 
Join Date: Dec 2005
Posts: 38
Star SlideShow - Sound

I am very happy with AMS 7 , excellent product and obviously better than AMS6,

Is there a way to synchronize the slideshow and sound in the same page, for example, explain each Slideshow with its own explanation and then the following, ....?

Thanks and sorry for my bad english,

God bless you

RH
Reply With Quote
  #2  
Old 11-09-2007
Worm Worm is offline
Indigo Rose Customer
 
Join Date: Jul 2002
Location: USA
Posts: 3,937
I don't have v7 installed here at work, but if memory serves me, there is an event for the slideshow object that fires when the slide changes. You could play your audio within that event.
Reply With Quote
  #3  
Old 11-09-2007
madsen's Avatar
madsen madsen is offline
Indigo Rose Customer
 
Join Date: Jun 2004
Posts: 14
Thumbs up

If you add this in the "On Slide Changed" event, shall give you a starting point.
It will run this everytime the slide changes and it will execute the appropiate code.

Code:
theslide = SlideShow.GetCurrentSlide("SlideShow1");

if theslide == 1 then
	-- code whatever needs to be done on slide 1
elseif theslide == 2 then
	-- code whatever needs to be done on slide 2
end
Reply With Quote
  #4  
Old 11-10-2007
yosik's Avatar
yosik yosik is offline
Indigo Rose Customer
 
Join Date: Jun 2002
Location: Israel
Posts: 1,863
You need to plan in advance. If you want to launch a narration on each slide, you would be better off setting your slideshow to advance manually (unless ALL audio segments are of the same length.
Then I would suggest you rename each segment with a sequential number (1.ogg, 2.ogg, ...), matching your slide numbers.
Then you would be able to add one action that would do the trick:

Put your action under the On Slide Changed event of your SlideShow object:

Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\"..e_Index..".ogg", true, false);

If your scenario is different, there are other ways to do it, of course...

Good luck
Yossi
Reply With Quote
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with sound and video sinchronization dmla AutoPlay Media Studio 5.0 14 04-11-2005 01:29 PM
Bonus: Something to Share sside AutoPlay Media Studio 5.0 Examples 79 03-10-2005 08:25 AM
Unusual request.. M626 AutoPlay Media Studio 5.0 11 01-07-2005 08:57 PM
Corporate slideshow page access slowdown densed AutoPlay Media Studio 4.0 3 07-28-2003 10:27 PM
How to play a sound when someone closes? T0Rtur3 AutoPlay Media Studio 4.0 2 06-25-2003 03:22 PM


All times are GMT -6. The time now is 01:22 AM.


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