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

imageUploaderFlash.licenseKey Property

Gets or sets the license key which allows to evaluate, develop, or publish Image Uploader Flash 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