january_9th
01-02-2008, 11:53 AM
Hello,
I'm building a website with swf-games.
I have list of links in HTML, like <a href="www.game.com/game1.swf">.
I'd like the games to open on display.htm, like <a href="url.swf" onclik="window.open('display.htm')">.
Display.htm has only an iframe inside the html.
How can i get the game-url from the link on the mainpage, inside the iframe of display.htm (child window)??
I'm building a website with swf-games.
I have list of links in HTML, like <a href="www.game.com/game1.swf">.
I'd like the games to open on display.htm, like <a href="url.swf" onclik="window.open('display.htm')">.
Display.htm has only an iframe inside the html.
How can i get the game-url from the link on the mainpage, inside the iframe of display.htm (child window)??