Log In · Register

 
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!
 
3 Pages V   1 2 3 >  
Start new topic
Replies (1 - 55)
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?? =/
 
wongman113
post Jun 16 2005, 09:21 PM
Post #26


Dawongsta
***

Group: Member
Posts: 51
Joined: Jun 2004
Member No: 23,168



muahahaha...thats our secret...MUAHAHAA....

no jp...i recently found out when i tried jacking the html...it seems only certain places let it work....geocities is the one that i found working..so upload ur xml and ur svw?O_o...whatever that thing is again on to the geocities..however...u need to add songs from elsewhere..unless its only like one or two songs...check out my page if u want proof..below is the link even though the damn gif wont show..>.<...iites then lataz peepz!
 
iNGENiOUZ ANGEL
post Jun 17 2005, 12:31 PM
Post #27


Senior Member
***

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



damn... i hope it works then... because i changed my layout yesterday to match the music player! LOL yeah im retarded but i was bored and i wanted it to match (x

edit///
ohh and you have one of the cooliest myspaces =)
 
joeblack
post Jun 21 2005, 08:58 PM
Post #28


Newbie
*

Group: Member
Posts: 3
Joined: Jun 2005
Member No: 156,958



^ That's not going to work.

Your text is being parsed and the embed tag is replaced with iframe. when the embed
tag is removed so is your flashvars attribute that points to your playlist.

you need to pass the flashvars manually through the url. Also since the parser looks for the url to end with a swf(if not it removes it), create a bogus variable(here it is throw) and set it to a bogus swf file(throw.swf)

Change the src and the playlist from this example to match yours and you will be gold.



If anyone figures out how to change the iframe's background to transparent i'd love to hear about it. But I assume it's something thats already set in the stylesheet with precedence.

Oh, and F Tom, he wouldn't need to filter stuff like this out if he knew how to script properly.

No thanks necessary biggrin.gif

current myspace
view this in firefox to really see the extent of what css can do
 
hawnboy
post Jun 22 2005, 02:18 AM
Post #29


Senior Member
***

Group: Member
Posts: 34
Joined: Jun 2005
Member No: 155,336



go to TinyURL.com and convert your hosted SWF file, http://www.XXX/swf to a smaller url. copy and replace with the the new smaller url into the entire code that you posted. then post it in myspace. for some reason, that worked for me. lemme know if it works for you.
 
xfilmnoirx
post Jun 24 2005, 05:44 PM
Post #30


Newbie
*

Group: Member
Posts: 1
Joined: Jun 2005
Member No: 158,583



ack cry.gif ....ok so I downloaded the mini player files, player.swf and playlist.xml. I downloaded some mp3 files and saved them to my computer. I uploaded the songs onto angelfire because the files were to big for geocities. So then I took the url of the mp3s from off of angelfire and put them into playlist.xml using notepad. I saved the playlist.xml. I loaded both the player.swf and playlist.xml onto geocities. I used the iframe code because I was told the embeded code doesn't work on myspace, I put the url of the player.swf and the playlist.xml into the iframe code. When I push submit on myspace, the player shows O1. on the dropdown list but none of the songs. Somebody please help me cry.gif .

myspace
 
emi_myspace
post Jun 25 2005, 01:57 AM
Post #31


Senior Member
***

Group: Member
Posts: 34
Joined: Jun 2005
Member No: 159,410



QUOTE(joeblack @ Jun 22 2005, 9:58 AM)
If anyone figures out how to change the iframe's background to transparent i'd love to hear about it.  But I assume it's something thats already set in the stylesheet with precedence.


changing iframe's background to transparent? something like myspace
 
vehvih
post Jun 26 2005, 03:40 PM
Post #32


Senior Member
*****

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



QUOTE(emi_myspace @ Jun 25 2005, 6:57 AM)
changing iframe's background to transparent? something like myspace
*



Yeah.. something like that. How did you do it? mellow.gif
 
emi_myspace
post Jun 26 2005, 09:30 PM
Post #33


Senior Member
***

Group: Member
Posts: 34
Joined: Jun 2005
Member No: 159,410



QUOTE(vehvih @ Jun 27 2005, 4:40 AM)
Yeah.. something like that. How did you do it?  mellow.gif
*


