I'm using the system plugin version of Sexy Lightbox within a html module (not the custom one that comes with joomla).
The original code I used to play the video(works great):
Code: |
<a href="http://mysite.com/beach.flv?width=640&height=355" rel="sexylightbox" title="Beach">
<img src="images/videos/beach.png"/></a>
|
Then decided to try and add a download link to the description area and tried this:
Code: |
<a href="http://mysite.com/beach.flv?width=640&height=355" rel="sexylightbox" title="Beach
<a href="http://mysite.com/beach.flv">DOWNLOAD HERE</a>">
<img src="images/videos/beach.png"/></a>
|
Same as before, just tried to add the link within the title parameters and this did not work.The link just ended up next to the image - <img src="images/videos/beach.png"/> used to open up the video