|
-
I want to hide the blue title bar from my adobe air application
Hello
I'm doing an aplication with Flash CS4, using adobe air in as3. I have some frames, and in the frame 25 there's a stop, when user clicks a button, go ahead to frame 27 and stage resize the whole screen, just like a FULL_SCREEN, and then I load an pdf. I can't use FULL_SCREEN or FULL_SCREEN_INTERACTIVE property, because doesn't works the pdf loaded (even adobe help say it), so I would like to simulate it. The application it will be use in windows ( I am not sure if XP, vista, but windows). So when resize the stage, to load pdf, then and ONLY then, I want the title bar disappears, just to simulate full_screen.
How can I do, to make in a desktop application that ?
Thanks in advance
-
supervillain
You will want to build an Chromeless AIR app. There are a few tutorials online that will show you how to take your existing app from a windowed app to windowless/chromeless.
Code:
<systemChrome>none</systemChrome>
<transparent>true</transparent>
I don't presently have access to Flash CS4, only Flex - but it should be the same type of method to get that look - and that's added to the (project_name)-app.xml description. Sorry for not having a Flash CS4 related answer... but I have to assume it's the same.
Hope that helps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|