Log In · Register

 
3 Pages V   1 2 3 >  
Closed TopicStart new topic
Mini Flash Music Player, Song Playlists
HSXLC
post May 3 2005, 03:36 PM
Post #1


dSlice™
**

Group: Member
Posts: 19
Joined: Feb 2004
Member No: 2,814



Alright many of you have been given out code for playlist on your MySpace...but people were complaing that you couldn't choose the songs you want to listen to. So this is for those people...

First things first, you need to download the player and playlist file (click here~9kb)
The file is in .zip format, which requires IZArc to extract!

Once you've downloaded and extracted the file, you will have two files, player.swf and playlist.xml. Open up playlist.xml in notepad, or whatever text editor you use. Edit the lines that appear like this:
<song path="Song Link Here.mp3" title="Artist - Track" />
By putting the EXACT URL to your mp3 file in the "path" attribute, and then the Artist and Track name in the "title" attribute.
Of course if you have more songs than there are lines in the xml file, you can add as many more as you like!

Now upload your completed playlist.xml file and player.swf to your webhost of choice (like UploadHut.com), once uploaded, use the following code to embed it on your page:

<embed src="http://pathto/player.swf" menu="false" quality="high" bgcolor="EEEEEE" 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" />

The values in bold need to be changed to your specific requirements.

src - Set this to the EXACT URL of your player.swf file.
bgcolor - Set this to any 6 digit hex code to change the colour of the player.
playList - set this to the EXACT URL of your playlist.xml file.
ShowPlaylist - This controls whether the playlist is visible upon startup. 1 for yes, 0 for no.
ShowEQ - This controls whether the equilizer is visible on startup. 1 for yes, 0 for no.
firstTrack - Sets which track should be played initially. Setting 0 will turn autostart off.
initVol - Sets the initial volume of the player. 0 (mute) to 100 (maximum)

And that's that! You could even extend this further by putting the player in a DIV container, and absolutely positioning it anywhere on your page!
 
lovescream
post May 10 2005, 08:25 PM
Post #2


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



bump..
>.< for people WHO ARE ASKING ABOUT PLAYLIST QUESTIONS!
 
vehvih
post May 12 2005, 07:05 PM
Post #3


Senior Member
*****

Group: Member
Posts: 604
Joined: Jun 2004
Member No: 21,133



Even though no one is asking.. thanks for sharing! happy.gif
 
eelyajekim
post May 15 2005, 04:11 PM
Post #4


Senior Member
***

Group: Member
Posts: 59
Joined: Jan 2004
Member No: 1,187



any good mp3 sites out there
 
E-Swan
post May 15 2005, 07:12 PM
Post #5


Member
**

Group: Member
Posts: 14
Joined: Apr 2005
Member No: 131,813



http://cdzinc.com/32K/albumindex.html

^^Go there. Type in the songs name or band and it should pop up. Best one out there in my opinion
 
aesthetika
post May 15 2005, 09:06 PM
Post #6


Newbie
*

Group: Member
Posts: 3
Joined: Jul 2004
Member No: 35,158



QUOTE(E-Swan @ May 15 2005, 7:12 PM)
http://cdzinc.com/32K/albumindex.html

^^Go there. Type in the songs name or band and it should pop up. Best one out there in my opinion
*



those aren't mp3s.

do wmas work?
 
eelyajekim
post May 16 2005, 12:22 AM
Post #7


Senior Member
***

Group: Member
Posts: 59
Joined: Jan 2004
Member No: 1,187



i don't think so
 
maskedmoron23
post May 21 2005, 05:52 PM
Post #8


Newbie
*

Group: Member
Posts: 5
Joined: Oct 2004
Member No: 58,487



the playlist doesn't work for me on my myspace. any idea's on what to do?
 
mrlumpy
post May 25 2005, 05:01 PM
Post #9


Newbie
*

Group: Member
Posts: 2
Joined: May 2005
Member No: 143,533



It shows up on my myspace, but doesnt play anything or show how long the show is. does the files have to be in MP3's ?? Im just doing direct links to songs off the internet.
 
HSXLC
post May 28 2005, 01:01 PM
Post #10


dSlice™
**

Group: Member
Posts: 19
Joined: Feb 2004
Member No: 2,814



Every song has to be a .mp3 for the player to work.
 
Chaos Bliss
post May 30 2005, 02:28 PM
Post #11


Senior Member
*****

Group: Member
Posts: 359
Joined: Feb 2005
Member No: 101,275



It would be nice of you to actually leave credit for the site that created this code, instead of just simply copy//pasteing it _dry.gif .

http://www.mygen.co.uk/

and what do you mean you need Izarc to unzip a zip file, hmm WINZIP the people who only made zip files, im sure that program can unzip things, makes sense stubborn.gif .
 
xxx11904xxx
post Jun 3 2005, 06:33 PM
Post #12


Newbie
*

Group: Member
Posts: 1
Joined: Jun 2005
Member No: 147,994



