I've been tasked with testing the concept for a new interactive installation. Roughly, the display attached to the Brightsign player would behave like a window through which you can see a changing view of, for instance, a landscape through which you drive on a train (the speed and direction of which can be adjusted through external input). I believe this could quite elegantly done by creating the content as an HTML5 page, and adjusting the current view by scrolling up or down. The scrolling would be achieved by attaching external circuitry that presents itself to the player as a USB mouse.
To test this I have created a simple presentation (one zone) displaying some random external HTML page. I have selected "Enable Mouse and Touch Events" and "Display Cursor" in the HTML5 state, and included the user stylesheet ForceScrollbars.css.
Now, if I click anywhere on the scrollbar (using a regular mouse), or drag the slider, the page scrolls just fine. But when I use the scroll wheel on the mouse, nothing happens. I've tried two different mice, but no luck.
Is it possible that scroll wheels are just not supported, or is some extra configuration needed?
Or does anyone have an idea how else this could be achieved? UDP messages? RS232 input?
With kind regards,
Wolfgang