I've been looking and trying to find an appropriate video fallback for IE7 and 8. I haven't been able to find one so far. the cleanest code (which I would like to use) is pasted below. it comes from video for everybody. \[code\]<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/XHTML1/DTD/XHTML1-transitional.dtd"><html xmlns="http://www.w3.org/1999/XHTML" xml:lang="en"><head><meta http-equiv="Content-type" content="text/HTML; charset=utf-8" /><title>video</title></head><body><video width="640" height="360" controls autoplay> <source src="http://stackoverflow.com/questions/13791871/changePassword.MP4" type="video/mp4" /> <source src="http://stackoverflow.com/questions/13791871/changePassword.OGG" type="video/ogg" /> <object width="640" height="360" type="application/x-shockwave-flash" data="http://stackoverflow.com/questions/13791871/flowplayer.SWF"> <param name="movie" value="http://stackoverflow.com/questions/13791871/flowplayer.SWF" /> <param name="flashvars" value="http://stackoverflow.com/questions/13791871/autostart=true&controlbar=over&image=__POSTER__.JPG&file=__VIDEO__.MP4" /> <img src="http://stackoverflow.com/questions/13791871/__VIDEO__.JPG" width="640" height="360" alt="__TITLE__" title="No video playback capabilities, please download the video below" /> </object></video><p> <strong>Download Video:</strong> Closed Format: <a href="http://stackoverflow.com/questions/13791871/changePassword.MP4">"MP4"</a> Open Format: <a href="http://stackoverflow.com/questions/13791871/changePassword.OGG">"Ogg"</a></p></body></html>\[/code\]does anyone see mistakes or possible improvements? thanks!thijs