document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="' + file_width + '" height="' + file_height + '" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
document.write('<param name="controller" value="TRUE" />');
document.write('<param name="type" value="video/quicktime" />');
document.write('<param name="autoplay" value="TRUE" />');
document.write('<param name="target" value="myself" />');
document.write('<param name="kioskmode" value="false" />');
if (file_external == "Y") {
	document.write('<param name="src" value="' + file_source + '" />');	
	document.write('<embed width="' + file_width + '" height="' + file_height + '" controller="TRUE" target="myself" src="' + file_source + '" type="video/quicktime" autoplay="true" bgcolor="000000" border="0" pluginspage="http://www.apple.com/quicktime/download/"></embed>');
} else { 
	document.write('<param name="src" value="http://www.jeffbrock.com/screening/' + file_source + '_' + file_size + '.mov" />');
	document.write('<embed width="' + file_width + '" height="' + file_height + '" controller="TRUE" target="myself" src="http://www.jeffbrock.com/screening/' + file_source + '_' + file_size + '.mov" type="video/quicktime" autoplay="true" bgcolor="000000" border="0" pluginspage="http://www.apple.com/quicktime/download/"></embed>');
}
document.write('<param name="pluginspage" value="http://www.apple.com/quicktime/download/" />');
document.write('</object>');
