Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

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?

share|improve this question
1  
The background rectangle is what I would've suggested as a practical answer, but it would be nice to know if there are more efficient solutions. – Ilmari Karonen Jul 22 '12 at 8:24

closed as off topic by Stephen Ostermiller, bybe, John Conde Mar 20 at 0:24

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Without knowing what CMS system you were talking about it is hard to offer an exact fix.

Basically you'll need to find the code in the CMS system that takes care of embedding the flash movies. There you can edit the code and remove the wmode variable.

share|improve this answer
I'm pretty sure he wants to do it on the flash side. – ThiefMaster Sep 19 '12 at 21:56

Not the answer you're looking for? Browse other questions tagged or ask your own question.