
function animazione_flash() {
   // utilizza questo codice se hai un unico filmato
   
      document.write("<object type='application/x-shockwave-flash' data='comp/swf/boeucc.swf' width='400' height='100%' id='filmato'>\n");
      document.write("<param name='movie' value='comp/swf/boeucc.swf' />\n");
      document.write("<param name='quality' value='high' />\n");
      document.write("</object>\n");
}


