ActionScript 2.0 Components Language Reference |
|
|
|
| ProgressBar component > Customizing the ProgressBar component | |||
You can transform a ProgressBar component horizontally while authoring and at runtime. While authoring, select the component on the Stage and use the Free Transform tool or any of the Modify > Transform commands. At runtime, use UIObject.setSize().
The progress bar's left cap, right cap, and track graphic are set at a fixed size. When you resize a progress bar, its middle portion is resized to fit between the two caps. If a progress bar is too small, it may not render correctly.
|
|
|
|