Search found 8 matches

by filepark
Tue Apr 12, 2011 4:47 am
Forum: ActionScript
Topic: how to remove Object2VR from memory
Replies: 1
Views: 20267

how to remove Object2VR from memory

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.
by filepark
Thu May 13, 2010 2:24 am
Forum: Websites Gallery
Topic: My first virtual tour
Replies: 2
Views: 2611

Re: My first virtual tour

to download because it's offline orient tour
by filepark
Wed May 12, 2010 10:00 am
Forum: Websites Gallery
Topic: My first virtual tour
Replies: 2
Views: 2611

My first virtual tour

My first virtual tour. I'll thankful for criticism.
http://file.ya1.ru/6a4a3a5016f353c3ee3505b8878c5218
by filepark
Tue May 04, 2010 2:26 am
Forum: ActionScript
Topic: removing object movie
Replies: 2
Views: 3144

Re: removing object movie

Thank you Erik, I’ve read your previous messages - very useful.
by filepark
Thu Apr 15, 2010 3:11 am
Forum: ActionScript
Topic: removing object movie
Replies: 2
Views: 3144

removing object movie

to remove a panorama I have to use the following code: vr.cleanup(); removeChild(loader);
How can I remove object movie created in Object2VR? What is the code?
by filepark
Mon Mar 29, 2010 4:01 am
Forum: ActionScript
Topic: adding hotspost using AS3
Replies: 1
Views: 2988

Re: adding hotspost using AS3

I guess the problem is in your code. I have used the method <panoclip>.pano.addHotspot(...);, it works ok. May be you try to call the method before loading a panorama.
by filepark
Mon Oct 12, 2009 9:17 am
Forum: Pano2VR general
Topic: problem with API. Please help.
Replies: 0
Views: 1422

problem with API. Please help.

Hi. I have made flash panorama with Pano2VR 2.3 beta 4 (flash8) and container in Adobe Flash CS4. I have just copied code from http://gardengnomesoftware.com/wiki/Pano2VR_-_Flash_API and add couple strings: var vr:MovieClip = _root.createEmptyMovieClip("vr", 1); vr._lockroot = true; var my...
by filepark
Mon Oct 05, 2009 4:53 am
Forum: Pano2QTVR - Flash
Topic: problem with API. Please help.
Replies: 0
Views: 9696

problem with API. Please help.

Hi. I have made flash panorama with Pano2QTVR 1.6.6 and container in Adobe Flash CS4. I have just copied code from http://gardengnomesoftware.com/wiki/Pano2VR_-_Flash_API and add couple strings: var vr:MovieClip = _root.createEmptyMovieClip("vr", 1); vr._lockroot = true; var myLoader = new...