ok, voila ce que je met pr utiliser mediaplayer sous IE:
<OBJECT ID="MediaPlayer1" width=192 height=244  	classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
 standby="Loading Microsoft® Windows® Media Player components..."  
 type="application/x-oleobject">
 <PARAM NAME="AutoStart" VALUE="False">
 <PARAM NAME="FileName" VALUE="test1.wav">
 <PARAM NAME="ShowControls" VALUE="True">
 <PARAM NAME="ShowStatusBar" VALUE="True">
 <PARAM NAME="AutoSize" VALUE="True">
</OBJECT>
 
voila, d'ou l'identifiant du player (le classid...)
mais c pour mediaplayer, pr qucktime, maintenant c surement différent, ms ca doit ressembler à ca, non?
tas pas pu choper des exemples sur le net (genre le site de quicktime)?