Jump to content

HTML5 tips

From SpinetiX Wiki


Introduction

If you need to do a demo with some HTML5 content, you might want to pick a few links from here. This is for testing only.

In Elementi, you add a Web page layer, then, you copy/paste one of the links below. Your DSOS player must have KIOSK or SYSTEMS Feature Set to display the web content on a screen.

Useful resources

Note Warning:
The websites below are not endorsed by SpinetiX - it is your obligation to check the media rights for the media you will purchase on those sites or when you use them. At any time, the provider can close those pages. In that case, the links are broken unexpectedly

Test Beds

Hospitality

Schedules, FIDS:

Webcams:

Dashboards: KPIs

Office Space

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:

For more information and a complete tutorial, please check the How to Show YouTube Videos page.