Posted by chris_car on November 27, 2006 at 11:49pm
| Project: | Voting |
| Version: | 4.7.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I want to make the Flash voting.swf file transparent, so I added two strings to the code in voting.module where the flash embed code is created:
<param name="wmode" value="transparent">
and
wmode="transparent"
according to how to make flash swf files transparent. But it doesn't seem to work. The background color is still visible. Can someone help, even if I have to modify the flash source file...
Thank you very much!!!