Hi,
I have my game embedded in an iframe. I need to pass information from the website to the game. I've read on the forum that you can use Browser.ExecJS("window.variableName") for this, but I can't get it to work.
I've tried disabling worker mode. I've tried using self instead of window.
It didn't work when I tried it in an empty project on its own, either, but one in Construct 2 did.