Calculate Percentage of File Played

Using the roVideoPlayerEvent function is it possible to calculate the percentage of the file played? (i.e. 25%, 50%,75% and so on)
Thanks in advance.

If you know the length of the video, you can use the IsPositionNotification() event to calculate the percentage.

thanks. i appreciate the help.