如何制作实际的应用程序/小部件?
我在 adobe flash CS5 中制作了一个模拟时钟,并希望使其成为一个合适的应用程序。 当我创建一个exe文件时,它将在flash播放器或firefox等中运行,这是我不想要的。 Visual Basic 8 也无法帮助我。
所以我的问题是:我如何制作一个真正的、自动运行和自动安装的应用程序 这个闪存时钟?
网上有数百个时钟可供下载,它们自己运行并且不打开 在Flash播放器中。这是怎么做到的? 如果你能给我一些提示那就太好了 此致 汤姆
I have made an analog clock in adobe flash CS5 and want to make it a proper application.
When i create an exe file it will run in flash player or firefox etc., which i dont want.
Visual Basic 8 could not help me either.
So my question is: How do i make a real, self running and self installing application for
this flash clock?
There are hundreds of clocks to download on the net, which run on there own and do not open
in flash player. How is this done?
It would be great, if You could give me some hints
Best regards
Tom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确理解了您需要什么,那么它就是 Adobe AIR 应用程序。它将为您导出 .air 文件,您可以将其部署为 win/os/linux 上的自安装应用程序。
只需打开该文件,然后在“配置文件”属性中将其更改为 Adobe Air,而不是 AS3。
if i corectly undestood what you need, then it is the Adobe AIR application. which will export for you the .air file, and you can deploy it as a self installing application on win/os/linux.
simply open the file, and in the Profile properties chage it to Adobe Air, but not AS3.