DU said:
bandess® wrote:
Like everyone said, playing sound, music or any audio file unrequested
is an absolute no-no.
I completely agree with that. Now I want to _propose_ some music on my
web pages. The problems seems to be that different browsers and plug-ins
react in a very different way.
Ideally, I would like the music to start once the user has clicked my
link, but I would not like to open a new page doing so.
This system works nice on Safari, iCab, Netscape 7. On MSIE 5.2 (for
Mac) it does exactly what I don't want: it starts the music by itself.
Can anyone explain what each of the lines is supposed to do? They seem
to be redundant in places. And if I remove all of the PARAM lines, the
music behaves exactly as in MSIE.... Here is the HTML:
<OBJECT DATA="Mudarra.mid" TYPE="audio/midi" WIDTH="75" HEIGHT="15"
STANDBY="Loading of music file in progress...should be quick" TITLE="Old
music">
<PARAM NAME="AnimationAtStart" VALUE="false" />
<PARAM NAME="AutoRewind" VALUE="false" />
<PARAM NAME="AutoStart" VALUE="false" />
<PARAM NAME="controls" VALUE="all" />
<PARAM NAME="EnableContextMenu" VALUE="true" />
<PARAM NAME="FileName" VALUE="Mudarra.mid" />
<PARAM NAME="ShowAudioControls" VALUE="true" />
<PARAM NAME="ShowControls" VALUE="true" />
<PARAM NAME="ShowPositionControls" VALUE="true" />
<PARAM NAME="ShowStatusBar" VALUE="true" />
<PARAM NAME="src" VALUE="Mudarra.mid" />
<PARAM NAME="xVolume" VALUE="50" />
<A HREF="Mudarra.mid" TITLE="Mudarra">Guardame las vacas</A>
</OBJECT> <BR>Guardame las vacas (Alonso Mudarra)