6 Replies Latest reply: Feb 8, 2010 12:00 PM by kglad RSS

    How can I save a video's position using the FLVPlayback component

    Webshark2000 Community Member

      I've got a video I'd like people to be able to navigate away from in my project, but resume where it left off if they come back to it.  I would think I could do this by just saving its current position when they exit that frame as a variable and then using .seek() to go back to that spot if/when they return.

       

      The only problem is that I can't find any script to capture the current position.  I tried .time, but it gives me an error.