I figured a way to implement a rewind and fast forward. It's quite tedious but I figure I would explain and see if there is a better way.
I have an MPEG1 movie playing. I want to fastforward and rewind 10 seconds each time its pressed. So If my movie is 60 seconds I have 5 images for fast forward. The first one is visible and seeks 10, then it gets hidden and the second one shows and that seeks 20, etc.
Q1? Can I make a variable that seeks %MyVariable% which I can add 10 to each time an object is clicked?
Q2? Can I find out how long a movie is within the program and set it to a variable? I have at least 10 movies in a program and need to quickly change them for another project.
Any thoughts?
Just to add - I figured out that I can use a variable but there is a problem. I seek to %seek% + 10 but if you watch the movie for a while, you cant seek 10 from where you are unless there is a way to find the seconds that has been played. Without that it goes back to 10 seconds in the beginning of the movie.
I have an MPEG1 movie playing. I want to fastforward and rewind 10 seconds each time its pressed. So If my movie is 60 seconds I have 5 images for fast forward. The first one is visible and seeks 10, then it gets hidden and the second one shows and that seeks 20, etc.
Q1? Can I make a variable that seeks %MyVariable% which I can add 10 to each time an object is clicked?
Q2? Can I find out how long a movie is within the program and set it to a variable? I have at least 10 movies in a program and need to quickly change them for another project.
Any thoughts?
Just to add - I figured out that I can use a variable but there is a problem. I seek to %seek% + 10 but if you watch the movie for a while, you cant seek 10 from where you are unless there is a way to find the seconds that has been played. Without that it goes back to 10 seconds in the beginning of the movie.
Comment