|
I had an idea to create an online music player for my final year project, where people will be able to upload their tracks, create a playlist and play them from the website. But one of the problems is that I only found java code to create a media player applet, and I have no idea how to make a media player to save the tracks uploaded by the user as a playlist, let alone how to save them into a database.
I know java up to intermediate level, as well as basic PHP / MySQL and VB. I found some examples how to make a media player using a java library, but I just don't know how to save it into a playlist.
I have thought of doing it in another language, maybe python, but I'm not sure what to work on, since I'm not too confident of my coding skill.
And I have done some research, and some of the technologies that are commonly offered include Java FX, Adobe Air, and MS Silverlight. I am considering between either Java or Silverlight, but I'm still unsure which one is best for my project.
Which one do you guys think is best for my project? I want something that I can pick up and learn quickly, and something which can run on any browser.
|