Why does my embedded YouTube video work in Firefox, but not Internet Explorer?
问题 I'm using the following code to display a YouTube video. <object width="425" height="344"> <param name="movie" value="**URL**"> </param> <param name="allowFullScreen" value="true"> </param> <embed src="**URL**" type="application/xshockwave-flash" allowfullscreen="true" width="425" height="344"> </embed> </object> It works in Firefox, but why doesn't it in Internet Explorer? I'm a totally new to web development, so I'm running into all these wonderful inconsistencies that you veterans are used