I'm trying to make a slideshow in which the trigger for the next photo would be to touch the right side of the currently displayed photo and the previous one the left side.There are a lot of photos and creating transitions between each one is a lot of work.
Is it possible to make a playlist where the trigger is the touch of the screen so that I do not have to make 200 transitions manually .In the list of triggers is gpio , buttons but there is no touch.
BA connected
1 comment
-
Mark Richards Certainly possible if you have a 10XX player as you will need to use a USB connection to the touch screen interface
In BA Connected:
Use an interctive zone containing a Media List widget. In the media list add your images as normal.
Under "Event commands" > "Play next event" and "play previous event". Add a "syncronize" event to each with the names "Next" and "Prev"
Now add two touch events to the Media list. Set the touch regions to the left and right sides of the screen where you want to trigger the photo transition. Then to each of these touch events under "Advanced" add a link synchronize command with the keyword "Next" and "Prev"
Thats it.
You may also want to consider adding a second Image zone so you can display left and right arrow graphics over the photos to give people the hint what to do.