internet explorer - Flash object inside iframe didn't work in IE7-8 -


i have iframe loads page following html inside it:

<object height="315" width="560">   <param name="movie" value="http://www.youtube.com/v/vbbx9ujay3a?version=3&hl=en_us">   <param name="allowfullscreen" value="true">   <param name="allowscriptaccess" value="always">   <embed wmode="transparent" src="http://www.youtube.com/v/vbbx9ujay3a?version=3&hl=en_us" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="315" width="560">   <param name="wmode" value="transparent"> </object> 

but when trying open page in ie 7-8 browsed didn't display content. when inspected page developer tools found ie removes embed tag (the rest ok). when accessing page directly browser (not iframe) — works.

i can't abandon iframe due security reasons.

i found same problem @ adobe's site, there no answers. (http://forums.adobe.com/thread/183283)

did met problem , know solution?

is youtube video replacement example? if not, should use embed tag provided youtube itself:

<iframe width="420" height="315" src="http://www.youtube.com/embed/_4lyzc97hmm" frameborder="0" allowfullscreen></iframe> 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -