Make flash ignore transparent wmode — always display opaque background
- by Tometzky
How to make flash movie (an advertising banner) ignore <param name="wmode" value="transparent">?
There are some CMS systems which insert flash movies automatically with transparent wmode option. Flash Player ignores banner's background color, makes it transparent and displays it on web page background. I can workaround it using additional layer at the bottom with a large rectangle of desired color, but I think it is inefficient and inelegant.
How to do this better?