Browser Based Game Creation
CoolBananas
Member Posts: 1
in Help Wanted
Is it possible to use Game Salad to build a HTML5 browser based game and release it only on a private website with no game salad references, and be compatible for smart devices and desktop computers? (not for downloadable app)
Comments
As far as I'm aware you can only publish to the GameSalad Arcade (to be honest though I haven't looked at the publishing options for quite some time). You can then embed the game in your own private web page using iframe, and there's instructions on the forum how to hide the bottom GameSalad bar by using two web pages, each with a different height iframe.
Like this:
Have one page with the gamesalad game in as normal:
http://www.kevincross.co.uk/gamesalad_reflexio.html
And another page with an iframe that includes the above page but with a smaller height.
http://www.kevincross.co.uk/reflexio.html
Look at the page source for each to see the HTML code behind as I can't paste html code here