Matthias Kramm wrote:
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





Oh, thank you for this hint. I will start to learn the script language now, but i think this is a bug and has to be fixed, instead of doing a workaround.
???

greetings

Stefan


Reply via email to