Hi,

Using jmf i have created a music player. When i move the seekbar knob the song starts playing from that particular point but it is not moving when the song is playing,only when i drag the seekbar it plays from that point. so please guide me how to make the seek bar to move along with the song.

Reply me ..

Thank u in Advance..

I don't think there's a callback you can use, so the only way seems to be to set up a simple timer loop and call getMediaTime() at regular intervals, eg every 1 or 2 seconds, and then set the seek bar to the appropriate position. You should use the SwingTimer class to implement the timer loop.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.