I'm looking for an player system to place on my website preferably FREE. Does anyone know of some good ones. I'm almost done restructuring my site. Iv'e got the tunes mixed and ready to upload.
发表时间 Wed 09 Apr 08 @ 6:43 pm
http://www.esnips.com has a decent player and storage. i use it on my myspace http://www.myspace.com/jisagoober to hold some fairly long mixes.
发表时间 Thu 10 Apr 08 @ 2:39 am
podbean.com
I use it on my site.
Only problem with it is I'm limited to 20 tracks. So I'm currently looking for an alternative.
I use it on my site.
Only problem with it is I'm limited to 20 tracks. So I'm currently looking for an alternative.
发表时间 Thu 10 Apr 08 @ 3:02 am
I've programmed my own player in flash that uses xml file for song info,
it just can't display long song titles as I didn't bother with text scrolling.
Demo of my mp3 player
I can give you the .swf and the .xml if you wish.
it just can't display long song titles as I didn't bother with text scrolling.
Demo of my mp3 player
I can give you the .swf and the .xml if you wish.
发表时间 Thu 10 Apr 08 @ 7:22 am
erxon wrote :
I've programmed my own player in flash that uses xml file for song info,
it just can't display long song titles as I didn't bother with text scrolling.
Demo of my mp3 player
I can give you the .swf and the .xml if you wish.
it just can't display long song titles as I didn't bother with text scrolling.
Demo of my mp3 player
I can give you the .swf and the .xml if you wish.
Is there any limit to the songs you can upload. If not, please share the XML & swf. I like it, it's approximately the same size as mine. http://djkillbill.com
发表时间 Thu 10 Apr 08 @ 4:23 pm
Mantahoe wrote :
Is there any limit to the songs you can upload. If not, please share the XML & swf. I like it, it's approximately the same size as mine. http://djkillbill.com
erxon wrote :
I've programmed my own player in flash that uses xml file for song info,
it just can't display long song titles as I didn't bother with text scrolling.
Demo of my mp3 player
I can give you the .swf and the .xml if you wish.
it just can't display long song titles as I didn't bother with text scrolling.
Demo of my mp3 player
I can give you the .swf and the .xml if you wish.
Is there any limit to the songs you can upload. If not, please share the XML & swf. I like it, it's approximately the same size as mine. http://djkillbill.com
I did not implement any limitations, and as the songs are loaded dynamically
from the xml list, it could be 1000s of songs long. I will upload the downlodable
.zip file on my server tomorrow and give you the link via pm, if anyone else
wants it write here.
e
发表时间 Thu 10 Apr 08 @ 4:30 pm
Yes please i would like:-)

