1. Z-POSITION
In the HTML5 User Guide it says: "HTML5 content will show at the highest Z-level, meaning that an HTML5 zone will cover all other zones thatcontain video,images, and text." But the HTML5 object in my video&images Zone goes away for a moment everytime the content (video) in my second video&images zone changes. I'd like my HTML5 content to always float on top, no matter what happens, is that possible?
2. HTML5 LATENCY
In the HTML5 User Guide it also says: "When the BrightSign player loads HTML content from a URL, there may be a delay based on network latency. You can add a preload image to sidestep this issue." So I created a preload image as describeded, but that does not change anything. Anything else I need can do?
3. HTML5 & AUDIO
Till now, I was using a still-image to view a weather forecast, I added a zone message event to play music on a audio only zone, while that image was shown. That worked well.
Now, I'd like to use a HTML5 website instead of a still image to view a weather forecast. Unfortunately, it seems that playing a music file on a audio-only zone does not work while a HTML5 website is shown on another zone. Is there a solution to this?