menu disappearing behind flas
-
My menu is disappearing behind YouTube videos.
From this thread, I know the problem has to do with wmode=”transparent”:
https://www.ads-software.com/support/topic/add-wmode-transparent-to-flash-videos?replies=7
I tried both the filters linked there, and neither worked for me.
Here’s how YouTube is rendered:
<object width="340" height="250" align="right" hspace="20" vspace="5"><param name="movie" value="https://www.youtube.com/v/W_f-kDyddVE?fs=1&hl=en_US&rel=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="340" height="250" src="https://www.youtube.com/v/W_f-kDyddVE?fs=1&hl=en_US&rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object>
[Please post code snippets between backticks or use the code button.]
Both of the filters seem to be looking for something along the lines of </param><embed to find/replace. I don’t see </param><embed anywhere in my source code. I tried modifying the filters to look for /><embed , but that didn’t work.
Any suggestions?
- The topic ‘menu disappearing behind flas’ is closed to new replies.