You need to create an html first just paste the code down below using your notepad or anything similar to it then upload all 3 files to your web host (player.html, player.swf, player.xml). You may want to change the CSS code same as your MySpace CSS background code to suit the player with your MySpace background.

NOTE: Remember, the player accept xml playlist as an html parameter. This way you can give your player a multiple playlist. The player ONLY accept mp3 with NO SPACE between the name.




After you uploaded all 3 files to your web host, goto your MySpace then put this code somewhere for example I put mine in Music.



That's it and you done. Hope this explain it all.
 
vehvih
post Jun 27 2005, 01:32 PM
Post #34


Senior Member
*****

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



QUOTE



Where does the player.swf go in that code?
 
hawnboy
post Jun 27 2005, 01:45 PM
Post #35


Senior Member
***

Group: Member
Posts: 34
Joined: Jun 2005
Member No: 155,336



QUOTE
Where does the player.swf go in that code?


http://URL TO YOUR WEB HOST/player.html

and make sure u change your swf host url to a TinyURL.com one
 
vehvih
post Jun 27 2005, 03:39 PM
Post #36


Senior Member
*****

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



Yay! It worked!! biggrin.gif
 
Drtyrock
post Jun 27 2005, 06:24 PM
Post #37


\m/ (>_<) \m/ "Rock me baby!"
***

Group: Member
Posts: 80
Joined: Jan 2004
Member No: 641



is there a way to make the playlist play randomly?
 
Drtyrock
post Jun 27 2005, 06:26 PM
Post #38


\m/ (>_<) \m/ "Rock me baby!"
***

Group: Member
Posts: 80
Joined: Jan 2004
Member No: 641



sry 4 double post
dunno how 2 delete cry.gif

This post has been edited by Drtyrock: Jun 27 2005, 06:30 PM
 
emi_myspace
post Jun 27 2005, 10:28 PM
Post #39


Senior Member
***

Group: Member
Posts: 34
Joined: Jun 2005
Member No: 159,410



QUOTE(Drtyrock @ Jun 28 2005, 7:24 AM)
is there a way to make the playlist play randomly?
*


Play randomly? Yes, it can. All you need to do is edit your player.xml using text editor. I use EmEditor.



- showDisplay "yes" or "no".
- showPlaylist "yes" or "no".
- autoStart "yes", "no" or "random" (to start a random song).

That's it all done! biggrin.gif
 
emi_myspace
post Jun 27 2005, 10:50 PM
Post #40


Senior Member
***

Group: Member
Posts: 34
Joined: Jun 2005
Member No: 159,410



QUOTE(vehvih @ Jun 28 2005, 2:32 AM)
Where does the player.swf go in that code?
*


The swf file is already in the player.html. Just make sure all 3 files uploaded on the same root.
 
Acturos
post Jun 28 2005, 02:30 PM
Post #41


Member
**

Group: Member
Posts: 13
Joined: May 2005
Member No: 133,179



Sorry im lost, so which ones work? -____-

And where do you get the html from? Is that the url thats given to youa fter uploading xml?

Edit:

Okay this is what I did, I uploaded all my songs on uploadhut.com and then changed my playlist.xml with all the song urls input with the Artist/Track name.

Then I tried to use the code, that ht efirst person posted, but that didn't work?
 
vehvih
post Jun 28 2005, 03:18 PM
Post #42


Senior Member
*****

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



QUOTE(emi_myspace @ Jun 28 2005, 3:50 AM)
Add MySpace to your friend's network I'm really appreciated if you do.
*


You only add the people you are familiar to, just add me to your network

myspace
 
eelyajekim
post Jul 9 2005, 01:27 PM
Post #43


Senior Member
***

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



can someone help me out with this
show it like step by step or something
b/c i am having a hard time to figure this out
 
emi_myspace
post Jul 11 2005, 02:09 PM
Post #44


Senior Member
***

Group: Member
Posts: 34
Joined: Jun 2005
Member No: 159,410



QUOTE(eelyajekim @ Jul 10 2005, 2:27 AM)
can someone help me out with this
show it like step by step or something
b/c i am having a hard time to figure this out
*


Go HERE
 
hikki168
post Jul 11 2005, 03:02 PM
Post #45


Senior Member
****

Group: Member
Posts: 187
Joined: Jul 2005
Member No: 165,292



tutorial for creating the playlist
tutorial for change the background to color or transparent (without using css)
 
makr417
post Jul 12 2005, 05:21 PM
Post #46


