Archive

Posts Tagged ‘flex’

去掉flex swf 背景色

May 18th, 2009 陈毓端 No comments

    为了美化调用的swf更加贴切页面设计,决定去除 swf的灰色背景。

方法如下:

1 在 flex的<mx:Application> 标签里加入 alpha=”1″ mouseEnabled=”false”  backgroundAlpha=”0″>如:

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="547" alpha="1" mouseEnabled="false" backgroundAlpha="0">

2 在html 页面调用 swf的<object>加入<param name=”wmode” value=”transparent”>

Categories: flex/flash/as/ Tags: ,