<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"
creationComplete="initApp()"
statusBarBackgroundColor="#f0f0f0">
<mx:Script>
<![CDATA[
import mx.core.Application;
/* */
private function initApp():void
{
Application.application.status = "Staus message goes here";
}
]]>
</mx:Script>
</mx:WindowedApplication>
No comments:
Post a Comment