如何在不做任何修改的情况下将AS3代码与Haxe一起使用?
我将在 Haxe 项目中使用大量 AS3 代码。我使用最新版本的 Haxe。我真的很想不加任何修改地使用它。有没有标准的方法来做到这一点?有什么工具吗?
I am going to use a lot of AS3 code in a Haxe project. I use latest version of Haxe. I really want to use it without any modification. Is there any standard way to do it? Any tools?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将 AS3 代码编译为 SWC,然后将 SWC 包含在 Haxe 项目中。
You can compile your AS3 code to an SWC and then include the SWC in your Haxe project.
官方 Haxe 存储库中还有一个非常实验性的 AS3 到 Haxe 转换器:http://code.google.com/p/haxe/source/browse/#svn%2Fother%2Fas3hx
There is also a very experimental AS3 to Haxe converter in the official Haxe repository: http://code.google.com/p/haxe/source/browse/#svn%2Fother%2Fas3hx