Problème avec le xspf player musique en trop.
- 74 Official Product -
Messages postés
40
Statut
Membre
-
- 74 Official Product - Messages postés 40 Statut Membre -
- 74 Official Product - Messages postés 40 Statut Membre -
Bonjour, je rencontre un petit problème avec la xspf music player ( http://musicplayer.sourceforge.net/ ) je l'ai installer sur ce site en consrtuction : http://djsevydream.0fees.net/ et vous pouvez constater qu'il y a 2 musiques qui sont nommées '' DJ SEVYDREAM - THE SHUFFLE MIX '' et une qui se nomme '' UNDEFINED '' et bien celle la je ne sait pas ce qu'elle fait la car dans mon fichier XML associer au xspf music player il n'y a que les deux autres .
Donc question : comment enlever cette musique ? au passage c'est normal que les musiques ne lancent pas ;)
Et bien sur pour vous aider a m'aider mes codes XML et XHTML :
Le code en entier du fichier XML :
_________________________________________________________________________
<playlist version="1">
−
<trackList>
−
<track>
<location>shuffle.mp3</location>
<!-- artist or band name -->
<creator>DJ SevYDreaM</creator>
<!-- album title -->
<album/>
<!-- name of the song -->
<title>The Suffle MiX</title>
<!-- comment on the song -->
<annotation>No comment !</annotation>
<!-- song length, in milliseconds -->
<duration>0</duration>
<!-- album art -->
<image>http://djsevydream.0fees.net/images/artcover.jpg</image>
−
<!--
if this is a deep link, URL of the original web page
-->
<info>http://djsevydream.0fees.net/</info>
</track>
<track>
<location>shuffle.mp3</location>
<!-- artist or band name -->
<creator>DJ SevYDreaM</creator>
<!-- album title -->
<album/>
<!-- name of the song -->
<title>The Suffle MiX</title>
<!-- comment on the song -->
<annotation>No comment !</annotation>
<!-- song length, in milliseconds -->
<duration>0</duration>
<!-- album art -->
<image>http://djsevydream.0fees.net/images/artcover.jpg</image>
−
<!--
if this is a deep link, URL of the original web page
-->
<info>http://djsevydream.0fees.net/</info>
</track>
</trackList>
</playlist>
_________________________________________________________________________
Et le code dans ma page en XHTML pour intégrer le lecteur :
_________________________________________________________________________
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab # version = 7,0,0, 0','width','400','height','168','src','xspf_player?playlist_url=playlist.xml&autoplay=1','quality','high','bgcolor','#000000','name','xspf_player','allowscriptaccess','sameDomain','pluginspage','http://www.Macromedia.com/go/getflashplayer','align','center','movie','xspf_player?playlist_url=playlist.xml&autoplay=1' ); //end AC code
</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload2.macromedia.com/pub/shockwave/cabs/flash/swflash.cab # version = 7,0,0, 0"
width="400"
height="168">
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value ="xspf_player.swf?playlist_url=playlist.xml&autoplay=1"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#000000"/>
<embed src="xspf_player.swf?playlist_url=playlist.xml&autoplay=1"
quality ="high"
bgcolor ="#000000"
name="xspf_player"
allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="https://get.adobe.com/flashplayer/"
align="center"
height="168"
width="400"> </embed>
</object></noscript>
_________________________________________________________________________
Donc question : comment enlever cette musique ? au passage c'est normal que les musiques ne lancent pas ;)
Et bien sur pour vous aider a m'aider mes codes XML et XHTML :
Le code en entier du fichier XML :
_________________________________________________________________________
<playlist version="1">
−
<trackList>
−
<track>
<location>shuffle.mp3</location>
<!-- artist or band name -->
<creator>DJ SevYDreaM</creator>
<!-- album title -->
<album/>
<!-- name of the song -->
<title>The Suffle MiX</title>
<!-- comment on the song -->
<annotation>No comment !</annotation>
<!-- song length, in milliseconds -->
<duration>0</duration>
<!-- album art -->
<image>http://djsevydream.0fees.net/images/artcover.jpg</image>
−
<!--
if this is a deep link, URL of the original web page
-->
<info>http://djsevydream.0fees.net/</info>
</track>
<track>
<location>shuffle.mp3</location>
<!-- artist or band name -->
<creator>DJ SevYDreaM</creator>
<!-- album title -->
<album/>
<!-- name of the song -->
<title>The Suffle MiX</title>
<!-- comment on the song -->
<annotation>No comment !</annotation>
<!-- song length, in milliseconds -->
<duration>0</duration>
<!-- album art -->
<image>http://djsevydream.0fees.net/images/artcover.jpg</image>
−
<!--
if this is a deep link, URL of the original web page
-->
<info>http://djsevydream.0fees.net/</info>
</track>
</trackList>
</playlist>
_________________________________________________________________________
Et le code dans ma page en XHTML pour intégrer le lecteur :
_________________________________________________________________________
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab # version = 7,0,0, 0','width','400','height','168','src','xspf_player?playlist_url=playlist.xml&autoplay=1','quality','high','bgcolor','#000000','name','xspf_player','allowscriptaccess','sameDomain','pluginspage','http://www.Macromedia.com/go/getflashplayer','align','center','movie','xspf_player?playlist_url=playlist.xml&autoplay=1' ); //end AC code
</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload2.macromedia.com/pub/shockwave/cabs/flash/swflash.cab # version = 7,0,0, 0"
width="400"
height="168">
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value ="xspf_player.swf?playlist_url=playlist.xml&autoplay=1"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#000000"/>
<embed src="xspf_player.swf?playlist_url=playlist.xml&autoplay=1"
quality ="high"
bgcolor ="#000000"
name="xspf_player"
allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="https://get.adobe.com/flashplayer/"
align="center"
height="168"
width="400"> </embed>
</object></noscript>
_________________________________________________________________________
A voir également:
- Problème avec le xspf player musique en trop.
- Télécharger musique gratuitement sur pc - Télécharger - Conversion & Extraction
- Adobe flash player - Télécharger - Divers Web & Internet
- Windows media player - Télécharger - Lecture
- Musique audio - Télécharger - Lecture & Playlists
- Vanbasco's karaoke player - Télécharger - DJ & Karaoké