swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] bug / wish in gif2swf and png2swf


From: Matthias Kramm
Subject: Re: [Swftools-common] bug / wish in gif2swf and png2swf
Date: Fri, 7 Aug 2009 13:40:03 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Thu, Aug 06, 2009 at 06:32:38PM +0200, stefan <address@hidden> 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






reply via email to

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