Volevo che si attivasse in automatico all'apertura della homepage un file .mp3 che ovviamente si trova nella cartella dei file del sito,premetto che ho usato DreamWeaver 8,però non si attiva.Pensavo che il comando fosse EMBED ecc nel body ma non funziona ne con mozilla ne con IE.Consigli per ottenere quello che intendo?Grazie.
Ecco il codice:
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url();
background-repeat: repeat;
<EMBED SRC="Overland - le ali del vento.mp3" LOOP=TRUE AUTOSTART=TRUE HIDDEN=TRUE MASTERSOUND>
}