Home > Article > Web Front-end > Regarding the problem that Flash in Firefox cannot display transparent effects_Experience exchange
Because the homepage of my site uses transparent Flash. Everything appears fine in the IE core browser. But in Firefox, there is no transparency effect. Especially some sites use full-page transparent Flash so that the mouse cannot penetrate it, which is really troublesome. Today I went to the Firefox community to find the answer. The result is that our code is not standard, but fortunately I don’t use Flash much. Quickly change it and try it. [sleepy]Problem solved.
It turns out that you need to add the attribute wmode="transparent" under the Embed tag.
The relevant code is as follows:
Program code