Search found 8 matches

by cdman52
Mon Apr 20, 2009 6:03 pm
Forum: Pano2VR general
Topic: PanoCube/init() Error
Replies: 6
Views: 5567

Re: PanoCube/init() Error

Firefoxer,
Are you working in flash or flex?
I'm still having problems. It might be because my system has to be dynamic. I can't tell it just one file to show, it has to switch between several.

Thanks.
by cdman52
Thu Apr 16, 2009 11:24 pm
Forum: Pano2VR general
Topic: PanoCube/init() Error
Replies: 6
Views: 5567

Re: PanoCube/init() Error

Thanks for the reply but I'm already doing something similar to that.
Several places in the code I'm checking for vr.pano != null and i'm still getting the PanoCube/init() error.

Any other ideas? Or do I need to check it in a different place?
by cdman52
Mon Apr 13, 2009 7:31 pm
Forum: Pano2VR general
Topic: PanoCube/init() Error
Replies: 6
Views: 5567

PanoCube/init() Error

Every time I load a pano in my flex app I get the following error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at PanoCube/init() Does anyone know how to fix this or at least catch it? Thanks. Here's my Actionscript code: /** * loadWithCuepoints(swf:SWFLoad...
by cdman52
Mon Mar 09, 2009 6:13 pm
Forum: Pano2VR general
Topic: Weird Pano position/API problems
Replies: 7
Views: 4551

Re: Weird Pano position/API problems

Thanks Hopki for the clarification.

Thanks Thomas for the info about the update. I just downloaded the demo of the 2.2.3 or whatever and that fixes the problem.

Looks like we will be buying this package after all.

Thanks again all.
by cdman52
Mon Mar 09, 2009 5:39 pm
Forum: Pano2VR general
Topic: Weird Pano position/API problems
Replies: 7
Views: 4551

Re: Weird Pano position/API problems

Hopki, That is the problem I am trying to fix. So any ideas about how to fix that would be helpful. What do you mean, "can I suggest not using pointers in Pano2VR and see if that makes a difference"? How would I do that? thomas, thanks, I'll download the latest and see if that fixes my pro...
by cdman52
Thu Feb 26, 2009 6:08 pm
Forum: Pano2VR general
Topic: Weird Pano position/API problems
Replies: 7
Views: 4551

Re: Weird Pano position/API problems

Ya, I guess I didn't explain the problem very well, because what I was trying to explain was exactly what you noticed. I need that fixed. I have no idea how to do it.

Also any ideas on the Pano/init() error would be welcome because I don't know why I'm getting that either.
by cdman52
Wed Feb 25, 2009 8:47 pm
Forum: Pano2VR general
Topic: Weird Pano position/API problems
Replies: 7
Views: 4551

Weird Pano position/API problems

Hi all, I'm new here and having some problems. Any help solving this would be great, I've been stuck here for a while now. I'm working on a rather large web app that can load a pano and display it. You can see an example here http://hgsj.ctlbyu.org/#mapID=1;siteID=1;mediaID=3 The problem is that the...
by cdman52
Wed Feb 25, 2009 8:34 pm
Forum: Pano2VR general
Topic: How to load a virtual tour into another flash application
Replies: 3
Views: 2922

Re: How to load a virtual tour into another flash application

Here's how I'm doing that in flex. At least half of this was taken from the wiki, under actionscript 3 API. Hope this helps. var url:string; var loader:Loader; var urlReq:URLRequest; var vr:MovieClip; public function loadMedia(swfPath:string):void { url = swfpath; loader = new Loader(); //Turn the p...