发表时间 Thu 10 Apr 08 @ 5:37 pm
Sounds like the same one I use on my site. (www.djderricke.com)
The code is here
http://www.jeroenwijering.com/?item=JW_FLV_Player
The code is here
http://www.jeroenwijering.com/?item=JW_FLV_Player
发表时间 Thu 10 Apr 08 @ 8:05 pm
djderricke wrote :
Sounds like the same one I use on my site. (www.djderricke.com)
The code is here
http://www.jeroenwijering.com/?item=JW_FLV_Player
The code is here
http://www.jeroenwijering.com/?item=JW_FLV_Player
I actually like that one too but trying to figure out the xml code just chewed up my brain & I gave up. Could you please share the xml
发表时间 Thu 10 Apr 08 @ 10:25 pm
Here is a snippet of the XML from my website:
<track>
<title>Love-FM Demo Mix [70's & 80's] (added 3/23/08)</title>
<creator>DJ Derrick E.</creator>
<location>http://www.djderricke.com/mixes/Love-FM Demo Mix.mp3</location>
<image>http://www.djderricke.com/images/Derrick E Productions Logo.jpg</image>
</track>
Okay, the <TRACK> tag defines each track in your playlist.
The <TITLE> tag defines what the title of the track is in your playlist.
The <CREATOR> tag, well... that one should be obvious enough.
The <LOCATION> tag will point to where the file you want to stream lives. (It has to be a web address.)
The <IMAGE> tag allows you to associate a picture with the track. (Optional)
You can use their setup wizard to help customize the player to fit to you website or myspace page. It also plays video too which is why I like it.
<track>
<title>Love-FM Demo Mix [70's & 80's] (added 3/23/08)</title>
<creator>DJ Derrick E.</creator>
<location>http://www.djderricke.com/mixes/Love-FM Demo Mix.mp3</location>
<image>http://www.djderricke.com/images/Derrick E Productions Logo.jpg</image>
</track>
Okay, the <TRACK> tag defines each track in your playlist.
The <TITLE> tag defines what the title of the track is in your playlist.
The <CREATOR> tag, well... that one should be obvious enough.
The <LOCATION> tag will point to where the file you want to stream lives. (It has to be a web address.)
The <IMAGE> tag allows you to associate a picture with the track. (Optional)
You can use their setup wizard to help customize the player to fit to you website or myspace page. It also plays video too which is why I like it.
发表时间 Thu 10 Apr 08 @ 11:49 pm
djderricke wrote :
Here is a snippet of the XML from my website:
<track>
<title>Love-FM Demo Mix [70's & 80's] (added 3/23/08)</title>
<creator>DJ Derrick E.</creator>
<location>http://www.djderricke.com/mixes/Love-FM Demo Mix.mp3</location>
<image>http://www.djderricke.com/images/Derrick E Productions Logo.jpg</image>
</track>
Okay, the <TRACK> tag defines each track in your playlist.
The <TITLE> tag defines what the title of the track is in your playlist.
The <CREATOR> tag, well... that one should be obvious enough.
The <LOCATION> tag will point to where the file you want to stream lives. (It has to be a web address.)
The <IMAGE> tag allows you to associate a picture with the track. (Optional)
You can use their setup wizard to help customize the player to fit to you website or myspace page. It also plays video too which is why I like it.
<track>
<title>Love-FM Demo Mix [70's & 80's] (added 3/23/08)</title>
<creator>DJ Derrick E.</creator>
<location>http://www.djderricke.com/mixes/Love-FM Demo Mix.mp3</location>
<image>http://www.djderricke.com/images/Derrick E Productions Logo.jpg</image>
</track>
Okay, the <TRACK> tag defines each track in your playlist.
The <TITLE> tag defines what the title of the track is in your playlist.
The <CREATOR> tag, well... that one should be obvious enough.
The <LOCATION> tag will point to where the file you want to stream lives. (It has to be a web address.)
The <IMAGE> tag allows you to associate a picture with the track. (Optional)
You can use their setup wizard to help customize the player to fit to you website or myspace page. It also plays video too which is why I like it.
Thank you very much, you're a savior.
So, am I just supposed to paste the part below many times as I want for each track?
<track>
<title>Love-FM Demo Mix [70's & 80's] (added 3/23/08)</title>
<creator>DJ Derrick E.</creator>
<location>http://www.djderricke.com/mixes/Love-FM Demo Mix.mp3</location>
<image>http://www.djderricke.com/images/Derrick E Productions Logo.jpg</image>
</track>
Next question :) Where & how do I store the end result xml.
Should I just copy and paste in something like word, save as an xml & upload it to the same place I store my mp3's for streaming.
发表时间 Fri 11 Apr 08 @ 1:39 am
Mantahoe wrote :
So, am I just supposed to paste the part below many times as I want for each track?
So, am I just supposed to paste the part below many times as I want for each track?
Yes
Mantahoe wrote :
Next question :) Where & how do I store the end result xml.
Next question :) Where & how do I store the end result xml.
When you download the code to put on your website from the link I gave earlier it will have a default playlist.xml file. By the way the file can be called whatever you want as long as you have the XML at the end. There is some scripting code that goes into your page which will tell the flash player what playlist to use. I put the files for the player on the root of my website. I have different playlists for different types of music. Once you look at the files (there are just a handful of them.) it will make sense. If you have problems, feel free to PM me.
发表时间 Fri 11 Apr 08 @ 1:46 am
djscotronic and mantahoe, i've sent you the pm with download link.
Use it freely for your own use if you find it suitable.
I've included the .swf, .xml, .html and 3 short clips to make an example.
Xml is also simple and straightforward, so you shouldn't have any problems.
<song display="author - title" url="filepath.mp3" />
oh, do not use mono mp3 files (flash will double the speed of playback).
e
Use it freely for your own use if you find it suitable.
I've included the .swf, .xml, .html and 3 short clips to make an example.
Xml is also simple and straightforward, so you shouldn't have any problems.
<song display="author - title" url="filepath.mp3" />
oh, do not use mono mp3 files (flash will double the speed of playback).
e
发表时间 Fri 11 Apr 08 @ 2:28 am
Thanks Erxon. I'm using yours. There other player has simply defeated me. I can't get it to work. Do you have the code for embedding it on your website?
@djderricke, I really like that player cause it can play video too that's why I'm struggling but I'm lost. If you can offer phone services, please PM me.
@djderricke, I really like that player cause it can play video too that's why I'm struggling but I'm lost. If you can offer phone services, please PM me.
发表时间 Tue 22 Apr 08 @ 12:28 pm
Mantahoe wrote :
Thanks Erxon. I'm using yours. There other player has simply defeated me. I can't get it to work. Do you have the code for embedding it on your website?
No problem dude. The html code to embed the .swf file onto a website was included in
the .zip file, inside the example .html file, if that is what you ment (I'm not sure)?
发表时间 Tue 22 Apr 08 @ 2:58 pm