Fix for flash view transparency

Signed-off-by: 280north <admin+280north@280north.com>
This commit is contained in:
Nicholas Small
2009-01-05 07:50:31 +08:00
committed by 280north
parent 78503a9380
commit 0a8b08ebec
+1 -1
View File
@@ -61,7 +61,7 @@
_DOMEmbedElement = document.createElement("embed");
_DOMEmbedElement.type = "application/x-shockwave-flash";
_DOMEmbedElement.wmode = "transparent";
_DOMEmbedElement.setAttribute("wmode", "transparent");
_DOMEmbedElement.width = "100%";
_DOMEmbedElement.height = "100%";