Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how to play audio or video songs in a java project

  Asked By: Jose    Date: May 17    Category: Java    Views: 1979
  

i am developing a an application using java/j2ee .its just like a
media player.its job is to do the following.....
1.display the songs based on their ratings(* ratings...1 to 5)
2.search any song by its name
3.for above mentioned steps, the project is working...that is it
displays a list of songs based on its ratings(step 1)and also it
displays a list of songs based on searching (step 2)

The problem i am facing is......

once the list is displayed, and if i click on any song, IT MUST PLAY.
BUT THIS IS NOT HAPPENING. PLZ GIVE A SOLUTION..that is what should be
done to play the song(either audio or video).(i heard about
JavaSoundApi----> but i dont know how to implement them)

another problem.....the user must be capable to change the ratings of
a song....this is also not working....

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Eamon Jones     Answered On: May 17

I think you have two approach for this effort :
1- use JMF for processing audio  and song
2- use some activex or embeded browser plugins

 
Didn't find what you were looking for? Find more on how to play audio or video songs in a java project Or get search suggestion and latest updates.




Tagged: