youtube - IE9 wmode transparent is showing background color in the flash player -


i'm having little problem ie9 , wmode transparent. works in chrome , firefox.

i using windows 7 (64-bit). flash played version 11.7.700.224

i made change embed video in order dropdown list display correctly correction introduced else.

i can hear audio no problem video white (since background white) , if put black background color show okay.

you can test here or see below code.

http://jsfiddle.net/xb43z/2/

this how use it.

<object>     <param name="movie" value="http://www.youtube.com/v/r2z93vumn6m?version=3&amp;hl=en_us&amp;wmode=transparent&amp;rel=0"></param>     <param name="allowfullscreen" value="false"></param>     <param name="allowscriptaccess" value="always"></param>     <param name="width" value="420">     <param name="height" value="240">     <param name="wmode" value="transparent"></param>     <embed src="http://www.youtube.com/v/r2z93vumn6m?version=3&amp;hl=en_us&amp;wmode=transparent&amp;rel=0" type="application/x-shockwave-flash" width="420" height="240" allowscriptaccess="always" allowfullscreen="false" wmode="transparent" ></embed></object> </object> 

any ideas?


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -