Hi,
I have added few you tube videos in one of my web page, using you tube provided code:
<object width="500" height="405">
<param name="movie" value="http://www.youtube.com/...."></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/..." type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object>
Videos are working fine on Mozilla, Google Chrome but not on IE it shows blank white box , not able to find out whats wrong.
Please help!!!
Thanks,
I have added few you tube videos in one of my web page, using you tube provided code:
<object width="500" height="405">
<param name="movie" value="http://www.youtube.com/...."></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/..." type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object>
Videos are working fine on Mozilla, Google Chrome but not on IE it shows blank white box , not able to find out whats wrong.
Please help!!!
Thanks,
Comment