有没有办法使用 HTML/JavaScript 和 Flash 构建桌面 AIR 应用程序并从 Flash 发布它?
是否可以使用HTML/JavaScript和Flash制作桌面Air应用程序? 实际上我想使用flash制作一个Air应用程序(适用于桌面),并且还想使用HTML,javascript和CSS。这可能吗?
Is it possible to make desktop Air application by using HTML/JavaScript and Flash?
Actually I want to make an Air app (which is for desktop) by using flash and want to use HTML , javascript and CSS as well.Is it possible ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是您想使用 Flash IDE 自己创建 AIR 应用程序吗?是的,这很有可能。
或者您想创建一个用 Flash 制作的 Web 编辑器,然后人们可以用它来创建 AIR 应用程序?这也是可能的,但您需要的不仅仅是 HTML、JavaScript 和 CSS 来做到这一点。您必须在服务器上设置一个 Flex 编译器,并使用 ant 任务动态编译和打包代码。
Do you mean you want to create an AIR app yourself, by using the Flash IDE? Yes, that's quite possible.
Or do you want to create a web editor made with Flash, which people could then use to create AIR apps? That's also possible, but you will need more than HTML, JavaScript and CSS to do it. You would have to have a flex compiler set up on the server and use ant tasks to compile and package the code dynamically.