Author Topic: Codigo para reproducir los MP3 on-line tambien con opera o firefox  (Read 3873 times)

0 Members and 1 Guest are viewing this topic.

Offline Ers

  • Pre-Newbie
  • Posts: 8
    • View Profile
Hola, quería saber si hay algún código que pueda poner en la plantilla media_mp3 para que el MP3 se pueda reproducir automaticamente tal y como lo hace cuando el navegador es el Iexplore.
Actualmente estoy usando este código, pero solo funciona con el Iexplore.
Code: [Select]
<!-- Template file for MP3 Audio Files -->

<OBJECT
  ID="mediaPlayer" 
  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">
  <PARAM NAME="fileName" VALUE="{media_src}">
  <PARAM NAME="animationatStart" VALUE="true">
  <PARAM NAME="transparentatStart" VALUE="true">
  <PARAM NAME="autoStart" VALUE="true">
  <PARAM NAME="autoSize" VALUE="true">
  <PARAM NAME="showControls" VALUE="true">
  <PARAM NAME="loop" VALUE="true">
</OBJECT>
<br>
<br>

¿sabéis si hay algún códigop que funcione tambien con los otros navegadores?  :roll:

Un saludo al foro que soy nuevo  :oops: