Here's the page: http://miguelangelelbronco.com/videos.html it looks fine in FIREFOX but IE doesn't display the videos.
here is the code to embed videos <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/nRAD8V8vfC8&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nRAD8V8vfC8&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object> change the video file name to yours as I just picked one at random if the videos are yours you could download them and re up them to your own server. This means that you don't have to worry about them being deleted from youtube etc hope this helps
Something like the below will work. Replace "VIDEO LINK GOES HERE." with swf link and replace width="345" height="112" with the video size. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="345" height="112"> <param name="movie" value="VIDEO LINK GOES HERE."> <param name="quality" value="high"> <embed src="VIDEO LINK GOES HERE." quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="345" height="112"></embed> </object> Code (markup):
Check you have installed Adobe Flash Video Player on your IE, and here is html code for .swf: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="432" height="330" title="game"> <param name="movie" value="/flash/game.swf" /> <param name="quality" value="high" /> <embed src="/flash/game.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432" height="330"></embed> </object> HTML: If the code doesn't work, you can use Moyea Web Player Pro to embed your video to your website. Here is the tutorial: http://www.flash-video-mx.com/webplayer-resources/add-videos-to-website.html