Gets or sets the collection of client-side events.
$au.imageUploaderFlash({ //...other params... events: {}, //...other params... })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').events(value); value = $au.imageUploaderFlash('uploaderID').events();