简体   繁体   中英

flex application transparent backbround

i have some problems with embedding swf into html page. Customer asked me to add some round corners to my application. I added. Then the design of the has changed and instead of black background i got ragial gradient(

So, i need to make the corners of the swf transparent, but don't know how.

wmode=transparent and backgroudAlpha param doesn't work. Need some help... :/

It's important that one solution i found works on Flash Builder Beta 2, but didn't work on Adobe flash builder 4.

A while back I worked on a project where we had the same problem. As far as I remember the solution was a combination of setting wmode to transparent, setting backgroundAlpha to 0 and also to set the background color to black.

您需要在html嵌入参数中设置wmode,并在Flash中使用background alpha = 0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM