swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Mp3 SWF


From: Pablo Rodríguez
Subject: Re: [Swftools-common] Mp3 SWF
Date: Sat, 20 Sep 2008 09:41:47 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080725)

Hi Jan,

Jan Snyder wrote:
Is there a command manual for SWFTOOLS available?

I used wav2swf to convert a wav to swf file and it played the wav
perfectly.  I've tried a number of things including just using a raw
MP3, but I can't figure out the command. Is it just:

.sound

I mean, the tutorial only lists a few commands like ".font" and
".outline". Where are the rest? How does one learn them.

Here you have a small script:

.flash filename="presentation.swf" version=6 fps=30

.sound audio "/path/to/sound-archive.mp3"
.swf slides "/path/to/slides.swf"

.frame 1
        .put slides
        .stop slides
        .play audio
.end

I hope it helps,


Pablo




reply via email to

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