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

imageUploaderFlash.flashControl Property

Gets or sets the Flash control.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    //...other params...
    flashControl: {},
    //...other params...
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').flashControl(value);
value = $au.imageUploaderFlash('uploaderID').flashControl();

Property Value

Type: $au.flashControl

Flash control.

See Also

Reference