iphone / ipad:如何在objective-c中加入flash动画? [英] iphone/ipad: how to incorporate flash animation in objective-c?

查看:174
本文介绍了iphone / ipad:如何在objective-c中加入flash动画?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将一些flash动画(一个二维角色动画)加入
my objective c app。

I'd like to incoporate some flash animation (a 2d character animation) into my objective c app.

我听说你可以在iphone中创建并导出flash cs5应用程序。但是
我不想导出整个应用程序。只是一个小组件...

I heard you can create and export a flash cs5 app into iphone. But I don't want to export an entire app. Just a small component...

例如,我想得到一个2d角色的动画,挥舞着
是在flash中制作的,只是将其合并到我的
目标c应用程序。可以这样做吗?

for example, I want to get an animation of a 2d character waving that was made in flash and just incorporate that into my objective c app. Can this be done?

推荐答案

我不相信有任何支持的方法可以将Flash内容放到iPhone或其他iOS上设备。 Apple不想要iPhone上的Flash

I don't believe there are any supported ways of getting Flash content onto a iPhone or other iOS device. Apple doesn't want Flash on the iPhone.

Adob​​e发布了一个名为 Wallaby ,那么你是否可以使用UIWebView来加载这些内容?

Adobe has released an experimental tool called Wallaby that can export Flash files (.FLA) into HTML5, so perhaps you could use a UIWebView to load that content?

UIWebView还将支持iPhone上的 SVG ,因此如果您可以将源材料转换为SVG ,这也可能有用。许多矢量动画工具将导出到SVG。

UIWebView will also support SVG on the iPhone, so if you can convert your source material to SVG, that might also work. Many vector animation tools will export to SVG.

最后,您可以使用Core Graphics和Quartz手动编码动画,但这对于除了最简单之外的任何事情都可能是痛苦的。动画。

Finally, you could code your animation by hand using Core Graphics and Quartz, but that might be painful for anything but the most simple animations.

这篇关于iphone / ipad:如何在objective-c中加入flash动画?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