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]

# 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 >
