D3e
October 11, 2020, 5:50pm
1
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!
wojtek
October 12, 2020, 7:56am
2
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?
wojtek
July 26, 2022, 8:12am
4
Yes:
<script>
var viewer = WALK.getViewer();
viewer.play();
</script>