How to set in a movieplayer the IN and OUT to play a movie.
In the past i use de selstart and selleng but now i don’t now how.
Yes, but how to set the out point, i dont want to play the movie to the end.
Example, if my movie total seconds is 60 second how to play only from in(20) to out(40) second?
use a timer
to start the movie
MoviePlayer1.Position = 20
MoviePlayer1.Play
Timer1.Mode = 2
Timer1.Action
If MoviePlayer.Position = 40 then
MoviePlayer1.Stop
me.mode = 0
End If
Use >= 40 in case the timer misses the position actually equaling 40.
I think for more easy solution without use timer. In the past we can create editablemovies and set the in and out of a selection. Thank you for your help.
editablemovies no longer exists, , because Apple has eliminated Quicktime.