Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是一款在线游戏,我需要在游戏网站上开发一个“启动”按钮来启动客户端游戏。我在类似这样的几款网络游戏中看到了这一点。如何才能做到这一点?
注意:我正在使用 ASP.NET 开发网站。
如果游戏是 .exe,由于安全性,您将遇到麻烦。(即,如果您可以发出要在客户端上运行的命令,则可以执行病毒等)
如果游戏是在闪光灯或银光中完成的,那么还有其他选择。
I've seen similar solutions with Java Webstart (jnlp files).