免責聲明

Disclaimer (免責聲明)
繼續閱覽代表您接受以上的免責聲明.
To continue reading means you accept the above disclaimer.

2011年8月18日 星期四

如何讓swf的背景變透明?

[Q] 如何讓swf的背景變透明?
[Q] How to make swf have transparent background?



[try]
Use the "Publish Settings" in Adobe Flash Professional

1.Choose File -> Publish Settings;
2.Select HTML;
3.Choose "Transparent Windowless" from the "Window Mode" menu;
4.Publish the document;

用IE8看起來有透明效果, 例如 Disclaimer , 還沒試過其他的瀏覽器 ...


//===  或者直接修改 swf 對應的 html code
加入 wmode 參數 , value 設成 "transparent"

<param name="wmode" value="transparent" /><param
name="bgcolor" value="#ffffff" />
...
<embed ...
wmode="transparent" />


[ref]
http://kb2.adobe.com/cps/142/tn_14201.html

沒有留言:

張貼留言