este es el codigo de un reproductor online de wmp pero necesito reproduccir una lista de forma aleatoria con este sistema espero me puedan ayudar no se cual es el comando para que la lista se reprodusca de forma aleatoria y para que una vez que termine vuelva a comenzar
<OBJECT id="VIDEO" width="320" height="240"
style="position:absolute; left:0;top:0;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<PARAM NAME="URL" VALUE="your file or url">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="PlayCount" value="9999">
</OBJECT>