Forum Discussion
NatalieFried503
5 years agoCommunity Member
Exit course/close browser window not working correctly
I have a storyline 360 file that I am publishing as HTML5 and launching using aws. The issue is that the exit button does not close the browser window. I have adjusted the player settings to launch ...
JoeFrancis
5 years agoCommunity Member
Try changing the Trigger for your Exit button to:
Execute JavaScript
When the user clicks Button 2
In the JavaScript window, enter the following:
window.top.close();
- NatalieFried5035 years agoCommunity Member
Right, that's what I've been using but the clicking the button doesn't close the window even with that JS. I assume this is an issue because the page is launched from my Squarespace website, opening in a new tab that is hosted by aws?
Related Content
- 2 years ago