load next pano action

Using Pano2VR/Object2VR SWF files with your own Flash projects
Post Reply
amir
Posts: 2
Joined: Wed Jun 04, 2008 12:02 pm

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
gwindle
Posts: 26
Joined: Mon Jan 25, 2010 10:53 pm

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!
User avatar
Hopki
Gnome
Posts: 12999
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

If your using AS2 you will need to download Pano2VR V2.3.4 and output to Flash 8.
Use AS3 for Flash 9/10.
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
gwindle
Posts: 26
Joined: Mon Jan 25, 2010 10:53 pm

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.
Post Reply