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.
是否可以从 Adobe AIR 应用程序刻录 CD/DVD?如何?我希望我的应用程序在 CD/DVD 上进行一些备份。还有其他选择吗?
虽然某处可能有一个外部库可以做到这一点,但 AIR 无法开箱即用地刻录 CD 或 DVD。它所能做的最好的事情就是在本地文件系统上读取、写入和复制文件。
如果要备份数据,可以将数据写入文件系统的其他位置。