Sets a value indicating whether the downloading screen should be displayed.
var u = $au.uploader({ //...other params... }); var ip = $au.installationProgress(u); ip.showDownloadingScreen(true); //...other params... u.writeHtml();
Type: Boolean
If true
Default value is true.