presently I am doing a program for audio player in HTML & javascript.I want to DRag some songs from my files and drop to my audio player program.plesse ,how can i?
A:
You should use a drag and drop applet probably. There are a lot of free drag and drop applets available in the Internet which are easy to configure and use. (Interestingly Google is not working for me right now. Let me look at it :)
Pradeep
2009-07-04 07:03:19
+2
A:
Use the jQuery UI library to do the heavy lifting, otherwise it'll be a world of pain to get right, and to make it work it all the common browsers.
There's an article on how to do that here: Using JQuery to Add Drag and Drop Support
RichieHindle
2009-07-04 07:03:36
I thought the requirement is to drag and drop a file from the disk to the browser.
Pradeep
2009-07-04 07:06:39
Ah... I thought it was more like building a playlist within the application, but now that I read it again, you're probably right. @jafar, could you clarify?
RichieHindle
2009-07-04 07:07:44