swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Audio on Slideshow


From: Pablo Rodríguez
Subject: Re: [Swftools-common] Audio on Slideshow
Date: Sun, 21 Sep 2008 12:23:15 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080725)

Jan Snyder wrote:
Thanks a lot to many helpful people. Finally did get this to work but
it needed actionscript as well for the audio. like this at bottom of
file:

# actionscript
# ------------

.action:
    _root.play();
.end

-Jan

Hi Jan,

.action:
    snd=new Sound();
    snd.attachSound("audio");
    snd.start();
.end

I haven't checked it, but I think it should work.

BTW, what are you trying to do? From your first message, it seems that you're trying to add audio to slides converted from PDF. Do they have to be synced? Are you using Windows or Linux?

I hope it helps,


Pablo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]