swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] combining swf files


From: Matthias Kramm
Subject: Re: [Swftools-common] combining swf files
Date: Wed, 13 Aug 2008 14:38:29 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Wed, Aug 13, 2008 at 07:25:08PM +0700, John Francis Lee <address@hidden> 
wrote:
> Now... I want to add sound. I'm sue I can make an .mp3 soundtrack file. 
> How would I add it to the .swf?

First, create a soundtrack using wav2swf, making sure it has the same framerate
as the file you want to add it to:

wav2swf -r <framerate> audio.wav -o audio.swf

(You can query the framerate using "swfdump -r animation.swf")

Then, add it to your file:

swfcombine -Tm animation.swf audio.swf -o output.swf

Greetings

Matthias







reply via email to

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