Hi, I'm sorry I have to make a question here about this, i realize this is an old question, and is usually frowned upon, but (although I'm fine with normal unity), I'm a complete noob when it comes to Smart Fox, and web games. How would i make it so that i could put a game up on a website, and people would be able to access that game? Is it possible without the host being active? If you do chose to explain it to me (and if you do, please simply), thank you so much! It really means a lot.
Just open build settings select WebPlayer and press build. It will generate to files for you which you can upload to a server. Then have the user open the .html file. Done. The host will only have to send the content to the client. The game itself should run on the client unless you are using a web-based database or similar.