Apollo – Window Transparent
Posted by vijayram on March 19, 2007
Just downloaded the alpha version of Apollo from the labs section on the Adobe website.
http://labs.adobe.com/technologies/apollo/
While reading through the documentation on “Create your first Flex-based Apollo application in Flex Builder” , I came across a typo error which stated as follows:
——–
Next, set the application’s window transparency:
- Open the HelloWorld-app.xml file from the Project Navigator. The file is opened in the Flex Builder text editor.
- In the rootContent node of the application, set the systemChrome and transparent attributes to the following:
systemChrome="standard" transparent="false" - Save your changes and then close the HelloWorld-app.xml file.
——–While point 2 should read as “systemChrome="none" transparent="true"” to achieve the end result.




