How do I update the time or frames display for a video?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Ok, I've managed to use the AxMediaPlayer to display my video. Unfortunately, there is absolutely no help or documentation on the methods and properties for the media player. I want to disply the real time frames and/or time as the video is playing. This can be done by displaying the AxMediaPlayer1.CurrentPosition. What I need to figure out is how to update the display as the video is playing. Is this through an event, or do I update the display everytime the AxMediaPlayer1.CurrentPosition is changed? I'm not sure what is the best way to try and do this.