swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] a problem with a script


From: Pablo Rodríguez
Subject: [Swftools-common] a problem with a script
Date: Sat, 18 Mar 2006 00:51:32 +0100
User-agent: Mail/News 1.5 (X11/20060214)

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




reply via email to

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