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