I really like the way this player looks, but I have no clue what u mean by uploading an pasting the urls into the code. I made a playlist and uploaded it to the hut site u gave, but now i dont know which code to use cause they got like 4 different ones. You also say to load ur player to it, were do I get the player from cause I dont have one, or do I use the one that unzips in the one file? Do I combine them into one file then upload them or what? Please help im completely lost with this but really want it. I have one on my xanga which was very easy to do, but trying to get one on my myspace just doesnt seem to be happening
 
vehvih
post Jun 4 2005, 12:00 AM
Post #13


Senior Member
*****

Group: Member
Posts: 604
Joined: Jun 2004
Member No: 21,133



QUOTE(Chaos Bliss @ May 30 2005, 7:28 PM)
It would be nice of you to actually leave credit for the site that created this code, instead of just simply copy//pasteing it _dry.gif .

http://www.mygen.co.uk/

and what do you mean you need Izarc to unzip a zip file, hmm WINZIP the people who only made zip files, im sure that program can unzip things, makes sense  stubborn.gif .
*



Some one hacked the site mellow.gif Just read the forum blink.gif


edit:// There is something wrong .. I dunno if it's just me or the myspace won't show up the player. The only thing that would show up is the picture of the site which I used to upload my file

Click here to see my profile

and when I came back to check the code.. and changed into an iFrame mellow.gif
 
BombaTwist
post Jun 5 2005, 12:31 AM
Post #14


Member
**

Group: Member
Posts: 15
Joined: Jun 2004
Member No: 22,207



QUOTE
<embed src="URL HERE/player.swf" menu="false" quality="high" bgcolor="EEEEEE" width="300" height="320" name="index" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=URL HERE/playlist.xml&ShowPlaylist=1&ShowEQ=1&firstTrack=1&initVol=50" wmode="transparent"


i hope that helps
 
vehvih
post Jun 5 2005, 03:05 PM
Post #15


Senior Member
*****

Group: Member
Posts: 604
Joined: Jun 2004
Member No: 21,133



They disabled the mini flash music player code code in my profile mad.gif cry.gif
 
Strawberryred85
post Jun 5 2005, 10:12 PM
Post #16


Member
**

Group: Member
Posts: 24
Joined: May 2005
Member No: 146,317



how come when i click "submit" an iframe pops up instead of the player. am i doing something wrong with my xml file? or am i choosing the wrong web host?

myspace
 
Strawberryred85
post Jun 6 2005, 02:04 PM
Post #17


Member
**

Group: Member
Posts: 24
Joined: May 2005
Member No: 146,317



i just stumbled onto this forum topic when i was lurkling through the myspace forums and it turns out that there was a rollback that turns embed codes into iframes. so this player might not work anymore...here is the link to that forum topic...
MySpace
 
bdsgjfdsghliaewr
post Jun 6 2005, 04:24 PM
Post #18


Newbie
*

Group: Member
Posts: 3
Joined: Jun 2005
Member No: 149,315



so does anyone know how to get your music onto the intternet. i tried that uploadhut tbut it doesnt seem to work.
 
vehvih
post Jun 6 2005, 04:49 PM
Post #19


Senior Member
*****

Group: Member
Posts: 604
Joined: Jun 2004
Member No: 21,133



Ahem .. another mp3 Flash Player


http://blog.myspace.com/index.cfm?fuseacti...blogID=28957257

You're welcome happy.gif

here's another one:

http://musicplayer.sourceforge.net/

And also, the flash player suggested by HSXLC came from this:

http://www.jeroenwijering.com/?item=Flash+Mp3+Player

 
D1SMANTLED
post Jun 6 2005, 04:55 PM
Post #20


mosh.
******

Group: Member
Posts: 1,841
Joined: Dec 2004
Member No: 73,114



You should submit this to Myspace Scripts. It helps a lot since I found like, 5 threads asking about this code.

Good job btw, and thanks! _smile.gif
 
Teknoblade
post Jun 9 2005, 04:17 PM
Post #21


Senior Member
***

Group: Member
Posts: 30
Joined: Jun 2005
Member No: 148,166



http://www.streamload.com

Just go there to upload any music you have, then check the box, click download, and it gives you the direct link to your songs.
 
INC0HERENT
post Jun 10 2005, 05:07 PM
Post #22


Senior Member
***

Group: Member
Posts: 32
Joined: May 2005
Member No: 145,552



... arent mp3's illegal?
 
Sleepn2zero9
post Jun 11 2005, 02:10 AM
Post #23


Member
**

Group: Member
Posts: 26
Joined: Feb 2005
Member No: 100,849



bleh... MP3's are not illegal... illegally downloaded MP3s are... but heh... who cares..
 
rich_
post Jun 11 2005, 02:29 AM
Post #24


rich@myspace
**

Group: Member
Posts: 25
Joined: Jun 2005
Member No: 150,482



myspace has edited the way it parses embedded objects. they're now placed inside of an i-frame. there are a few fixes to this but none of them are satisfactory to the actual embedding of the object.

i think tom needs to stop filtering shit. =/
 
iNGENiOUZ ANGEL
post Jun 16 2005, 07:31 PM
Post #25


Senior Member
***

Group: Member
Posts: 32
Joined: Jul 2004
Member No: 30,590



how did she [click here] get her playlist to work?? =/
 

3 Pages V   1 2 3 >
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: