这个例子进行的是Tourdeflex:UI Controls:Other Controls:ProgressBar
简介:
The ProgressBar control provides a visual representation of the progress of a task over time.
例子:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="top"
horizontalAlign="center" backgroundGradientColors="[0x000000,0x323232]" paddingTop="0" viewSourceURL="srcview/index.html">
<mx:Script>
...
