Gets or sets the window mode of the Flash control for transparency, layering, and positioning in the browser.
$au.imageUploaderFlash({
flashControl: {
//...other params...
wmode: "window",
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').flashControl().wmode(value);
value = $au.imageUploaderFlash('uploaderID').flashControl().wmode();
Type: String
The window mode.
Default value is "window".
The following values are possible: