Combine "Ultimate Fade-in Slideshow" and "Lightwindow 2.0" ??
1) Script Title: Ultimate Fade-in Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm
1) Script Title: LightWindow 2.0
2) Script URL: http://www.stickmanlabs.com/lightwindow/
Ultimate Fade Slideshow uses the following syntax to link an image to a URL:
Code:
["path_to_image", "optional_url", "optional_linktarget", "optional_description"]
["http://mysite.com/pic.jpg", "http://somesite.com", "_new", "Beautiful Photo"]
LightWindow 2.0 uses the following syntax to open an image in a lightbox:
Code:
<a href="http://mysite.com/pic.jpg" class="lightwindow" caption="Beautiful Photo">Beautiful Photo</a>
LightWindow 2.0 offers the ability to "Create and Launch a Window with a Javascript Call," but this is just beyond my grasp of javascript, and I'm not sure it's even applicable... But the documentation says:
Quote:
To Create and Launch a Window with a Javascript Call, simply call activateWindow(id, options) function as show below. Just be sure to reference the myLightWindow object that is automatically created or use the one you have opted to. EXAMPLE:
Code:
myLightWindow.activateWindow({
href: 'http://stickmanlabs.com/images/kevin_vegas.jpg',
title: 'Waiting for the show to start in Las Vegas',
author: 'Jazzmatt',
caption: 'Mmmmmm Margaritas! And yes, this is me...',
left: 300
});"
Wondering if anyone has had success (or might know a way) making these scripts work together?
Thanks in advance for anyone that can help.