Questo il codice completo (in quello che hai postato tu manca la parte che io ho indicato in blu

codice:
<script language="JavaScript"> 
MM_FlashDispatch( 
"azienda.html", // contentURL 
"5.0", // contentVersion 
false, // requireLatestRevision 
"noflash.htm", // upgradeURL 

MM_FlashUserDemurred(), // install 
"noflash.html", // installURL 
"noflash.html", // altURL 

false, // overridePluginsPage 
true // disable auto-install

); 
e attenzione alle due righe che io ho indicato in grassetto, mi pare che nell'esempio di Negatyve ne mancasse una.
Fammi sapere