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).
$au.imageUploaderFlash({ //...other params... licenseKey: "", //...other params... })
Type: String
The valid license key.
Default value is "".
$au.imageUploaderFlash({ id: 'Uploader1', licenseKey: 'XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY' });