HTML5 tips
From SpinetiX Support Wiki
Contents
Introduction
If you need to do a demo with some HTML5 content, you might want to pick few links from here. This is for testing only. In ELEMENTI, you add an HTML layer, then, you copy/paste below links. You must use HMP400 with DSOS Kiosk License at minimum to display it on a screen.
Useful resources
Test Beds
Hospitality
Schedules, FIDS:
- German Railway Dashboard
- German Bus City Transit Dashboard
- Flight Info (FIDS): Sita Flight Data Feed
- maps: Map & Geolocation Dashboard
Webcams:
Dashboards: KPIs
Office Space
- Office Occupancy: Roomz system live dashboards
- Wayfinding: Building Wayfinding
- Wayfinding: Meeting Room Wayfinding
- Wayfinding: MazeMap Building Wayfinding
- Employee Directory: USA Corporate Directory
Menus & Retail
3-rd Party Content Providers
Interactive & Kiosks
YouTube videos
To show YouTube videos in full-screen, use this format:
https://www.youtube.com/embed/{VID}?playlist={VID}&autoplay=1&rel=0&controls=0&showinfo=0&loop=1
where {VID}
is a string ID that you can find on the regular YouTube page as the v parameter (e.g., /watch?v={VID}).
For instance, to show the video on this page: https://www.youtube.com/watch?v=thAyGZNYdDk, replace {VID}
above with thAyGZNYdDk
and get this: https://www.youtube.com/embed/thAyGZNYdDk?playlist=thAyGZNYdDk&autoplay=1&rel=0&controls=0&showinfo=0&loop=1
More examples:
- Al Jazeera English live
- Bloomberg Originals live
- YouTube TV: CNA News live
- YouTube TV: Euronews English live
For more information and a complete tutorial, please check the How to Show YouTube Videos page.