Gets or sets the height of the control.
$au.imageUploaderFlash({ //...other params... height: "400px", //...other params... })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').height(value); value = $au.imageUploaderFlash('uploaderID').height();
Type: String
The height of the control.
Default value is "400px".