I am trying to play an MPEG video and was wondering what the seek action is used for and how. The user guide doesnt give enough of an explanation or an example.
Announcement
Collapse
No announcement yet.
Seek
Collapse
X
-
Re: Seek
Actually you specify the time that you want to seek to in the video.
Taken straight from the docs:
Seek to
The time in seconds that you want the Media Player Object to "seek" to. A value of
-1 will seek to the end of the media.--[[ Indigo Rose Software Developer ]]
Comment
-
Re: Seek
I just learned something :-) Currently, I was just using "Seek" without adding any time element for the purpose of RESETTING the Video to the beginning...and it's been working like a charm.
But this opens up some VERY, VERY interesting possibilities for something I may need to do :-)
THANKS!
Eric
Comment
-
Re: Seek
It probably has to do with how the video was encoded, then. I've seen SVCDs that were encoded slightly off standard that can lose sync in Media Player (but play fine in something with a better MPEG-2 codec, like PowerDVD).--[[ Indigo Rose Software Developer ]]
Comment
Comment