loading thumbnail flash panorama

Q&A about the latest versions
Post Reply
mrt
Posts: 56
Joined: Mon May 19, 2008 1:22 pm

Hi all,

I'm trying to load a small thumbnail flashVR into a new level in flash when you "roll over" a button. Also I want the thumbnail 360 to appear at specific coordinates in the new level. Does anyone know how to do this?

So far, I'm using the Loadmovie script but the pan always appears in the top left corner.

Cheers in advance,

MrT
User avatar
thomas
Chief Gnome
Posts: 2613
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

You can find the methods to move the panorama at Flash API namely the <panoclip>.pano.setWindowSize(<width>,<height>); and <panoclip>.pano.setWindowPos(<x>,<y>); or the method for ActionScript 2 with the parameters in the init handler.
MfG, Thomas
Post Reply