简体   繁体   English

Windows 8的Adobe AIR应用程序开发

[英]Adobe AIR application development Windows 8

I have created an application for windows OS. 我已经为Windows OS创建了一个应用程序。 Its working fine in XP,Vista and windows 7. Now My question is, Can the same application work on Windows 8 ?. 它可以在XP,Vista和Windows 7中正常工作。现在我的问题是,同一应用程序可以在Windows 8上运行吗? Windows 8 has touch functionality,In my application I have implemented button events(Enter) and Mouse events(click) but have not implemented touch functionality.Do I need to extend the application or will it work without modification ? Windows 8具有触摸功能,在我的应用程序中,我已经实现了按钮事件(Enter)和鼠标事件(click),但是还没有实现触摸功能。我是否需要扩展该应用程序,或者它无需修改即可工作吗?

yes, it will work 100% right. 是的,它将100%正确。 WIndows 8 will play it, and also, touch events are converted to mouseevents - same way on android, etc.. You will still be able to push it to the appstore of windows 8, but ONLY with outer link to download, as it will count as a desktop app, not a windows rt / metro style app. Windows 8将播放它,并且触摸事件也将转换为mouseevents-在android等上也是如此。您仍然可以将其推送到Windows 8的应用商店中,但只能通过外部链接进行下载,因为它将算作桌面应用,而不是Windows rt / Metro风格应用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM