Search found 9 matches

by atreiu
Fri Jul 25, 2008 4:54 pm
Forum: Pano2QTVR - Flash
Topic: Panorama Flash API
Replies: 54
Views: 114900

Re: Panorama Flash API

ok thanks

Now I get it :)
by atreiu
Fri Jul 25, 2008 12:05 pm
Forum: Pano2QTVR - Flash
Topic: Panorama Flash API
Replies: 54
Views: 114900

Re: Panorama Flash API

I have problem to use this function in my case.

What is "rect" and fov? How do you suggest to use it?

Thanks for the answer.

Regards.
by atreiu
Fri Jul 25, 2008 11:20 am
Forum: Pano2QTVR - Flash
Topic: Panorama Flash API
Replies: 54
Views: 114900

Re: Panorama Flash API

:)
I understand that "rect" is a flat 360 image.
One question: how can I get fov.cur ?
by atreiu
Tue Jul 22, 2008 1:31 pm
Forum: Pano2QTVR - Flash
Topic: Panorama Flash API
Replies: 54
Views: 114900

Re: Panorama Flash API

And... I have another question:) Since there is no possibility to read all positions of hotspots saved with pano2QTVR I created my own aplication were I can load flat 360-image and set some points (hotspots) and save it to database. I assumed that: 1. the center of the image is 0 pan and 0 tilt 2. t...
by atreiu
Tue Jul 22, 2008 1:07 pm
Forum: Pano2QTVR - Flash
Topic: Panorama Flash API
Replies: 54
Views: 114900

Re: Panorama Flash API

Ok thanks. I guess handling _alpha is not enough... If MovieClip has some behavior attached (onPress, onRollOver or so on) those actions will block elements beneath. If anybody faces same problem I solved it like this: hsMovie.onEnterFrame = function(){ if(!this.hitTest(PanoArea)){ this._alpha =0; d...
by atreiu
Tue Jul 22, 2008 2:19 am
Forum: Pano2QTVR - Flash
Topic: Panorama Flash API
Replies: 54
Views: 114900

Re: Panorama Flash API

Hello again I cannot manage _visibility of movieclips which were added with addHotSpot. I only cannot manage it when the pano is not moving (while its pressed by user). What I do is: 1. Create movieClip var hsMovie:MovieClip=_root.attachMovie("pa","hsMovie"+idx,_root.getNextHighe...
by atreiu
Tue Jul 15, 2008 10:42 pm
Forum: Pano2QTVR - Flash
Topic: Panorama Flash API
Replies: 54
Views: 114900

Re: Panorama Flash API

Is it possible to lock somehow mouseListener for loaded pano?
For example I don't want scrollbutton on mouse to scroll FOV parameter on pano as mouse cursor is not over the pano.
by atreiu
Tue Jul 15, 2008 8:04 pm
Forum: Pano2QTVR - Flash
Topic: Panorama Flash API
Replies: 54
Views: 114900

Re: Panorama Flash API

OK. Thanks:)
by atreiu
Mon Jul 14, 2008 2:48 pm
Forum: Pano2QTVR - Flash
Topic: Panorama Flash API
Replies: 54
Views: 114900

Re: Panorama Flash API

Hello Is it posible to read in flash all hotspots from loaded 360 swf ? Something like getAllOriginalHotspots(panoID) or clearAllOriginalHotspots(panoID). I want to do as follows: 1. Create pano with hotspots in pano2qtvr 2. Then load it to main movie 3. Get (read) all positions of hotspots created ...