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