can a flash ios app be linked into a bigger xcode app?
We're working on an application that shows a 3d view of the world, but we also want a 2d map to be available to users. The 3d app is being designed and built by objective-c programmers working in xcode. Would it be possible to build the 2d map in flash, export it to ipa, and have that included into the xcode build? We can't really have two separate apps, cause a use would need to exit the 3d app to enter the 2d app. We'd like the 2d map to be a feature of the app.
