Hi,
Browser.QueryParam or Browser.QueryString is not available if game is embedded inside a web page. Can anyone please help.
If Browser.Domain is used it returns the embedded game path, not the parent page web address.
Eg: if my parent page is index.html?Name=Jhon&Age=29, and game is in an iframe with address game/mygame.html i want to get Name and Age from parent page.
Thanks