AIR, little tip #1: Alway on top
April 29th, 2009
Hi again guys, im working hard with AIR projects and today i did one thing that i hate: use always on top for one program, hehe. Well, was necessary because the project is a digital ad platform using one 32″ LCD with touchscreen and the user interact with the content.
Well, about the alway on top is so simple, first you may create one variable for your Native window.
1 | var newWindow:NativeWindow = stage.NativeWindow; |
After that you need put only the alwaysInFront and set it true like this.
2 | newWindo.alwaysInFront = true; |
aaaand done, try it.





December 20th, 2009 at 15:00
Fantastic work. You have gained a new reader. I hope you keep up the good work and I await more of these excellent posts.
January 7th, 2010 at 14:51
Very informative content will subscribe to your RSS Feed.