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.

Related Posts

2 Responses to “AIR, little tip #1: Alway on top”

  1. heel lifts Says:

    Fantastic work. You have gained a new reader. I hope you keep up the good work and I await more of these excellent posts.

  2. ED Med Says:

    Very informative content will subscribe to your RSS Feed.

Leave a Reply