Hi,
this PNG has alpha-bits: http://www.glbasic.com/beta/swftools.png But it shows a white frame instead of transparent pixels. I use the latest snapshot, where some PNG transparency issue was fixed: 2007-01-10-2008 Boy, if you can get this working, these tools are the greatest swf creation tools around! Regards, -Gernot Frisch ## ---- start test code ---- .flash bbox=640x360 version=6 fps=50 name="test.swf" compress .png image "swftools.png" .frame 1 .put image x=0 y=0 .frame 150 .change image x=300 y=0 .end ## ---- end test code ----