Member
**

Group: Member
Posts: 14
Joined: Sep 2004
Member No: 47,210



do they make a playlist code for myspace that works with .wmas?? That's what all of my songs are..i hope there is one because ive been trying to make a playlist for days.

Thanks,
Amanda
 
Alejis
post Jul 12 2005, 06:33 PM
Post #47


Member
**

Group: Member
Posts: 19
Joined: Jun 2005
Member No: 158,358



umm.. ive been trying this forever. and the player is showing up and everything. but my playlist isn't. what i get is the flash player wiht one song that i didnt even add at all. can someone help me out please? i dont know what im doing wrong and its driving me crazy. thanks a bunch.
 
emi_myspace
post Jul 13 2005, 04:49 AM
Post #48


Senior Member
***

Group: Member
Posts: 34
Joined: Jun 2005
Member No: 159,410



QUOTE(makr417 @ Jul 13 2005, 6:21 AM)
do they make a playlist code for myspace that works with .wmas??  That's what all of my songs are..i hope there is one because ive been trying to make a playlist for days.

Thanks,
Amanda
*


If you making a playlist for Flash MP3 Player with .wma I don't think that will work. It's been said only .MP3 are supported.
 
emi_myspace
post Jul 13 2005, 04:53 AM
Post #49


Senior Member
***

Group: Member
Posts: 34
Joined: Jun 2005
Member No: 159,410



QUOTE(Alejis @ Jul 13 2005, 7:33 AM)
umm.. ive been trying this forever. and the player is showing up and everything. but my playlist isn't. what i get is the flash player wiht one song that i didnt even add at all. can someone help me out please? i dont know what im doing wrong and its driving me crazy. thanks a bunch.
*


Follow the tutorial posted in here carefully and It's working fine if you follow it exactly.
 
hikki168
post Jul 13 2005, 12:48 PM
Post #50


Senior Member
****

Group: Member
Posts: 187
Joined: Jul 2005
Member No: 165,292



QUOTE(makr417 @ Jul 12 2005, 5:21 PM)
do they make a playlist code for myspace that works with .wmas??  That's what all of my songs are..i hope there is one because ive been trying to make a playlist for days.

Thanks,
Amanda
*


Go here
 
xombii
post Jul 26 2005, 03:14 PM
Post #51


Newbie
*

Group: Member
Posts: 2
Joined: Jul 2005
Member No: 184,369



This is a great topic. The recent changes to myspace have made easy add-ins like these harder than they should be.

I have the player showing up, the playlist showing up, but... you guessed it. No sound!

Any idea why this is happening?

myspace

Thanks in advance for any help!

C.
 
xombii
post Jul 27 2005, 09:31 AM
Post #52


Newbie
*

Group: Member
Posts: 2
Joined: Jul 2005
Member No: 184,369



Nevermind. Typo king doubled up on a character and f'ed the whole thing up. lol
Works great. If anyone is having issue, just follow the directions to the letter and it should come right up.

Thanks for the tips everyone.

C.
 
Sweetiousx
post Aug 30 2005, 10:23 PM
Post #53


Newbie
*

Group: Member
Posts: 2
Joined: Aug 2005
Member No: 193,704





QUOTE(vehvih @ Jun 27 2005, 2:32 PM)
Where does the player.swf go in that code?
*



QUOTE(hawnboy @ Jun 27 2005, 2:45 PM)
http://URL TO YOUR WEB HOST/player.html

and make sure u change your swf host url to a TinyURL.com one
*



Question: If that's where the .swf goes, then where does the .htm go?
I am so confuse.
 
XTarePandaX
post Nov 6 2005, 06:15 PM
Post #54


Newbie
*

Group: Member
Posts: 2
Joined: Aug 2005
Member No: 209,788



How do you change the color of the player? huh.gif
 
carolinegamboa
post Nov 6 2005, 09:15 PM
Post #55


Senior Member
****

Group: Member
Posts: 101
Joined: Apr 2005
Member No: 131,142



visit this link http://www.createblog.com/forums/index.php?showtopic=109085

and my tutorial for a flash player here

Need q's on that? Message me
 
misslaydee510
post Nov 9 2005, 03:59 PM
Post #56


Newbie
*

Group: Member
Posts: 5
Joined: Jul 2005
Member No: 170,722



thanks :)
 

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: