Can we play .swf files in iPhone using Objective-C

前端 未结 2 472
情书的邮戳
情书的邮戳 2021-01-27 10:21

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.

2条回答
  •  梦如初夏
    2021-01-27 10:50

    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).

提交回复
热议问题