I wrote an app for iOS on iPhone and iPad. I would like to make the app (a children’s game) I wrote available on my website through Flash. I don’t know if this is possible…
Would I just have to write the application in another language? I can’t find any tools that would help me make it available.
There are no tools to make an iOS application run through Flash Player.
Probably your best bet on writing an application that will run as a native app and within the web is to pursue writing a web application optimized for smartphones. This way you could use a UIWebView to run it within a native application (and thus still have it in the App Store) but also make it available via the web. You could even consider leveraging tools like Phonegap to help with this. But of course this means re-writing your application.