Autoplay Embedded Scene

Is it possible to have a scene autoplay when the URL loads?
https://greatfoundeventexample.squarespace.com/members-virtual-home-menu

I am working on a loose idea for a customer and want to use a scene as a menu but I’d like for the scene to just start playing without having to click the “play” button.

Thanks!

Yes, you can add #autoplay hash to the URL to start the scene automatically, for example: https://formikodesign.shapespark.com/flat_with_brick/#autoplay

1 Like

is it possible to have this function in the body-end?

Yes:

<script>
  var viewer = WALK.getViewer();
  viewer.play();
</script>

ok it works very well!

1 Like