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