Sets the specified properties.
$au.imageUploaderFlash('uploaderID').set(paramsObj);
Type: Object
A list of property names and values in JSON format.
var uploader1 = $au.imageUploaderFlash({id: 'Uploader1'}); uploader1.set({ width: '660px', height: '480px', licenseKey: 'XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX', upload: {actionUrl: 'upload.aspx', redirectUrl: 'gallery.aspx'}, });