Friday, June 12, 2009


width="100%" height="100%">

/**
* bubbles the rollout event up to the lauching button
*/
private function onRollOut(event : MouseEvent) : void
{
this.dispatchEvent(event);
}
]]>

width="30" height="110"
horizontalScrollPolicy="off" verticalScrollPolicy="off"
backgroundColor="#626262"
rollOut="onRollOut(event)"
>
styleName="progressBar"
borderColor="#BDBDBD"
showTrackHighlight="true"
themeColor="#AEDF4F"
y="5"
/>



No comments: