PLAY PARA WEB RADIO
Ola pessoal eu tenho um script de play ele funciona de boa
porem ele usa um xml para musica.
Aqui é o script que toca as musicas
<script type="text/javascript" defer="defer">
////////////////////////////////////////////////////////////////////////////
var flashvars = {};
flashvars.skin = 'skins/nobius_mk2/skin.xml';
flashvars.playlist = 'playlist.php';
flashvars.autoplay = 'true';
flashvars.volume = '100';
flashvars.shuffle = 'TRUE';
flashvars.key = '';
////////////////////////////////////////////////////////////////////////////
var params = {};
params.allowScriptAccess = 'always';
////////////////////////////////////////////////////////////////////////////
var attributes = {};
attributes.id = 'ep_player1';
////////////////////////////////////////////////////////////////////////////
swfobject.embedSWF(
'ep_player.swf', // the location of the swf file
'ep_container1', // the id of the div to print the player in
'400', '350', // the width and height of the player
'10.0.0', // the required flash version
false, // we've disabled express-install to keep it simple
flashvars,
params,
attributes
);
</script>
Para por mais musica tem que fazer manual e eu quero fazer ele pelo admin mais não deu certo
este é do xml
<?xml version="1.0" encoding="UTF-8"?>
<playlist>
<trackList>
<track>
<location>mp3/musica.mp3</location>
<title>ARTISTA</title>
<creator>WEB RADIO</creator>
<image>mp3/album.gif</image>
</track>
</trackList>
</playlist>
QUERO FAZER ELE FUNCIONA NO PHP ELEDiscussão (0)
Carregando comentários...