Is there a way to pass a start time via URL when opening a video online? For example:
http://www.example.com/newvideo.wmv?starttime=00:33:34.0
I've seen different methods for using Javascript or making ASX files in order to give some control over it but I just need to jump to a certain time in the file when it starts playing. The videos are long and my goal is to make a table of contents where someone can just click a link next to the section they want to view and that's where the video begins.
Thanks!