문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top