16/10/2006, 15:52
|
| | Fecha de Ingreso: septiembre-2006
Mensajes: 52
Antigüedad: 18 años, 1 mes Puntos: 0 | |
Cita: <?xml version="1.0" encoding="UTF-8" ?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>Sample XSPF Playlist</title>
<info>http://www.jeroenwijering.com/?item=Flash_MP3_Player</info>
<trackList>
<track>
<annotation>Yo voy a llegar - Zion y Lenox</annotation>
<location>mp3/01.mp3</location>
</track>
<track>
<annotation>Agarrala pegala azotala</annotation>
<location>mp3/02.mp3</location>
</track>
<trackList>
</playlist> esta es el codigo de la playlist Cita: <mp3config>
<!-- choose here if you want the mp3player to automatically start and shuffle songs (true or false) -->
<autostart>false</autostart>
<shuffle>true</shuffle>
<!-- choose the mp3player repeat mode (none, one, all or list (plays the entire playlist once)) -->
<repeat>list</repeat>
<!-- choose the mp3player volume (0 to 100) -->
<volume>80</volume>
<!-- choose here if you want to show the display and playlist (true or false) -->
<showdisplay>true</showdisplay>
<showplaylist>true</showplaylist>
<!-- choose here in what frame you want links to be opened (_blank, _self, _top or a framename) -->
<linktarget>_top</linktarget>
<!-- choose the mp3player colors (hexadecimal, from 0x000000 to 0xffffff) -->
<backcolor>0xffffff</backcolor>
<frontcolor>0x333333</frontcolor>
<lightcolor>0x000000</lightcolor>
<!-- you can set a JPG as the background here to skin the mp3player (url to the jpg file) -->
<jpgfile></jpgfile>
<!-- (for webmasters) URL of a script, called on start and completion of a song -->
<!-- the following vars are sent with POST: playlist, title, file, identifier, action ('start' or 'complete') -->
<callback></callback>
</mp3config> y este de la config.
la pagina de donde la sake es esta esta |