Gets or sets the information bar settings.
$au.imageUploaderFlash({ //...other params... informationBar: {}, //...other params... })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').informationBar(value); value = $au.imageUploaderFlash('uploaderID').informationBar();