Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » which technology for mp3 player
Closed Thread
Old 04-13-2007, 05:37 AM   #1 (permalink)
 
Newb Techie

Join Date: Apr 2007

Posts: 2

Andy CPH is on a distinguished road

Default which technology for mp3 player

Hi there, I'm managing/designing the produktion of a website that contains about 300 MP3's.(All legal) The main feature is a search function that allows the user to home in on a single mp3 file and then play it. The Admin is to be able to upload new songs without doing anything but to point to the file on his local PC and then fill out som name/track info.
My worrie is on which technology to deploy to achieve a successfull player feature. There's no money for real streaming (I asume dev/bandwidth cost for this sort of thing would be high?) so what are my options? If we just make an ordinary link to the file I believe all sorts of things can happen fx; auto started local players, requests to save file or open it, etc etc.. Also people on slow connections might not be able to enjoy the music as it probably won't start playing right away.
What should we do? it's a real lowbudget production.
The site will be developed in ASP/MS SQL
Hope someone can help out!

Last edited by Andy CPH; 04-13-2007 at 05:39 AM. Reason: additional info
Andy CPH is offline  
Old 04-13-2007, 03:00 PM   #2 (permalink)
mssssee2's Avatar
 
Graphic Designer

Join Date: Apr 2007

Location: Thessaloniki, Greece

Posts: 507

mssssee2 is on a distinguished road

Send a message via MSN to mssssee2 Send a message via Yahoo to mssssee2
Default Re: which technology for mp3 player

Because i am very newbie to programming, cause i'm 14 years old, i only know some javascript and dos code. Javascript could be very useful for indexing. But there is no option on uploading songs in A Graphical UI.

Anyway an indexing html code is :

Insert a word or phrase :
<form name="aform" action="" method="get">
<input type="text" name="firsttext">
<input type="button" name="GO" value="search" onclick="searchnow(this.form)">

</form>

<script>

function searchnow(form) {
window.location = "http://PREFERED URL" + aform.firsttext.value + ".htm"
}


</script>

I believe that you should consult an expert in php programming.

Mike from Greece, 14
mssssee2 is offline  
Old 04-14-2007, 07:37 AM   #3 (permalink)
 
Newb Techie

Join Date: Apr 2007

Posts: 2

Andy CPH is on a distinguished road

Default Re: which technology for mp3 player

Thanks, I'll look in to that! Anyone else with an idea?
Andy CPH is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need windows media player and movie maker fix mikee Other Computer HW Topics 11 04-17-2007 07:15 AM
IE 7 and Media Player Web Streaming CompShack Windows Operating Systems and Software 2 04-07-2007 02:09 PM
windows media player help madman1391 Computer Audio & Multimedia 3 04-03-2007 12:31 AM
Installing Flash Player on Vista? shortstop20 Windows Operating Systems and Software 1 03-26-2007 05:55 AM
Mp3 Player for Military use? Vodreb Phones – PDA’s – Bluetooth – Other handhelds 7 03-19-2007 01:26 PM