<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%"><mx:Script> <![CDATA[[Bindable]public var loadStr:String="正在加载,请稍等.....";]]> </mx:Script> <mx:ProgressBar id="progress" label="{loadStr}" indeterminate="true" width="250" fontSize="13" color="#00BFFF" labelPlacement="top"/></mx:VBox>