0

allowing .mpg pause/play with .csv command?



What would be the best command to use in .csv file that will allow the .mpg to be paused and then start back from paused location. I tried using the "waitbuttonany"; "pause #"; and even "stop". These commands were effective, but they appeared to stopped the whole script versus just pausing the .mpg. I might have used those commands incorrectly though.

Thanks.

ElonU

3 comments

  • 0
    Avatar
    RokuLyndon


    There's no pause command for the csv file currently. A custom script is the best way to go.



    How complicated is the demo you are trying to setup? What exactly does the demo do?
  • 0
    Avatar
    Jrich7


    At this point it's a very simple .csv program.  At somepoint I will switch over to the brightscript for rs232 control, but with the time line, a csv will have to do.  Here is the csv I'm using.  I hopes it's clear in this format



    VIDEOMODE 1920x1080x60i

    IMAGEMODE 1



    EVENTS button:8 button:9 button:10 button:11 videoend



    STATE intro.bmp intro.bmp movie14.mpg aq.mpg dalmations.mpg



    STATE movie14.mpg intro.bmp

    STATE aq.mpg intro.bmp

    STATE dalmations.mpg intro.bmp



    When all the videos are complete, this will be an interactive display allowing the viewer to see 3 specialied movies.  There has been a request to have the ability to pause the movie to answer questions.  If the only way to do this is to switch the bright scipt that's fine, we'll just have to postpone the pause feature until I understand the scripting further.  The ultimate goal is to have the Crestron trigger the events.  Thanks.
  • 0
    Avatar
    RokuLyndon


    Hi,



    I sent you a sample script that shows you how to do what you are asking using a custom script.
Please sign in to leave a comment.