Hopefully the mod author still follows this one, but lately I have run into a lot of video embed scripts that don't work properly. Here is an example:
Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH=640 HEIGHT=391 id="videoPlayer"><PARAM NAME=movie VALUE="http://image.com.com/gamespot/images/cne_flash/production/eidothea/release/eidothea.swf?ver=008_11"><PARAM NAME=scale VALUE="noScale"><PARAM NAME=salign VALUE="lt"><PARAM NAME=quality VALUE=high><PARAM NAME=allowscriptaccess VALUE="always"><PARAM NAME=allowFullScreen VALUE="true"><PARAM NAME=flashvars VALUE="bwr=0&playerMode=embedded&movieAspect=16.9&mapp=embedded_640&gen=1&viewMode=sd&autoPlay=false¶msXML=http%3A%2F%2Fwww.gamespot.com%2Fpages%2Fvideo_player%2Fxml.php%3Fid%3D6319192%26mode%3Dembedded%26width%3D640%26height%3D391%26newplayer%3D1%26skin%3DeidotheaEmbedded640_169.xml"><PARAM NAME=wmode VALUE="opaque"><embed id="mymovie" width="640" height="391" flashvars="bwr=0&playerMode=embedded&movieAspect=16.9&mapp=embedded_640&gen=1&viewMode=sd&autoPlay=false¶msXML=http%3A%2F%2Fwww.gamespot.com%2Fpages%2Fvideo_player%2Fxml.php%3Fid%3D6319192%26mode%3Dembedded%26width%3D640%26height%3D391%26newplayer%3D1%26skin%3DeidotheaEmbedded640_169.xml" wmode="opaque" allowscriptaccess="always" scale="noScale" salign="lt" allowFullScreen="true" quality="high" name="mymovie" style="" src="http://image.com.com/gamespot/images/cne_flash/production/eidothea/release/eidothea.swf?ver=008_11" type="application/x-shockwave-flash"/></embed></OBJECT>
It usually breaks on the first part, around classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000". Sometimes removing it and/or other parts of the code helps, but this particular one just got stuck on a permanent loading screen when I did it. Any chance for a small update to make this easier?