Aurigma Image Uploader Flash 7.2.9
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".