imageUploaderFlash.licenseKey Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the license key which allows to evaluate, develop, or publish HTML5/Flash Uploader according to the license key type (trial, development, or full).

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    //...other params...
    licenseKey: "",
    //...other params...
})

Property Value

Type: String

The valid license key.

Default value is "".

Example

JavaScript
$au.imageUploaderFlash({
	id: 'Uploader1',
	licenseKey: 'XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY'
});

See Also

Reference

Manual