This section desctibes a label object and its proprties, default values of properties for different instances of label object.
Structure of section:
List of properties
statusLabel
Description:
It displays status information of upload process by default.
List of default values:
Property name | Default value |
---|---|
text | Depends on the following properties: statusLabelOnReadyText statusLabelOnFilesAddedText statusLabelOnProgressText statusLabelOnCompleteText statusLabelOnCancelText statusLabelOnErrorText |
fontName | "_sans" |
fontSize | 12 |
fontBold | false |
fontItalic | false |
fontUnderline | false |
fontColor | 0x000000 |
visible | false |
x | 5 |
y | 3 |
Examples:
The property of the statusLabel is assigned via flashvars object of SWFObject on the html page:
flashvars["view.statusLabel.fontName"] = "Arial";