force Moodle

force Moodle

by Ger Tielemans -
Number of replies: 0

How can I force Moodle to use the player I wish for a multimedia resource? Now it is to dependent form the install history of the local machine of the user.

I have the impression it is doen in this example, or see I more then there is... and can I only force if I now which webbrowser is on the other site?

<html>
<head>
<title>Clase net, Enlace Académico</title>
</head>
 <body bgcolor="f7f7f7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  <table border="0" cellpadding="10" cellspacing="0" width="100%" align="left">
<tr><td >&nbsp </td></tr><tr>
      <td  align="center">
      <object id="MediaPlayer1" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
       codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
       standby="Loading Microsoft® Windows® Media Player components..."
       type="application/x-oleobject" height="250" width="300"  >
        <param name="FileName" value="http://enlaceacademico.com.mx/media/cien.asf">
        <param name="ShowControls" value="true">
        <param name="AutoRewind" value="true">
        <param name="AutoStart" value="true">
        <PARAM NAME="Autosize" VALUE="0">
        <param name="EnableContextMenu" value="false">
        <param name="TransparentAtStart" value="false">
        <param name="AnimationAtStart" value="true">
        <param name="ShowGotoBar" value="false">
        <param name="EnableFullScreenControls" value="true">
        <embed height="250" width="300" src="http://enlaceacademico.com.mx/media/cien.asf"  name="MediaPlayer1" AutoStart=1
        type="video/x-ms-asf-plugin" ShowControls=1 ShowDisplay=0 AnimationAtStart= 0 ShowGotoBar=0
       pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"> </embed></object> </td><td>Text text text</td></tr>
  </table>
</body>
</html>

Average of ratings: -