Saturday, August 4, 2007

Setting status bar message in AIR Application

source : here

Here is a small tip to set status bar messages in AIR Application.

Application.application.statusBar.status = "Hello World..";

No comments: