Gets or sets whether to display the top panel.
$au.imageUploaderFlash({ topPane: { //...other params... visible: true, //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').topPane().visible(value); value = $au.imageUploaderFlash('uploaderID').topPane().visible();
Type: Boolean
true
if the entire top panel should be visible; otherwise, false
.
Default value is true.