CPFlashView transparency
Reported by nciagra | November 25th, 2008 @ 10:38 AM | in 0.6.5
Currently, CPFlashView sets its wmode by the following:
_DOMEmbedElement.wmode = "transparent";
However, I have found that this does not work. The correct method is:
_DOMEmbedElement.setAttribute("wmode", "transparent");
This causes the transparency to be correctly set.
Comments and changes to this ticket
-
Francisco Tolmasky December 11th, 2008 @ 11:03 PM
- Assigned user set to Francisco Tolmasky
- Tag changed from appkit to appkit, cpflashview
- Milestone set to 0.6.5
-
Francisco Tolmasky January 5th, 2009 @ 12:55 PM
- State changed from new to resolved
This was resolved by nciarga.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.