how show next Item in database without user select it from list ? for example I need auto play videos from database from URL stored in database
If you would like videos to auto play, this is what I would recommend.
- Input the youtube video component
- Turn autoplay on
- Input a button that has a visibility setting that will only show up when video starts playing
- Have button link to new screen with new video/url
I am not sure if this is what you are looking for because the user would still have to click on a button and it wouldn’t automatically cycle through videos. However, this is what I would do.