0

jpg and mp3 BrightAuthor touchscreen



hello: I'm working on a touchscreen project which is a mix of videos (mpg), stills (jpg) and audio (mp3). Things were going well until I got to the point where, in response to a touch, I need to bring up a jpg while at the same time play an mp3 audio file. It insists on playing just the mp3, while not bringing up the jpg. I tried using two touch events off the same menu jpg, one directed at the mp3 file, and the other at the jpg file. I' use the <mediaend> command to move onto the next event as soon as the mp3 file is done, and that works. Hardware is HD810 and an Elo Intellitouch monitor, both of which are working fine. Any suggestions would be most appreciated. Thanks, Michael

2 comments

  • 0
    Avatar
    Michael / ampex351


    Found a way to do it.  <touch> brings up desired jpg, which has a <timeout> of .1 second,  <timeout> triggers desired mp3 file, which then plays.  At end of mp3, a <mediaend> brings up the next jpg, which, in this case, is silent. In this way the desired jpg is displayed until the end of the mp3 file, at which point the next event happens.  There is, of course, a 1/10 second delay before the audio starts, but who's counting.   Hope this helps someone sometime.

    Best regards,  Michael
  • 0
    Avatar
    magnus söderman

    is there something missing ?  I can't get this to work :O

     

    / magnus

Please sign in to leave a comment.