swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] swfc - alpha problem


From: Juan Ramon Rico
Subject: [Swftools-common] swfc - alpha problem
Date: Thu, 19 Oct 2006 08:13:39 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

Hi, I use 2006-02-12 swftools. I try to put 2 slides. It begins with alpha 0% to 100% with a background color.
-----------------------------------------------
.flash filename="sldTmp.swf" fps=15 bbox="800x600" background="#333366"
.swf slide4 "./img4.swf"
.swf slide5 "./img5.swf"
.frame n+=1
  .put slide4 alpha=0%
.frame n+=30
  .change slide4 alpha=100%
.frame n+=90
  .change slide4 alpha=100%
.frame n+=1
  .put slide5 alpha=0%
.frame n+=30
  .change slide5 alpha=100%
  .del slide4
.frame n+=90
  .change slide5 alpha=100%
.frame n+=1
  .stop
.end
------------------------------------------
The process alpha 0% to 100%, the background begin with WHITE background to "#333366". Actually, I want begin with "#333366" to "#333366". It seems the characters appear, because the background is the same. I don't undenstand why WHITE color appear when alpha=0%. We can find the result of above example in http://www.dlsi.ua.es/~juanra/sldTmp.swf

Thanks.





reply via email to

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