20Aug/090
Flex applications with transparent background
Posted by daniel-ionica
Maybe you need a transparent background for your application BUT where is the button???
Well is pretty simple all you have to do are 2 simple things :
1)
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundAlpha="0.0">
As you may see i added backgroundAlpha equal to zero.
2)
AC_FL_RunContent(
...,
"wmode", "transparent"
);
just add "wmode", "transparent" in html file generated by Flex Builder under AC_FL_RunContent