Search found 3 matches

by shannonr
Tue Nov 02, 2010 12:14 pm
Forum: ActionScript
Topic: AS3: Controls buttonns dont move when I reposition panorama
Replies: 3
Views: 4110

Re: AS3: Controls buttonns dont move when I reposition panor

Hi - did you mean you changed vr.pano.setWindowPos(256,180) or vr.pano.setWindowSize(256,180)?
Surely vr.pano.setWindowSize(256,180) wouldn't reposition the clip anyway? I'm having the same problem and this didn't work for me :(
by shannonr
Tue Nov 02, 2010 12:02 pm
Forum: ActionScript
Topic: AS3 loading fullscreen issue
Replies: 1
Views: 2811

Re: AS3 loading fullscreen issue

OK- I've worked it out...every nested clip needs to be positioned at o,o or the pano coordinates freak out. The controller is still way down the bottom of the screen though...
thanks
shannon
by shannonr
Mon Nov 01, 2010 4:51 pm
Forum: ActionScript
Topic: AS3 loading fullscreen issue
Replies: 1
Views: 2811

AS3 loading fullscreen issue

Hi there Having had the nasty surprise of having to rewrite an application in AS3 having never used it before so as to get a pano object working, I'm now nearly done, but there are 2 issues: The pano object has lost its controllers When in fullscreen and the frame where the pano loads is reached, th...