How to make a seek bar for media player.
hey..I am new to this forum,this is my first post.
I am making a media player using JMF,I want to use my own control components
Can anyone please help me in making a seek bar for media player,so that it can play song according to the slider position.
just suggest me some logic,i can figure out the coding part afterwards
Thank You :)
Re: How to make a seek bar for media player.
Start writing down ideas of what you want this "seek bar" to do. How will it look? Where will it be displayed? How will the user make changes to this item? What will happen as a result of those changes? I am not sure what you want your seek bar to do, so I can not describe how to make the seek bar do what ever it is you want the seek bar to do.
1 Attachment(s)
Re: How to make a seek bar for media player.
Quote:
Originally Posted by
jps
Start writing down ideas of what you want this "seek bar" to do. How will it look? Where will it be displayed? How will the user make changes to this item? What will happen as a result of those changes? I am not sure what you want your seek bar to do, so I can not describe how to make the seek bar do what ever it is you want the seek bar to do.
Attachment 1457
See the image,the slider at the top represents the seek bar...it will be used to reposition the song when the user drags or clicks the slider...Did got my point what I am saying?
I need to implement this logic...otherwise my media player is working very good..its alsmost 80% ready ..
Thanx for the reply :)
Re: How to make a seek bar for media player.
Seems very small, but yes.
Quote:
the slider at the top represents the seek bar...it will be used to reposition the song when the user drags or clicks the slider
Well this is a start. The computer will require very specific details in order for it to work. What else do you have to add?
Quote:
I need to implement this logic
First you need to come up with the logic to be implemented. Continue with above.
Quote:
otherwise my media player is working very good..its alsmost 80% ready
That is almost 80% cool! Keep at it for more than 20% more!