Gets or sets the background color of the Flash control surface.
$au.imageUploaderFlash({
flashControl: {
//...other params...
bgColor: "#F6F6F6",
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').flashControl().bgColor(value);
value = $au.imageUploaderFlash('uploaderID').flashControl().bgColor();
Type: String
A background color of the Flash control surface.
Default value is "#F6F6F6".