Hello
i just purchased the arisexylightbox and now try to setup an article including an imagemap, where several areas of the image should link to several youtube-videos. but whatever i try, - i can't get it top work.
here's my test-code so far:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Unbenanntes Dokument</title>
<p><img src="/images/stories/Indonesien Karte v6.jpg" alt="e" usemap="#Map" height="414" border="0" width="893" />
<map name="Map" id="Map">
<area shape="circle" coords="217,245,54" href="/images/stories/Indonesien Karte v6.jpg" rel="sexylightbox" />
<area shape="circle" coords="846,369,43" href="/images/stories/klappe.flv" rel="sexylightbox" />
<area shape="circle" coords="458,301,49" href="youtu.be/u86cpDNTL1A" rel="sexylightbox" />
</map>
</p>
the first area with the linked image works flawlessly, but the "red" ones with flv-Video/youtube-link don't work. either the lightbox-frame show "404", or the lightbox-frame shrinks to simgularity and does nothing.
What am i doing wrong ?
Thanks and