nishantcm
nishantcm

Reputation: 935

Flash Animation to Iphone

My designer has made a few animations for a flash game and I want to put them in my Iphone game. Is there any way to do that?

I thought of exporting all the pngs as frames. And then looping them in UIIMageview. Is there any better method to do this.

Upvotes: 2

Views: 1396

Answers (3)

pchap10k
pchap10k

Reputation: 2076

Have you heard of Hirameki? It is a flash animation only parser that lets you drop SWF animations directly into Xcode projects for iPhone. A demonstration and beta sign up is here http://www.flash-on-iphone.com

Upvotes: 0

nishantcm
nishantcm

Reputation: 935

I am doing what Walter above has suggested.

Exporting the frames as pngs and then making them loop is probably your best bet then. – Walter Dec 24 '10 at 22:34

Upvotes: 1

Gareth Davis
Gareth Davis

Reputation: 28059

Not really. In the future you might be able to export Flash to iPhone binaries, but I think that project got put on hold when Apple changed the AppStore guidelines. Even then I don't think it would allow it to be emmended in another App.

Upvotes: 0

Related Questions