document.writeln("<object width='"+fl_width+"' height='"+fl_height+"'>");
document.writeln("<param name='src' value='"+fl_name+"'>");
document.writeln("<param name='loop' value='true'>");
document.writeln("<param name='controller' value='true'>");
document.writeln("<param name='autoplay' value='true'>");
document.writeln("<param name='type' value='video/quicktime'>");
document.writeln("<embed width='"+fl_width+"' height='"+fl_height+"' align='middle' src='"+fl_name+"' volume='50%' loop='true' controller='true' autoplay='true' type='video/quicktime'></embed>"); 
document.writeln("</embed></object>");
