swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] creating swf with mp3 sound


From: Marcin Gryszkalis
Subject: Re: [Swftools-common] creating swf with mp3 sound
Date: Sat, 13 May 2006 15:02:38 +0200
User-agent: Thunderbird 1.5.0.2 (X11/20060426)

Matthias Kramm wrote:
> On Sat, May 13, 2006 at 10:13:40AM +0200, Marcin Gryszkalis wrote:
>> I need to create very simple (I think) SWF with sound in it (based on
>> given .wav sound). Example expected file looks like this (created with
>> flash mx and dumped with swfdump):

Lack of comment on swfc? Doesn't it mean that it's not possible to do
this with swfc?

>> Another approach would be wav2swf but I don't know how to insert these
>> actions at the beginning and end of file (I guess changing bbox or
>> background color would be not a problem).
> 
> The beginning stop can be done by wav2swf's -S option:
> 
>     wav2swf -S sound.wav -o sound.swf

Right, but what about the action at the end?
I need "gotoFrame(1);"

At first I though I could create separate swf only with
this action and swfcombine them with --cat option,
but the reference to frame (1) was (not) preserved
and the combined file has gotoFrame(60) - because sound.swf
ends at frame 59.


So... still no perfect solution :(

> Background color is more tricky... the last time I had to change 
> the color of the background in a SWF, I fiddled with the file itself
> using an hexeditor (which is not *that* difficult- just look for the
> first "FF FF FF" sequence and replace it with your color).
> Maybe I should add a "change background color" feature to swfcombine,
> though. :)
Oh, I thought that black is the default, white is ok for me...


greetings
-- 
Marcin Gryszkalis, PGP 0x9F183FA3
jabber jid:address@hidden, gg:2532994
http://the.fork.pl




reply via email to

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