Página 1 de 1

Bloque Repro Mp3 + Popup

Publicado: 15 Dic 2009, 20:43
por Makoto
Bueno eh tratado y tratado de colocar este reproductor en un bloque pero no se que poner en los comandos html
ayuda! y además q tenga un link para hacerlo popup

http://www.flashmp3player.org/

:wink:

Re: Bloque Repro Mp3 + Popup

Publicado: 17 Dic 2009, 18:27
por Makoto
bueno eh podido hacer que aparesca pero no puedo hacer que lea la configuracion ni los mp3
sinceramente no se que modificar este html

Código: Seleccionar todo

<script language="javascript" type="text/javascript">
var so = new SWFObject("flashmp3player.swf", "player", "290", "247", "9"); // Location of swf file. You can change player width and height here (using pixels or percents).
so.addParam("quality", "high");
so.addVariable("content_path","mp3"); // Location of a folder with mp3 files (relative to php script).
so.addVariable("color_path","default.xml"); // Location of xml file with color settings.
so.addVariable("script_path","flashmp3player.php"); // Location of php script.
so.write("player");
</script>
no entiendo "content_path" "color_path" "script_path"