Hi.
The QuicktimeVR format is not natively supported by Android.
The WebView has (partial) Flash support but not support for Flash panoramas.
Pano2VR is a software that can create Flash panoramas but as i said the WebView Flash support is not complete and Flash panoramas won't work in a WebView.
I've had a search for you and found not a single method to display panoramas in an Android application.
Have you got the original source images that the QuicktimeVR panorama was constructed from?
If not then you can export the QuicktimeVR to a different image based format - a series of JPG images maybe.
So you already have the original panorama source images OR you can export the QuicktimeVR to get the images - i think from that point on your only option is to develop your own panorama viewer.
An OpenGL solution would be best and i think would be able to take advantage of any hardware acceleration available on a device.
I have no experience with OpenGL so can't help there.
As i posted before, you can display panoramic imagery using the Google Maps API BUT it's not a straightforward task.
You can't use the Google Maps API to create a standalone panoarama for example - you'd need a WebView and internet access and all the panorama images would need to be cut into a series of tiles (a series of tiles for each zoom level) and these tiles would need to be hosted on the internet.
There'd be far too many tiles to include them all in an application.
Martin.