Gets or sets the URL to the aurigma.imageuploaderflash.swf
file.
$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();
Type: String
The URL to the aurigma.imageuploaderflash.swf
file.
Default value is "Scripts/aurigma.imageuploaderflash.swf".