Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Mp3 Player For A Webpage, script?
DjLuki
post Nov 5 2005, 05:29 AM
Post #1


Super Member
*********

Group: Members
Posts: 447
Joined: 2-March 05
Member No.: 4,094



anyone know where you can get a mp3 player to put on the site? where you can upload your own music and choose a song to play it? it can be any language, so if you know any, giev me the link.

Notice from BuffaloHELP:
Made topic descriptive.


This post has been edited by BuffaloHELP: Nov 5 2005, 05:31 AM
Go to the top of the page
 
+Quote Post
Inspiron
post Nov 5 2005, 06:41 AM
Post #2


Trap Grand Marshal Member
***********

Group: Members
Posts: 1,205
Joined: 25-March 05
Member No.: 4,883



Hey dude,

basically you might want to try this ..
http://simplythebest.net/scripts/DHTML_scr...html_music.html
They are midi player scripts that you can integrate onto your webpages. However, you have to find your own midi files on the internet on add on to it's playlist. Best of all, the scripts are free to use.

Look into this if you want it to play MP3 instead...
http://musicplayer.sourceforge.net/
You will need some knowledge on ActionScript 2 for loading the playlist. The player is made with flash.

Otherwise you might like to try PodCasting..
Here are the players that I've found..
http://ipodder.sourceforge.net/index.php
http://amarok.kde.org/
You can find more information about PodCasting here...
http://en.wikipedia.org/wiki/Podcasting

This site contains other sources that you might want to look into..
http://php.resourceindex.com/Complete_Scri...dio_Management/
Go to the top of the page
 
+Quote Post
shigajet
post Nov 5 2005, 04:18 PM
Post #3


"Betsuni"
***********

Group: Members
Posts: 1,023
Joined: 9-April 05
From: Japan
Member No.: 5,445



Just thought I'd add another mp3 player you could try out for your site. Check outFlam Player. It's also a Flash-based mp3 player and it's free to use as well. There's also FLAM Express and FLAMcast if you want to explore a little further.
Go to the top of the page
 
+Quote Post
uaktags
post Nov 8 2005, 11:40 AM
Post #4


Newbie [Level 1]
*

Group: Members
Posts: 18
Joined: 8-November 05
Member No.: 13,967



well i have a similar question here....but mine is, how can i play streaming mp3s from my computer. Like a radio station for my website. I've been around and i kno lots of places make u pay for that technology but does neone kno how to create it for free? Cuz i think that be an awesome way to get my visitors to stay, and add to help jazz up my site.
Go to the top of the page
 
+Quote Post
hulunes
post Nov 8 2005, 02:26 PM
Post #5


.::UniCorN::.
*********

Group: Members
Posts: 973
Joined: 19-September 04
From: Dalian CHN
Member No.: 1,192



well,if you need only a mp3 play located in your site...
these code can work for that:
CODE
<embed src="music.mp3" autostart="true" loop="true" ></embed>


or

CODE
<bgsound src=.../music.mp3 loop=-1 >


there are some parameters you can set by your self

CODE


    STARTTIIME="min:second"

  ENDTIME="min:second"  

  VOLUMEE="0-100"


  WIDTH and HIGH


  ALIGN="TOP / BOTTOM / CENTER / BASELINE / LEFT /RIGHT / TEXTTOP / MIDDLE / ABSMIDDLE /ABSBOTTOM"


  CONTROLS="CONSOLE / SMALLCONSOLE /PLAYBUTTON / PAUSEBUTTON / STOPBUTTON /VOLUMELEVER"



but if you need more,like a music list...a means show blew(you can modify that with yourself style)

CODE
<script LANGUAGE="JavaScript">


song = new Array(10);
title = new Array(10);
song[0] ='1.mp3'
song[1] ='2.mp3'
song[2] ='3.mp3'
song[3] ='4.mp3'
song[4] ='5.mp3'
song[5] ='6.mp3'
song[6] ='7.mp3'
song[7] ='8.mp3'
song[8] ='.9.mp3'
song[9] = '10.mp3'
song[10] = '11.mp3'

title[0] = 'song name 1'
title[1] = 'song name 2'
title[2] = 'song name 3'
title[3] = 'song name 4'
title[4] = 'song name 5'
title[5] = 'song name 6'
title[6] = "song name 7"
title[7] = 'song name 8'
title[8] = 'song name 9'
title[9] = "song name 10"
title[10] = 'song name 11'

index = Math.floor(Math.random() * song.length);document.write("<DL>\n");
document.write("<EMBED SRC="+song[index]+" width=200 height=200 autostart=true loop=infinite

BGCOLOR='#000000'");
document.write(' TEXT="#FFFFFF">');
document.write("<BR>");
document.write("you listening to: ");
document.write("<font size=4 color=red>");
document.write(title[index]);
document.write("</font>")
document.write("</DL>\n");
</SCRIPT>


hope those codes can help you smile.gif
good luck
Go to the top of the page
 
+Quote Post
alexia
post Nov 8 2005, 06:38 PM
Post #6


Super Member
*********

Group: Members
Posts: 310
Joined: 9-February 05
From: Italian
Member No.: 3,677



for Play MP3 in website i use flash with XMl
you can easy do this job with Macromedia Flash MX 2004
Go to the top of the page
 
+Quote Post
heavensounds
post Nov 8 2005, 06:57 PM
Post #7


Super Member
*********

Group: [HOSTED]
Posts: 496
Joined: 15-March 05
Member No.: 4,538



yeah I also needed this, but then i made a flash site out of a template and it had an mp3 player built-in so now i don't need it anymore...

But i think it is a good way to spice up your page, just b careful that your mp3s won't be too big as loading-time is going to be veeery big!

greetz
Go to the top of the page
 
+Quote Post
J-C
post Nov 8 2005, 07:35 PM
Post #8


Newbie [Level 1]
*

Group: Members
Posts: 10
Joined: 1-November 05
Member No.: 13,681



ooooooohhhhhhhh cool thanks for this guys really helpful i'm gonna try it
Go to the top of the page
 
+Quote Post
.hack//GU
post Jan 17 2006, 12:01 AM
Post #9


Premium Member
********

Group: Members
Posts: 190
Joined: 21-October 05
Member No.: 13,185



Yes... the resources used up by your website will be vast and large, but maybe if you use MIDI, it will be better? Is the script is the same?