quidprocro
Member
Posted 2 years ago #
Hello,
In my most recent post, I have a You Tube video embedded near the top. When I place the translate button at the top of the post (preferable to me), if I click it the pop up window, it slides under the You Tube image and hides many of the flags. Any way to fix?
http://crowandrose.com/evictthis!/
Thanks,
Dave Crow
http://wordpress.org/extend/plugins/google-ajax-translation/
This is a common problem with Flash. Here's a good explanation.
http://www.communitymx.com/content/article.cfm?cid=e5141
quidprocro
Member
Posted 2 years ago #
Mono,
Thanks. I edited the html of the You Tube embed and everything worked!
Dave
It looks like you added
<param name="wmode" value="opaque">
within the object tag.
That makes it work in IE but other browsers use the embed portion so you also have to add a wmode="opaque" attribute to the embed tag.