if then statements for english/spanish switch
We are working on a kiosk that will play a couple of videos. Each will have an English version and a Spanish one. The player will start with a home screen then go to the appropriate file upon gpio input. Simple enough. Rather than have a button for each file, the client would rather have an English/Spanish toggle. Could that be tied to an input? I'm seeing a script with an if/then statement. So track one would be button 0 pressed but conditional on button 1. 1 open =play file a,English, closed = play file 2, Spanish. track 2 would be button 2 pressed but conditional on button1, 1 open =file c, English 1 closed =play file d, Spanish. Does this make sense? Is there a way to do this with Bright Author or do I need to generate a custom script Will the HD410 units operate in this manner, with an input either on or off rather than used as a momentary contact? The other option is to use an external controller and send the play commands via rs232 but I'd like to keep it all in the HD410 if possible. Thanks John Peel