我们可以使用 Objective-C 在 iPhone 中播放 .swf 文件吗

发布于 2024-11-19 23:12:51 字数 75 浏览 1 评论 0原文

我们可以使用 Objective-C 以编程方式在 ipad 中播放、导出 .swf 文件吗?如果有人可以建议支持此功能的本机或外部库。

Can we programmatically play,export .swf files in the ipad using Objective-C, if then could any one suggest the native or external library which supports this feature.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

墟烟 2024-11-26 23:12:51

不,iPhone SDK 和 iOS 不支持 Flash(众所周知的事实:)。有几个应用程序可以在服务器端将 Flash / Shockwave Flash 文件转换为 HTML(5)。

阐述苹果条款

应用程序本身不能安装或启动其他可执行代码
通过任何方式,包括但不限于通过使用
插件架构,调用其他框架、其他API或
否则。不得下载解释代码并在其中使用
除由 Apple 解释和运行的代码之外的应用程序
已发布的 API 和内置解释器。

No, the iPhone SDK and iOS doesn't support Flash (well known fact :). There're several apps that convert Flash / Shockwave Flash Files to HTML(5) on the server side.

Stating the Apples Terms

An Application may not itself install or launch other executable code
by any means, including without limitation through the use of a
plug-in architecture, calling other frameworks, other APIs or
otherwise. No interpreted code may be downloaded and used in an
Application except for code that is interpreted and run by Apple's
Published APIs and builtin interpreter(s).

临风闻羌笛 2024-11-26 23:12:51

音频播放和录制格式
操作系统支持的音频播放格式如下:

*AAC
*HE-AAC
*AMR (Adaptive Multi-Rate, a format for speech)
*ALAC ( Lossless)
*iLBC (internet Low Bitrate Codec, another format for speech)
*IMA4 (IMA/ADPCM)
*linear PCM (uncompressed)
*µ-law and a-law
*MP3 (MPEG-1 audio layer 3

操作系统支持的音频录制格式如下:

*AAC (on supported devices only)
*ALAC ( Lossless)
*iLBC (internet Low Bitrate Codec, for speech)
*IMA4 (IMA/ADPCM)
*linear PCM
*µ-law and a-law

https://developer.apple.com/library/archive/documentation/MusicAudio/Conceptual/CoreAudioOverview/SupportedAudioFormatsMacOSX/SupportedAudioFormatsMacOSX.html

Audio Playback and Recording Formats
The audio playback formats supported in OS are the following:

*AAC
*HE-AAC
*AMR (Adaptive Multi-Rate, a format for speech)
*ALAC ( Lossless)
*iLBC (internet Low Bitrate Codec, another format for speech)
*IMA4 (IMA/ADPCM)
*linear PCM (uncompressed)
*µ-law and a-law
*MP3 (MPEG-1 audio layer 3

The audio recording formats supported in OS are the following:

*AAC (on supported devices only)
*ALAC ( Lossless)
*iLBC (internet Low Bitrate Codec, for speech)
*IMA4 (IMA/ADPCM)
*linear PCM
*µ-law and a-law

https://developer.apple.com/library/archive/documentation/MusicAudio/Conceptual/CoreAudioOverview/SupportedAudioFormatsMacOSX/SupportedAudioFormatsMacOSX.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文