Gets or sets the image editor settings.
$au.imageUploaderFlash({
//...other params...
imageEditor: {},
//...other params...
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').imageEditor(value);
value = $au.imageUploaderFlash('uploaderID').imageEditor();