Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    May 2006
    Posts
    15

    Stopping video on last frame rather than loop

    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?

  2. #2
    Join Date
    Jun 2002
    Location
    Southeast USA
    Posts
    1,804
    I think that you should try using the Media Player plug-in to handle this task. WMV files may or may not communicate well through the Video object in AMS.
    Eric Darling
    eThree Media
    http://www.ethreemedia.com

  3. #3
    Join Date
    May 2006
    Posts
    15
    Thanks, I'll give that a shot. I've never messed with that before.

  4. #4
    Join Date
    May 2006
    Posts
    15
    ahhhh... found what I was looking for. I'll give this a shot.

  5. #5
    Join Date
    May 2006
    Posts
    15

    Thank you!

    Eric thanks for the tip! Everything is running smooth now. I owe you one.

  6. #6
    Join Date
    Jun 2002
    Location
    Southeast USA
    Posts
    1,804
    No problem. The video object works well for more basic/older formats such as MPEG-1. But, for the most reliable performance in handling video playback, you'll greatly improve your chances by using the plugin instead - particularly for WMV-9. One of the best things about AMS is there's almost always more than one way to tackle a problem. It helps to keep yourself thinking of alternative solutions!
    Eric Darling
    eThree Media
    http://www.ethreemedia.com

Similar Threads

  1. Smooth video loop
    By DeGrey in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 12-19-2006, 10:34 PM
  2. Stopping a button action until video is done.
    By GalacTek in forum AutoPlay Media Studio 5.0
    Replies: 13
    Last Post: 03-30-2006, 07:00 AM
  3. playing Multiple video files in a LOOP
    By Stan Hamers in forum AutoPlay Media Studio 5.0
    Replies: 11
    Last Post: 05-21-2005, 02:14 PM
  4. Playing a Video using the Embedded Video Object
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 12:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts