-
HTML 5 and Security
Hi,
I am interested in getting the HTML 5 exporter but I am wondering about the security of the games produced. I am making educational games and quizzes and do not want students to be able to inspect the code to find out correct answers etc. Also, I don't want people to be able to pirate the games easily. If I build an HTML 5 game, can I embed it in a webpage in the same way that I would embed Flash? Is it secure or will people be able to cheat on the games? Thanks,
Brett
-
Yes very similar to how you embed a Flash file.
They can't get anything from reviewing the HTML or even going into the sub folders of the runtime.
I believe anything specific to your file will be inside the cch file and not something that easily to edit or view.
Your graphics and sound files will be external to your game so people could see them if they wanted to dig around..
You can add an index.html file in the sub directories - That keeps people from wandering around in there.
I can't see anyway to easily get any data about your app from the files.
-
If you publish your game as a Final HTML5 Project. If you publish as a development project, the source code is open and people will have ways to access your graphics.
-
Great! Thanks for the info.
Brett