Developing game in unity For ipad/iphone using swf(flash) Files

hii, i want to develop a game for ipad/iphone ,I have created animated clips using flash cs4(.swf). so now i want to import/export them into unity for controlling that all clips(controlling charcters inside it) to make a simple but interactive game. So isi it possible in unity? I

If yes plz tel me how can i do that…

Pravin Gate.

Umm, sorry dude, you can’t import .flash or .flv or .swf files in Unity 3D… and I’m not aware of any importer/exporter at the moment!
But don’t be too disappointed, I know for a fact that most flash users are using cut-out techniques for their animation clips, if that’s the case about you either then you could use those cut-out parts as sprites in unity (oh, and btw, u can’t render vector graphics in unity) I’d recommend you to take a look at SpriteManager and SpriteManager 2 for this.

You could create your characters, etc. in 3d software package, animate them there and import them in Unity3D or you could bring the sprites in Unity and start using the built-in animation system provided in the software…

Just my 2 cents,
Curious