Skipping the play screen in iframe

Hello, we are experimenting with embedding the shared space iframe into a deployed website, and i was wondering if there was a way to skip the first screen (with the play button), either with html tags, JS or some sort of Delightex API.

That way the iframes would load the environment directly without having to click the Play button… is it possible? I cant find anything related on the Resources page.

Hi @Sebastian_Mosquera_c

There is an autoplay parameter which does exactly that :slight_smile:

This means putting ?autoplay=true in the address, is that right?

Like this:

https://edu.delightex.com/ZLZ-HNX?autoplay=true

It’s not done through scripting within the editor?

Does this work with Nova? I tried but couldn’t get it to work with the Cyberpunk example:

https://nova.delightex.com/shared/rrebea?autoplay=true

This would definitely be great for professional use.

Thanks!