Question

I'm working on an iOS application using AIR for iOS and am requested now to add support for 360° panorama images.

There are a few Flash panorama players available, but they create SWF files which I won't be able to compile into my iOS application (I assume?)

What options do I have to get interactive 360° panoramas into my AIR for iOS application?

//edit: the viewer should support spherical panoramas with proper distortion

Was it helpful?

Solution

I'm not sure what you mean... can you not get the source code for these existing panoramas? If not, and you can just a SWF, then simply embed the SWF as a MovieClip class instance into your application and, to my knowledge, this should be just fine even on iOS.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top