Click to See Complete Forum and Search --> : Need advise regarding app development


GraphicsDude
06-23-2010, 09:17 AM
I have a flash app that I built some time back for a client and they now want to rebuild it so it will be iPhone and iPad accessible. It’s not very complex it has an image with hot zones. When you roll over them a small popup menu appears. One of the options plays an animation clip. All this was easy to do in flash just want some help in regard to the best option to code this without.

criterion9
06-23-2010, 02:12 PM
It depends on the complexity of the app. If it is easily transformed into a browser/javascript app then I'd do that. Otherwise you'll have to use objective C since apple won't allow you to use Flash/Java/etc.

GraphicsDude
06-23-2010, 02:48 PM
Thanks, it's not very complex, the only concern I have is that when someone clicks the button to play one of the clips, I'd like to have the clip play as quickly and as seamlessly as possible.