Image maps – Use JAVA script?
-
I am creating a Virtual Tour of my School: http://www.hollyhallacademy.co.uk/our-academy/virtual-tour/
I have created an image map:
<img class=”aligncenter size-full wp-image-559″ alt=”Holly-Hall-Virtual-Tour-Map” src=”http://www.hollyhallacademy.co.uk/wp-content/uploads/2013/02/Holly-Hall-Virtual-Tour-Map.jpg” width=”980″ height=”656″ usemap=”#tour” border=”0″>
<map name=”tour”>
<area shape=”rect” coords=”130,35,1,53″ href=”http://www.dermandar.com/p/aSohmZ/t5″ target=”_blank”>
</map>My question is do you know what code I could use to launch the full size panoramic directly from the image map to make it easier for the user? The embed code offered by dermandar.com is as follows, however this will not do what I need:
<div id=”dmd_pano_ayrxLq” style=”width: 960px; height: 150px;”></div>
<script type=”text/javascript”>
var dmdEmbeds = dmdEmbeds || [], ayrxLq_w=’960′, ayrxLq_h=’738′;
(function(){ dmdEmbeds.push(‘ayrxLq’);})();
</script>
<script type=”text/javascript” src=”http://static.dermandar.com/js/embed.js?v=94.84.65″></script>Thanks in advance for your help.
The topic ‘Image maps – Use JAVA script?’ is closed to new replies.