Multiple pages Unity Webplayer

If I have a registration form on one tab and the unity web player on another, can the tab with the registration form communicate with the page with web player on it?

1 Answer

1

This is not really a Unity question, but there are several methods you can use to communicate between browser tabs : cookies, localstorage, and shared webworkers are three examples that come to mind.

Start off with the following for more information/examples: