Hi Matthias and all,

I'm trying to synchronize a PDF presentation with an audio file.

Searching on the mailing list I found the following script:

# slides_plus_sound.sc
.flash name="slides_plus_sound.swf" fps=1
    .swf slides "slides.swf"
    .put slides
    .stop slides
    .sound audio "audio.wav"
    .play audio

    .frame n+=3 # slide 1 lasts 15 seconds
        .nextframe slides
    .frame n+=3 # slide 2 lasts 10 seconds
        .nextframe slides
    .frame n+=3 # slide 3 lasts 20 seconds
        .nextframe slides
    .frame n+=3 # slide 4 lasts 10 seconds
        .nextframe slides
.end

But when I run it I get the following error:

"script.sc", line 5 column 11: error- I don't know anything about
sound/movie "slides"

What am I doing wrong? (Sorry if the question is too obvious, but I
don't have any experience with swfc or even Flash.)

Thanks for your help,


Pablo


_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common

Reply via email to