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

flashControl.codeBase Property

Gets or sets the URL to the aurigma.imageuploaderflash.swf file.

Syntax

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

Property Value

Type: String

The URL to the aurigma.imageuploaderflash.swf file.

Default value is "Scripts/aurigma.imageuploaderflash.swf".