The above link does autoplay when you open it in a new tab, but does not work within the prototype.
Most solution I found on forums suggest adding the “autoplay” option to the URL in order for the video to start. Though, from what I understand, there are different characters you have to enter depending on what you already have in you URL.
Here are the combinations I have tried so far, without success:
I’m not sure if I expressed myself correctly in my first message.
In my prototype, I do not want only a single video to play from the playlist, but rather all of the videos to play one after the other. In other words, I do want all of the videos that are in the playlist to eventually play.
Also, within the Axure Inframe component, I don’t think you can add the later information (i.e. frameborder=“0” allow=“accelerometer; autoplay=“1”; clipboard-write; encrypted-media; gyroscope; picture-in-picture” allowfullscreen").
Instead, I think you need to add those constraints in the URL, like I did in the above-mentioned playlist link, where I added “;&autoplay=1”. Unless there is another way that I’m not aware of.