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.
this how use it.
<object> <param name="movie" value="http://www.youtube.com/v/r2z93vumn6m?version=3&hl=en_us&wmode=transparent&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&hl=en_us&wmode=transparent&rel=0" type="application/x-shockwave-flash" width="420" height="240" allowscriptaccess="always" allowfullscreen="false" wmode="transparent" ></embed></object> </object>
any ideas?
Comments
Post a Comment