How to add a few videos, in ui.video

I have 5 videos, how can I add them to src? Only the first is played.

Hey @XOLDEN, while the src property can hold multiple links, it will only play the first available one, so in a way specifying multiple sources is a way to provide a fallback in case your other links fail/are unavailable. However, you can still store multiple different videos in the src and swap between them. To do so you need to access the html video element and set the source manually out of our multiple sources. Here’s an example: https://snippet.webix.com/uagc9547.