easiest way to run the game

betatester

Member
Jul 17, 2017
18
1
51
you got chrome problem with swf
write an html file with the swf as an object change the swf name according to the version you're running

Code:
<html>
<body>
<object>
    <embed src="TiTS_0.7.114.swf" width="100%" height="100%"></embed>
</object>
</body>
</html>
 
  • Like
Reactions: Nnxx