Results 1 to 1 of 1

Thread: how to combining Slideshow and Lightbox

  1. #1
    Join Date
    Apr 2010
    Posts
    33
    Thanks
    7
    Thanked 1 Time in 1 Post

    Default how to combining Slideshow and Lightbox

    Hello,

    I would like to know how to combine the Slideshow with the lightbox.

    lightbox :
    http://www.dynamicdrive.com/dynamici...box2/index.htm

    Slideshow :
    <html>
    <head>
    <script type="text/javascript">
    var preload_ctrl_images=true;
    var previmg='left.gif';
    var stopimg='stop.gif';
    var playimg='play.gif';
    var nextimg='right.gif';
    var slides=[];
    slides[0] = ["images/image1.jpg" , "This is my image 01"]; //image path with it's description
    slides[1] = ["images/image2.jpg" , "This is my image 02"];
    slides[2] = ["images/image3.jpg" , "This is my image 03"];
    </script>
    <script src="my.js" type="text/javascript"></script> // I have attached(my.js) below
    </head>

    <body >
    <script type="text/javascript">new inter_slide(slides)</script>
    </body>
    </html>

    Is there any possibility to open lightbox when click on the Slideshow ?????
    I have tried this several times. But I couldn't. Now I'm fed-up with this.

    please help me as soon as possible... It would be great if someone could help me.

    Thank you very much,
    Sanduwa
    Last edited by sanduwa; 04-15-2010 at 06:42 PM. Reason: forgot to attach js file

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •