how to remove Object2VR from memory

Using Pano2VR/Object2VR SWF files with your own Flash projects
Post Reply
filepark
Posts: 8
Joined: Mon Oct 05, 2009 4:45 am

Please help.
I can embed an object2vr swf into my flash application. But how to remove it and release memory?

I've tried:
myMC.cleanup();
myMC.obj = null;
myMC = null;
objectLoader.unloadAndStop();

Memory is NOT released!

Please help.
moonshadow777
Posts: 3
Joined: Mon Jan 25, 2010 10:38 pm

I am also having this problem. Any ideas?
Post Reply