Page 1 of 1

Pano 2VR and flash for hotspots

Posted: Mon Jan 18, 2010 3:11 pm
by Vivi
Hello...

I need help if it's possible.
My english is bad so i hope you're going to understand my problem...

I must create a pano with Pano2VR, that is ok.
this pano is exported in swf, flash 8 for me because i must import the pano in a movieclip in flash... for another animation.
When i create some hotspots in pano2VR, they don't function... and same thing when the pano is open in the movieclip in flash.

I don't understand because i done all with tutorials and explications in the forum but ...
I have try with your AS code to place my pano :

-------------------------------------------------------------------------------
var vr:MovieClip = _root.createEmptyMovieClip("vr", 1);

vr._lockroot=true;
// move the upper left corner
vr._x=206;
vr._y=123;

var myLoader = new MovieClipLoader();
var myListener = new Object();

myListener.onLoadInit = function () {
vr.pano.setWindowSize(740,390);
};

myLoader.addListener(myListener);
myLoader.loadClip("pano.swf", vr);
--------------------------------------------------------------------------------

if you can help me because, at the end, it will be 18 hotspots in my panorama.
thanks

Re: Pano 2VR and flash for hotspots

Posted: Mon Jan 18, 2010 3:46 pm
by erik leeman
Hi Vivi,

If you export your pano as Flash8 those fancy skin elements and hotspots cannot work because they are not supported by versions of Flash older than 9. Only simple area-type hotspots work in Flash 8, so it's either that or you'll have to convert your host animation to Flash 9 or 10 and re-export your pano as Flash9/10. Doing this would also mean that you will have to do all your coding in Action Script 3, because AS2 won't work either with Flash9/10 panos.

Regards,

Erik

Re: Pano 2VR and flash for hotspots

Posted: Tue Jan 26, 2010 10:35 am
by Vivi
i understand what you explained me.
I try to export my pano in flash9/10 and all my hotspots are ok
but i don't success to change my code in AS3... i don't control it

where can i find some informations to help me to do modifications ?