How to remove the Panorama in Actionscript 2.0?

Using Pano2VR/Object2VR SWF files with your own Flash projects
Post Reply
auaa
Posts: 1
Joined: Thu Mar 04, 2010 4:08 am

I success load the panorama in flash, but I can't remove it in next frame....
example:
http://thu.kiosk101.com

Although I try to remove the panorama use the following code:

Code: Select all

vr.cleanup();
removeChild(loader);
......Nothing happen.

Have any simple way to clear panorama?
aguedes
Posts: 2
Joined: Sun Apr 11, 2010 11:26 am

I use vr.removeMovieClip ();
Post Reply