5

Hey there- I need to remove a bottom bar from my FlashBuilder4 AIR App on a MAC. I've set the config.xml file to this:

<systemChrome>none</systemChrome>
<transparent>true</transparent>

While this removes the window bgcolor, top bar and border, I still receive a bottom bar in my app. How do I remove it? Thanks, any help is appreciated!

worked
  • 61
  • 1
  • 6

1 Answers1

8
<mx:WindowedApplication
...
    showStatusBar="false"
...
alxx
  • 9,897
  • 4
  • 26
  • 41