Playlist trouble, This thing is driving my nuts! |
Playlist trouble, This thing is driving my nuts! |
Jul 6 2005, 12:51 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2005 Member No: 166,638 |
Hello, everyone. I have been looking throughout this forum for a solution for the last 2 days. Needless to say, this is VERY frustrating. I have tried a small variety of code - for the flash player -, I have tried using TinyURL to shorten the urls to my .swf, .html, and .xml files with no success. I have modified the .XML file. I have uploaded the .html file and tried it. Nothing. I deleted it. Nothing. Nothing! I hope that you all will help me take a whole bottle of chill pills by helping me make this thing work once and for all.
Oh, and my webhost is Streamload. I am using direct links to all files and all files - with the exception of the MP3 files - are in the same folder under "Hosted/Flashplayer/ Plashplayer1" I'll show you what I've got so far. Thanks a lot, guys. P.S. I realized that it reads "this thing is driving MY nuts" under topic description. Believe me. It is supposed to read, "this thing is driving ME nuts" |
|
|
|
![]() |
Jul 7 2005, 07:39 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
Just do this, open up notepad, input this code, change the names of what needs to be changed, and save the notepad document as an XML, if you can't do that save it as a txt and right click to properties and change filename to playlist.xml ... After you do that host the player and the playlist to your host, export the player into tinyURL.com and grab the url from there. than use the final code to input onto your mypace.
QUOTE <?xml version="1.0" encoding="UTF-8"?> <songs> <song path="Song Link Here.mp3" title="Artist - Track name" /> <song path="Song Link Here.mp3" title="Artist - Track name" /> <song path="Song Link Here.mp3" title="Artist - Track name" /> <song path="Song Link Here.mp3" title="Artist - Track name" /> <song path="Song Link Here.mp3" title="Artist - Track name" /> <song path="Song Link Here.mp3" title="Artist - Track name" /> <song path="Song Link Here.mp3" title="Artist - Track name" /> </songs> QUOTE <embed src="Your TinyURL Address" menu="false" quality="high" width="300" height="320" name="index" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=http://pathto/playlist.xml&ShowPlaylist=1&ShowEQ=1&firstTrack=1&initVol=50" wmode="transparent" border="0" / > for example my code would be like this, QUOTE <embed src="http://tinyurl.com/acq7l" menu="false" quality="high" width="300" height="320" name="index" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=http://derriksarchive.com/cunningham/playlist.xml&ShowPlaylist=1&ShowEQ=1&firstTrack=1&initVol=50" wmode="transparent" border="0" / >
|
|
|
|
rickboyflow07 Playlist trouble Jul 6 2005, 12:51 AM
tcunningham1589 I think mypace disabled Tinyurl.com url's.. Jul 6 2005, 01:05 AM
hikki168 Which flash music player are you using? And what i... Jul 6 2005, 02:24 AM
tcunningham1589 and also the URL that you are redirecting to tinyu... Jul 6 2005, 02:26 AM
hawnboy why does your URLs for the xml and swf files say s... Jul 6 2005, 02:28 AM
rickboyflow07 http://tinyurl.com/a29qt
http://tinyurl.com/9dd... Jul 6 2005, 03:17 AM
hawnboy the swf url looks good, but the xml url cannot be ... Jul 6 2005, 04:11 AM
rickboyflow07 Hawnboy,
That has been happening on every host I ... Jul 6 2005, 06:10 PM
rickboyflow07 /bump
Just making sure I'm not forgotten. :o... Jul 7 2005, 12:01 AM
tcunningham1589 Your xml still isnt displaying correctly. I think ... Jul 7 2005, 12:03 AM
rickboyflow07 Hm. What host do you use, Tom? Jul 7 2005, 12:19 AM
tcunningham1589 My own :-P Jul 7 2005, 12:20 AM
rickboyflow07 lol More specifically, who is your provider? Jul 7 2005, 12:57 AM
tcunningham1589 QUOTE(rickboyflow07 @ Jul 7 2005, 1:57 AM)lol... Jul 7 2005, 01:00 AM
rickboyflow07 Hikki,
http://www.mygen.co.uk/index.php?page=extr... Jul 7 2005, 01:56 AM
hikki168 QUOTE(rickboyflow07 @ Jul 7 2005, 1:56 AM)Hik... Jul 7 2005, 03:46 AM
rickboyflow07 Absolutely. http://www.myspace.com/rickyboyflow
... Jul 7 2005, 05:48 AM
hawnboy your xml file is missing some information. format ... Jul 7 2005, 06:40 AM
rickboyflow07 That doesn't do any good. In fact, it causes t... Jul 7 2005, 07:16 AM
hikki168 if you are still having problems:
1. download ano... Jul 7 2005, 09:21 AM
rickboyflow07 All right, guys. I f*cked around with it a bit mor... Jul 7 2005, 01:53 PM
Sleepn2zero9 that was the code I posted and you said didn't... Jul 7 2005, 02:18 PM
hikki168 QUOTE(Sleepn2zero9 @ Jul 7 2005, 2:18 PM)that... Jul 7 2005, 02:41 PM
rickboyflow07 Yep.
The problem was there were different method... Jul 7 2005, 05:21 PM![]() ![]() |