Search found 4 matches

by macdigger
Thu Oct 29, 2009 12:58 pm
Forum: Pano2VR general
Topic: Getting currently displayed panorama's url
Replies: 1
Views: 2792

Re: Getting currently displayed panorama's url

Well I sort of found a solution, approaching the problem from another side. I have attached a listener to panorama, which listens to hotspots being clicked on: vr.pano.onClickHotspot=function(id:String) { trace("clicked on hotspot id:", id); } This way, I can track a supposedly being shown...
by macdigger
Thu Oct 29, 2009 7:58 am
Forum: Pano2VR general
Topic: Embedding panorama into another movie clip problem
Replies: 1
Views: 1773

Embedding panorama into another movie clip problem

I have a multi-file flash project, where there's a main.swf movie clip, which loads "sub-section" movie clips per user request. One of the section is a virtual tour movie clip "virtual.swf", which is responsible for showing panoramas created with Pano2VR. I am currently just rese...
by macdigger
Thu Oct 29, 2009 6:47 am
Forum: Pano2VR general
Topic: Getting currently displayed panorama's url
Replies: 1
Views: 2792

Getting currently displayed panorama's url

I have hotspot-linked panoramas for a panoramic tour, which are loaded into parent movie clip. This parent movie clip also has navigation controls (I had to move them outside of panorama, due to design requirements). What I am trying to do is to get the currently displayed panorama and the "sel...