This documentation is for the old version. Go to the latest Upload Suite docs

flashControl.bgColor Property

Gets or sets the background color of the Flash control surface.

Syntax

JavaScript Initialize
$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();

Property Value

Type: String

A background color of the Flash control surface.

Default value is "#F6F6F6".

See Also

Reference