Jump to content

[Problème] Intégration d'un radio dans mon site


Recommended Posts

Bonjour,

je rencontre un problème dans l'intégration d'un radio sur mon site que je suis entrain de le faire sur le localhost. J'ai téléchargé dewplayer et j'ai pu l'intégrer dans le site avec le module HTMLbox en saissisant ce code :

 

<object id="dewplayerpls" width="240" height="200" type="application/x-shockwave-flash" data="http://localhost/LNS/admin9918/radio/dewplayer-bubble.swf" name="dewplayerpls"> <param name="movie" value="radio/dewplayer-bubble.swf" /> <param name="flashvars" value="xml = /radio/radio.xml" /> </object>

 

 

et le fichier radio.xml contient :

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>radio</title>
<creator>LNS</creator>
<link>http://localhost/LNS/index.php</link>
<info></info>
<image></image>

<trackList>


<track>
<location>http://lns.saooti.com/channel/1-Radio</location>
<creator>saooti Radio</creator>
<album></album>
<title>saooti Radio</title>
<annotation></annotation>
<duration></duration>
<image></image>
<info></info>
<link></link>
</track>

</trackList>

</playlist>

 

 

le problème est que j'ai effectivement le player mais j'ai pas accès à la playlist du radio. Pouvez-vous m'aider ??

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...