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