I've been able to make a simple video player that loads a local video and seeks to a position using a slider bar.
The problem is, when I apply these same concepts to an on-line video, it doesn't work!
For example:
- Set playback time to SliderBar.Value
The action above will restart the video from the beginning.
I've checked my numbers, this doesn't work either:
- Set playback time to 10
Gives me the same result.
Some more information
- The video playback time is working
- The sliders max value has been set
- I've tried converting all playback related numbers to integers