On Thu, Aug 06, 2009 at 06:32:38PM +0200, stefan <[email protected]> wrote:
> I am new on this list, and i have a wish, to be implemented into
> swftools. ( I tried version 0.8.1 of the swftools)
>
> Would it be possible to change the background color of the output from
> gif2swf and png2swf to generally use white, instead of green and black?
> If possible, it would be great, if you could add a switch to choose the
> background color in the command line.
You can actually accomplish that with a small swfc script:
.flash name=image.swf background=#ffffff
.png img "yourimage.png"
.put img
.end
Matthias