954,591 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

input tag to feed to audio tag in html

trying to make an mp3 player applet of sorts that will index a folder on my local media and make a list, which its adresses will feed into the audio tag (using chrome beta), but im stumpedat the html and know very little javascript! help!

monstercameron
Light Poster
35 posts since Dec 2009
Reputation Points: 10
Solved Threads: 0
 

You cant scan folders using JavaScript and HTML. Even if you use server side scripts like PHP,ASP.NET you will just be able to scan web folders on your server. So unless you want an online mp3 player, the thing is sort of impossible using client side scripts, html.

vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42
 

If you want to scan the files on the server, you need a server-side script, not javascript.

You can't look at the files on the client's computer for security reasons.

MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: