// JavaScript Document
function Runfoo()
{
    document.write('<object codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="320" height="260" ...>\n');
    document.write('<param name="src" value="files/DUQUESNE_UNIV_004.mp4" />\n');
    document.write('<param name="controller" value="true" />\n');
	document.write('<param name="autoplay" value="true" />\n');
	document.write('<embed src="files/DUQUESNE_UNIV_004.mp4" width="320" height="260" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/"> </embed>\n');
	document.write('</object>\n');
}

    
<!-- document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="FLASHWIDTH" height="FLASHHEIGHT" ...>\n');
//document.write('<param name="movie" value="URL" />\n');
//document.write('<embed src="URL" pluginspage="http://www.macromedia.com/shockwave/download/" width="FLASHWIDTH" height="FLASHHEIGHT"></embed>');
//document.write('</object>\n');
