Please Help with Image linking via hotspots!

Q&A about the latest versions
Post Reply
Colbern
Posts: 2
Joined: Sun Apr 25, 2010 3:19 am

I have successfully managed to get a hotspot to link to an image in another browser window, However what I would like is for you to be able to click on a (point) hotspot, and for the linked image to be displayed via a third party viewer, for example lightbox 2

http://www.huddletogether.com/projects/lightbox2/

The problem I have is that, for lightbox to be activated,

Code: Select all

<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
must be placed in the header, followed by

Code: Select all

<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
And then each link must be

Code: Select all

<a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>
Is there any way of putting this html code into my panorama via Pano2VR so that images will be displayed via the lightbox when hotspot(s) are clicked on?

I have Flash and Dreamweaver if needed, by the way.

Thank you for your help in advance!
Post Reply