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