trying to load pano with actionscript

Using Pano2VR/Object2VR SWF files with your own Flash projects
Post Reply
gwindle
Posts: 26
Joined: Mon Jan 25, 2010 10:53 pm

hi -

What action do you put on an actionscript 2 button that is inside a P2VR skin file if you want to launch a new pano using the same skin?

I have tried:

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

it does not work.
User avatar
thomas
Chief Gnome
Posts: 2611
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

Skins are only available in Flash 9/AS3 so you can "talk" to them with AS2 afaik.
MfG, Thomas
Post Reply