Player Media Time Listener

Hi all! I added a listener at my video player and i want to watch the media time of the player in order to show it at my own slider in real time... which ControllerEvent is it? Any example code?Thanx in advance! :)
[235 byte] By [muldergra] at [2007-11-27 7:55:50]
# 1
If I understand your question correctly,you have to call getMediaTime() provided by Clock class.see the following: http://java.sun.com/products/javamedia/jmf/2.1.1/guide/JMFArchitecture.html
LLLa at 2007-7-12 19:37:18 > top of Java-index,Security,Cryptography...
# 2
That's not exactly what i asked for.. I want to keep a slide bar update every second with the video current point. As the video plays, the slide bar must be updated with the current time. How can i do this?
muldergra at 2007-7-12 19:37:18 > top of Java-index,Security,Cryptography...
# 3
Anybody help me...? :|
muldergra at 2007-7-12 19:37:18 > top of Java-index,Security,Cryptography...
# 4

I havn't try the following before but you may do:

according to what i could understand you want to update your slider at run time and the update must be according to real media time so:

i think u need to obtain medi-time using getMediaTime() and use as an argument for updating the slider ....

LLLa at 2007-7-12 19:37:18 > top of Java-index,Security,Cryptography...