AHHH ERRORS EVERYWHERE! main page errors. help!!!!plz!!!!

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   re: AHHH ERRORS EVERYWHERE! main page errors. help!!!!plz!!!
_qas_
CZ Active Member
_qas_ has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 02, 2004
0.01 posts per day
Posts: 112
Points: 5,501
   
here is my playlist.xml file .its in the root directory.

it didnt let me upload but i copied and pasted it


<?xml version="1.0" encoding="UTF-8"?>
   <radio>
      <station name="DA CRIB!" text="Playlist0">
         <song>
            <title>112- Peaches and Cream</title>
            <file>music/112- Peaches and Cream.mp3<</file>
         </song>
         <song>
            <title>2pac & Biggie - Running (Dying to Live)</title>
            <file>music/2pac & Biggie - Running (Dying to Live).mp3</file>
         </song>
         <song>
            <title>tupac - hit em up.mp3</title>
            <file>music/tupac - hit em up.mp3/file>
         </song>
<song>
            <title>X Zibit - Oh No.mp3</title>
            <file>music/X Zibit - Oh No.mp3/file>
         </song>
      </station>
   </radio>
   <radio>
      <station name="FN1" text="Playlist1">
         <song>
            <title>Test text</title>
            <file></file>
         </song>
         <song>
            <title>XXXXX</title>
            <file></file>
         </song>
         <song>
            <title>YYYYYYYY</title>
            <file></file>
         </song>
      </station>
   </radio>



thnks.

PS anymore help on HANGMAN game?


Back to top Reply with quote
#2   
Staffie
CZ Revered Member
 Codezwiz Site Donator
uk.gif
Occupation: Investigation Officer
Age: 39
Gender: Male
Website:
Status: Offline
Joined: May 27, 2003
0.19 posts per day
Posts: 1454
Points: 401,085
   
ok try replacing all the spaces in the file with %20 and see if that works.

EDIT: spaces in the URL's



Back to top Reply with quote
#3   
_qas_
CZ Active Member
_qas_ has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 02, 2004
0.01 posts per day
Posts: 112
Points: 5,501
   
k. i done tht. but only the first song plays. no others. there isnt even a second playlist. ????

and any other help with activating the hangman game?



Back to top Reply with quote
#4   re: AHHH ERRORS EVERYWHERE! main page errors. help!!!!plz!!!
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
first of all, your xml file is wrong. you have:

<?xml version="1.0" encoding="UTF-8"?>
<radio>
<station name="DA CRIB!" text="Playlist0">
<song>
<title>112- Peaches and Cream</title>
<file>music/112- Peaches and Cream.mp3<</file>
</song>


and it should be:

<?xml version="1.0" encoding="UTF-8"?>
<radio>
<station name="FN0" text="Playlist0">
<song>
<title>112- Peaches and Cream</title>
<file>music/112- Peaches and Cream.mp3<</file>
</song>



and also...rename all your song names to not have any spaces or other characters that should not be there. make sure all the files are uploaded in the root.

in the swf file, replace the URL with the full url of the swf file.


taut


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum