Greetings all! It's been a while since I bothered you with a problem of my inability to figure out stuff!
I have a full video, that I want people to have the option of viewing, but I would like to be able to play segments of the same video in different strategic places. I can't figure out how to get the timing right, what kind of format do I have to use in the seek option?
My code is below, could anyone help me out with this?
MediaPlayerObject[MediaPlayer1].Load ("%SrcDir%\SVP YOUTH PROJECTS.mpg")
MediaPlayerObject[MediaPlayer1].Seek (1.5)
%PlayState% = MediaPlayerObject[MediaPlayer1].GetProperty ("Play State")
IF (%PlayState% = 3)
MediaPlayerObject[MediaPlayer1].Stop
END IF
Thanks guys!
Also, I'm wanting to get a lot of video onto the cd, and I know that everyone says MPEG 1 is the best, but I have to say that wmv format is pretty good on my machine and takes up less space! How do you put in the codecs for WMP 9 ? I have read a few threads on the subject but I'm just not getting it....
I have a full video, that I want people to have the option of viewing, but I would like to be able to play segments of the same video in different strategic places. I can't figure out how to get the timing right, what kind of format do I have to use in the seek option?
My code is below, could anyone help me out with this?
MediaPlayerObject[MediaPlayer1].Load ("%SrcDir%\SVP YOUTH PROJECTS.mpg")
MediaPlayerObject[MediaPlayer1].Seek (1.5)
%PlayState% = MediaPlayerObject[MediaPlayer1].GetProperty ("Play State")
IF (%PlayState% = 3)
MediaPlayerObject[MediaPlayer1].Stop
END IF
Thanks guys!
Also, I'm wanting to get a lot of video onto the cd, and I know that everyone says MPEG 1 is the best, but I have to say that wmv format is pretty good on my machine and takes up less space! How do you put in the codecs for WMP 9 ? I have read a few threads on the subject but I'm just not getting it....
Comment