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