Index: branches/5.0.x/core/admin_templates/js/uploader/uploader.js =================================================================== diff -u -N -r12117 -r12234 --- branches/5.0.x/core/admin_templates/js/uploader/uploader.js (.../uploader.js) (revision 12117) +++ branches/5.0.x/core/admin_templates/js/uploader/uploader.js (.../uploader.js) (revision 12234) @@ -207,7 +207,7 @@ this.swf.addVariable('debugEnabled', escape('true')); // flash var } - if (this.params.buttonPlaceholderId === false) { + if (this.params.buttonPlaceholderId === false || !UploadsManager.useTransparency) { // only write flash, when button placeholder is not used this.swf.write(holder); this.flash = document.getElementById(this.flash_id);