imageUploaderFlash.informationBar Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the information bar settings.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    //...other params...
    informationBar: {},
    //...other params...
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').informationBar(value);
value = $au.imageUploaderFlash('uploaderID').informationBar();

Property Value

Type: $au.informationBar

The settings of the information bar appearance.