Hi,
my game is loaded into a iframe. That iframe url contains few information i want. How can i read the iframe url. (I dont need the browser url) ?
You have to pass the info as config parameters to the engine via javascript.
1 Like
Or via html5.run(). Something like this: How to get URL parameters from the address bar (SOLVED)
2 Likes
thank you both of you.htmp5.run() works
1 Like