DeGrey
03-20-2007, 10:16 PM
I'm having a weird issue with AMS 6.0.4.0. I have several pages with WMV files in them. The files are a few seconds long. When the WMV gets to the end, I want the video to "freeze" on the last frame. The video files are set to auto-start but NOT set to loop on each page.
Right now I have this in my "on finish" tab for all of the videos:
Video.Seek("Video1", SEEK_END);
I'm seeing about a 50% success rate with this method. Some of the videos work as expected and stay on the last frame when the video is done. The other half of them jump back to the first frame at the end.
I can't figure out what is going on. I have tried several things including seeking a specific time and also adding a "pause" command but I cannot get these things to act like they are supposed to.
Has anyone ever run into something like this?
Right now I have this in my "on finish" tab for all of the videos:
Video.Seek("Video1", SEEK_END);
I'm seeing about a 50% success rate with this method. Some of the videos work as expected and stay on the last frame when the video is done. The other half of them jump back to the first frame at the end.
I can't figure out what is going on. I have tried several things including seeking a specific time and also adding a "pause" command but I cannot get these things to act like they are supposed to.
Has anyone ever run into something like this?