Page 1 of 1

load next pano action

Posted: Sat Oct 01, 2011 2:58 pm
by amir
To make a dropdown flash menu, I want add an action to swf button to load another panorama on main swf (skin).
I tried javascript pano.opennext but not working.
Any advice to solve this problem.

Thanks

Re: load next pano action

Posted: Sat Nov 12, 2011 3:49 am
by gwindle
Is there an answer to this question - i could really use one too.

I have an AS2 Flash menu that needs code to launch a pano in the same folder as all the others.

Any help is greatly appreciated!

Re: load next pano action

Posted: Sat Nov 12, 2011 11:24 am
by Hopki
If your using AS2 you will need to download Pano2VR V2.3.4 and output to Flash 8.
Use AS3 for Flash 9/10.

Re: load next pano action

Posted: Wed Dec 28, 2011 1:09 am
by gwindle
Can anyone help with the original question?

What action do you put on an actionscript 2 button that is inside a P2VR skin file? I am trying to load a new pano using the same skin.

I have tried:

on(release)
{
getURL("myNewPano","_blank");
}

it does not work.