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