Flash Panorama Player - hanging tooltips


Published on October 24th, 2008
2 Comments

Using the zephry’s excellent Extensible tooltips plugin and also FPP’s tooltip plug-in, there seems to be an issue where the non-static hotpot tooltips will sometimes hang and carry over into the next pano. The only solution I could find was to was turn off the visibility of the non-static hotspots onTransitionEnd, and turn the visibilty back on again onNewPano, so:

onNewPano="
nonstatic_hotpot_1.visibility=0;
nonstatic_hotpot_2.visibility=0;
nonstatic_hotpot_3.visibility=0;
etc...
"

onTransitionEnd="
nonstatic_hotpot_1.visibility=1;
nonstatic_hotpot_2.visibility=1;
nonstatic_hotpot_3.visibility=1;
etc...
"

Obviously a bit of a pain if there are a shedload of hotspots, but it works.

Share/Save/Bookmark

Published in categories: Flash Panorama Player


Fake miniature 360° panorama of Oxford


Published on October 8th, 2008
Leave a Comment

Seeing this is my first post, here’s something a bit different to get this blog rolling.

Carfax Tower


View 360° here

This is a 360° taken from the top of Oxford’s Carfax Tower which has been processed to make it (hopefully) look a panoramic view of a miniature scale model. The basic steps taken in Photoshop were:

More in depth tutorials can be found here and here.

Share/Save/Bookmark

Published in categories: Experimental, Virtual tours