PDA

View Full Version : Is there a method to set SWF background as transparent?


prowannabe
02-02-2007, 07:24 AM
Well i have a SWF playing in the background of the main application but if i do a gradientcolor for the background and currently have the SWF playing the background of the SWF will overwrite the gradientColors. is there a way to implement it so that I can see the gradientColors but yet still have my SWF playing without the background?

saumya
02-02-2007, 07:37 AM
<param name="wmode" value="transparent">

Here is the Adobe's link (http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201)

prowannabe
02-02-2007, 08:41 AM
yea but it dont work for flex because flex isnt Html ?

Tink
02-02-2007, 10:17 AM
do the gradient colors in the background and load the SWF into an SWFLoader on top of it. the swf will be transparent.