Revamped Slideshow

Update: The slideshow viewer now has its very own homepage. Check it out!

We recently updated the TripTracker photo slideshow interface. For a sample, click on the first thumbnail below and then the Play button:



(photos taken from the Thailand trip)

Feel free to use the JavaScript slideshow on your own personal web space (please have a look at the terms at the top of the JavaScript file). The interface to the slideshow is simple — insert the script source, initialize the viewer and photo links and then call the viewer.show() method. Here is an example:

<script type="text/javascript" src="http://slideshow.triptracker.net/slide.js"></script>
<script type="text/javascript">
<!--
  var viewer = new PhotoViewer();
  viewer.add('/photos/my-photo-1.jpg');
  viewer.add('/photos/my-photo-2.jpg');
  viewer.add('/photos/my-photo-3.jpg');
//--></script>
<a href="javascript:void(viewer.show(0))">Slideshow</a>

We’re also providing a bookmarklet that allows you to try out the slideshow on other web sites:

  1. Bookmark the following link: Slideshow Bookmarklet (e.g. by dragging the link to your bookmark toolbar).
  2. Visit a page with photo thumbnails, such as the page you are just reading.
  3. Click on your bookmark to bring up the slideshow.

Note that the bookmarklet will only work properly on web pages that include thumbnails linking directly to the full-sized photos. In other cases, the viewer needs to be initialized explicitly using the method described above.

417 Responses to “Revamped Slideshow”

  1. Nate Says:

    Very nice! this is a great app.

  2. Enrique Says:

    Genial en todos los sentidos. Gracias. Hablo de ello en mi blog.

    Un saludo.

  3. Jonathan Says:

    Can someone help me make this work?
    I am putting it on my page, and I have copied the .js file exactly, to my server.
    I created a photos/ bin to put my-photo-1.jpg etc…\

    however I get a blank page with the word “false” on it, at the link of:javascript:viewer.show(0)

    please help!
    thanks

  4. Jonathan Says:

    mariande@gmail.com is my contact!
    thank you.

  5. James Craig Says:

    Keyboard access would be great. Next version, perhaps?

  6. Help Says:

    I imagine you need to leave the .js file hosted on the triptracker server since there is likely some behind the scenes work that is not included in that file. Thus, when you try to host it on your server you’re only executing part of a much larger program and it fails.

  7. ziga Says:

    @Jonathan
    The link should actually be javascript:void(viewer.show(0)). I corrected the post, thanks for the warning.

    @James
    Keyboard navigation should work already, although I do see a focus problem that we’ll resolve shortly. In the mean time, try clicking on one of the toolbar controls first and then navigate using arrow keys, space, etc. (all the keys are listed in the toolbar tooltips).

    @Help
    The script should work offsite, but we’d rather see it hosted to be able to roll out upgrades easier.

  8. Jonathan Says:

    Ziga,
    Perfect!

    I was wondering also, if this script is able to be embeded into flash?

  9. primary colors at dusk » Instant Slideshow Says:

    […] Click here to visit the original site, Triptracker.net […]

  10. xocea » Lightbox-esque Slideshow Says:

    […] Via TripTracker. I don’t know if it actually qualifies as AJAX just because it uses an HTTPrequest, but I think it’s pretty cool nonetheless. Quote: “Feel free to use the JavaScript slideshow on your own personal web space (please have a look at the terms at the top of the JavaScript file). The interface to the slideshow is simple — insert the script source, initialize the viewer and photo links and then call the viewer.show() method.” LINK […]

  11. Braco Says:

    @ Jonathan
    > I was wondering also, if this script is able to be embeded into flash?

    You can include the script into the HTML code that embeds the Flash. Then use the fscommand() method from ActionScript to start the slideshow from Flash.

    For more info on how to call JavaScript from Flash, see
    http://www.moock.org/webdesign/flash/fscommand/

  12. Kenny Says:

    Just started playing with this and generally a very nice job.

    Are there methods available to affect the behavior, such as changing the timing between the slides or the opacity, etc.? If not, I might suggest unobfuscating the code and allowing others to make improvements (& return them to the community) in true open source tradition.

    Thanks for sharing your work.

  13. Jonathan Says:

    @Braco

    Could you be a bit more specific as to including the script into the HTML Embeding the flash,
    the problem I am encountering is the slideshow is eclipsed by a flash file embeded into the HTML directly below. Could this be because they are the same table cell?

  14. Braco Says:

    @Jonathan
    > The problem I am encountering is the slideshow is eclipsed by a flash file embeded into the HTML directly below.

    Oh, of course, I hadn’t thought of that. The flash file is running within an ActiveX control in the browser. It’s probably placed on top of what is being rendered by the browser (that’s the slideshow, in this particular case). We’ll see if this can be worked around by controlling the z-index of the slideshow though.

  15. Jonathan Says:

    Thanks Braco, so should i redownload the slide.js file? I assume that’s what you will be updating? I downloaded the file for my own server just because I was afraid you would take it down one day when I still needed its use.

  16. randy Says:

    This is great…

    1 question

    how do I make 2 slideshows on the same page? in other words use the same script 2 times on the same page.

    Thanks!

  17. doc misterio Says:

    I can’t seem to get this to work anyway I try it…
    -with the .js file on my server or with your file
    -with the extra “)” or without
    -I’m not using the rich text editor in my wordpress (because it was stripping the js src out)
    -I tried it with the pics in the root and /photos/picture.jpg neither worked
    -when you click the link it does nothing… doesn’t open up anything.

    This is the code I’m putting in my post:

    var viewer = new PhotoViewer();
    viewer.add(”/photos/picture 335.jpg”);
    viewer.add(”/photos/picture 330.jpg”);
    viewer.add(”/photos/picture 332.jpg”);

    (Slideshow
    (parentheses added to prevent this from becoming a link)

    Any idea what I’m doing wrong?
    Anything would be appreciated!
    Thanks in advance,

    -Doc

  18. doc misterio Says:

    It would appear the comment thing took half the code away… my bad, I didn’t do pre…

    var viewer = new PhotoViewer();
    viewer.add(”/photos/picture 335.jpg”);
    viewer.add(”/photos/picture 330.jpg”);
    viewer.add(”/photos/picture 332.jpg”);

    Slideshow

  19. doc misterio Says:

    wow… makes me look like the novice… ugh…

    (
    (
    (
    var viewer = new PhotoViewer();
    viewer.add(”/photos/picture 335.jpg”);
    viewer.add(”/photos/picture 330.jpg”);
    viewer.add(”/photos/picture 332.jpg”);
    (
    (Slideshow

    (parentheses added to prevent me from looking like a moron and taking up your comment space ;))

  20. doc misterio Says:

    Ok fine… it’s the same code as you have there, only with MY picture links… since I can’t figure out how to use this comment thing…

  21. egon Says:

    Any way for someone to make a WordPress plugin for this?

  22. bdizzlefizzle Says:

    I can’t get this to work, either. I’m copying and pasting the code as is, and then changing the image locations to refer to my directory structure and files.

    doc misterio, I think we may be having the same issue.

    Do we need to add an onLoad command to the body tag, or something?

    you can see mine at http://www.plexcomols.com/test/bdp/weddings.shtml

    There’s a slideshow link just above the thumbnails.

  23. Braco Says:

    Hi, bdizzlefizzle! Looking at your HTML source, there appear to be some strange leading characters where you copied the JavaScript. Try deleting those. The bookmarklet also appears to be working on your page (at least in my browser).

  24. ziga Says:

    @Kenny
    > Are there methods available to affect the behavior[…]

    Please see the updated post and let us know if that fits your needs.

    @Jonathan
    > so should i redownload the slide.js file

    I suggest you run the JavaScript off our host, since that will make upgrades much easier.

    @randy
    > how do I make 2 slideshows on the same page?

    This is currently not supported, but it is definitely useful so we’ll add support shortly. We’ll keep you posted!

    @doc misterio
    > I’m not using the rich text editor in my wordpress

    Are you sure WordPress is not modifying the JavaScript in any way? We were having issues with WordPress as well, so we eventually added the PhotoViewer using an <iframe> (see the HTML source of the post above). You might have better luck by including the JavaScript source though a WordPress template file. Does the bookmarklet work if you invoke it on your page? Also, if you could provide a link to your page, we might be able to spot the problem.

  25. doc misterio Says:

    The page that I’m working with here is….

    http://www.docmisterio.com/?page_id=22

    @bdizzlefizzle
    >Yes I believe that we are having the same problem! That is exactly what mine is doing…

    @ziga
    >When I did have the rich text on what what was happening was it was stripping the src .js file out… and now upon post it would appear that there is a /br in between the type=text/javascript and the src… and also on the pictures instead of quotes the following number shows up:
    “#8221;”

    That is everything as far as I can tell, any ideas? Thank you everyone for your help!

  26. ziga Says:

    @doc misterio
    > and now upon post it would appear that there is a /br in between

    Yes, these breaks that WordPress inserts are exactly what causes the issue. We updated the post to use a more WordPress-friendly script syntax (note the XML comments and single-line script import). As you noted, the rich editor needs to be disabled. Details here: http://codex.wordpress.org/Using_Javascript

    Let us know if this works.

  27. doc misterio Says:

    @ziga
    > I just wanted to try it because I was curious, I uploaded it to the sidebar, which is NOT in a post, and it worked like a dream - it would appear that the post is the thing that is breaking it… and according to this link you sent me, it’s hard to do JS in a post… so… now with the comment tags and the single line script…. EUREKA!!! It works - Thanks you guys so much!!!

  28. doc misterio Says:

    … and just like that… it broke again… I sent it to a friend “hey dude check out this awesome thing…” and he told me that he clicks on it and nothing happens… so I went back and sure enough… it didn’t work
    http://www.docmisterio.com/?page_id=22

    I can’t see anything wrong… I’m going to keep trying things…

  29. doc misterio Says:

    Ok… it would seem that this is what works…
    I have to put the NON single line code before the ul tags in my sidebar with a noscript around the anchor… and then I have to put the single-line code in the post, and it works… not sure why… thanks guys… I just hope I don’t have to update both instances of the code with the pictures… any idea why I have to have the code in both places… ?

    docmisterio.com
    Slideshow post page

  30. Lutz-R. Frank Says:

    Cool script, Thanks for sharing … I’ve implemented it into my gallery code.
    Absolutely super!

  31. Jonathan Says:

    Safari and IE do not run the script.
    Not for me atleast, as my boss has not been able to view the script at all from either of the two browsers he has.

    Can anyone out there view from ie or safari?

    @Ziga what do you advise?

    - - I would like to e-mail you the link to my site, its sensitive information I would rather not post on an open forum. if you don’t mind taking a look at my site,
    mariande@gmail.com

    j

  32. Kenny Says:

    @ziga

    Thanks very much. That information is most helpful. I much prefer using the script straight off your site. I’ll check it out some more shortly.

  33. Matt Says:

    Great Script!

    Works great in IE but I have an issue under Firefox(1.5.0.3). When you start the slide show it displays the images half way out of the bottom of the window. You can scroll down to see it but the next image drops below again.

    You can check it at
    http://www.towsurfer.com/Photo/ViewGallery2.asp?PhotoGalleryID=77
    “SlideShow” link above thumbnails.

  34. ziga Says:

    @Matt
    > I have an issue under Firefox(1.5.0.3)

    This should be fixed now, thanks for the heads-up.

    Note that instead of opening a new window for each photo, you can have the thumbnails linking directly to the slideshow (showing the corresponding photo first). Simply replace the current onclick attribute values with “return viewer.show(123)” (where 123 is the index of the corresponding thumbnail; indexes start with 0).

    Surf on ;)

  35. egon Says:

    OK I’m sorry for being daft here, but could someone please explain exactly how to integrate this into my site? I run Wordpress, so I don’t know if that will be a problem, but I love this slideshow, I’ve been looking for a “lightbox” slideshow for galleries but couldn’t find anything cool enough but this is perfect. I would really like to have this on my site, any help would be greatly appreciated. If it will help, my site is www.automoblog.net Thanks!

  36. John Says:

    Very nice! I plan on setting up a personal photo website for my friends and family, and this is exactly what I was looking for to give it some style! Great work!

  37. BlackYeLL Says:

    (I’m french, so excuse for my english)
    Hi, i’m a future professionnal Webmaster, and I find that your script is very good. Will be there a “legal way” to propose it to my customers ? Do you plan to sell it ? Thank you, good job.

  38. bdizzlefizzle Says:

    Braco, you saved the day! I guess there were some hidden characters (gremlins) that I didn’t catch. It works now.

    As a note, I also had to take out the leading / from the image src

  39. Keletas nuorodų Web programuotojams « Paranormalaus pasaulio užeiga Says:

    […] Nuoroda: Revamped Slideshow […]

  40. seminis Says:

    Nice slideshow, got it to work for me. But I have a problem, I am running my site with frames, and using this code in an iFrame, is there any way to get this to run outside the iFrame instead of inside?

  41. ziga Says:

    @seminis
    > is there any way to get this to run outside the iFrame

    This is not documented yet, but the PhotoViewer constructor takes an optional window parameter. You can call it with:

    var viewer = new PhotoViewer(window.parent);

  42. seminis Says:

    Hey ziga, I was unsuccessful with your help, probably due to my n00bness at javascript. Do I just need to edit the entry in the javascript for var viewer?

  43. seminis Says:

    @ziga

    Nevermind, I have sorted it out, thanks for the tip :)

  44. mightytightywty Says:

    Wow, this is definitely the best slideshow script I’ve seen.

    Any chance of adding a randomize function to the panning direction? It just seems strange to have all the images pan in the same direction.

    Keep up the great work!

  45. Randy Says:

    eagerly awaiting that multi slideshow on the same page. any update on that ?

    Thanks!

  46. ziga Says:

    Randy, the latest update will allow multiple slideshows. Simply use a separate variable for each viewer, e.g.:

    var viewer1 = new PhotoViewer();
    viewer1.add(”photo1.jpg”);

    var viewer2 = new PhotoViewer();
    viewer2.add(”photo2.jpg”);

  47. Philip Says:

    Hi Ziga! I use multiple slideshows in my web page (HTML+CSS+Javascript) as you said:

    var viewer1 = new PhotoViewer();
    viewer1.add(”photo1.jpg”);

    var viewer2 = new PhotoViewer();
    viewer2.add(”photo2.jpg”);

    And it is not working! Even I ´ve changed the javascript´s name for another, but nothing. eg: (slide.js, slide2.js, slide3.js…) But nothing, through these ways i cant use multiple slideshows in my web page. Tell me, wat can i do?

    Thanks!! ;-)

  48. manik Says:

    I wan to know ho to diaply title or name with image

  49. Tom Says:

    Is it possible to purchase a version without the Trip Tracker link on the corner of the slide control strip?

    Very nice application!

  50. Tom Says:

    Philip…

    You have this part correct:

    var viewer1 = new PhotoViewer();
    viewer1.add(”photo1.jpg”);

    var viewer2 = new PhotoViewer();
    viewer2.add(”photo2.jpg”);

    What you need to do is change the script call (link) to refledt the above..as an example:

    Slideshow

    or

    Slideshow

    Those separate links will call up the appropriate gallery…

  51. Tom Says:

    Whoops…

    The above showed as links…

    <a href=”void(viewer1.show(0))” >Slideshow</a>

    <a href=”void(viewer2.show(0))” >Slideshow</a>

    (Edit by ziga: encoded HTML tags)

  52. Marcel Says:

    There is a memory leak in IE6. If you use this slideshow, there will be a loss of memory (signifikant, because images are involved) until you close the IE.

    Is any workaround known?

  53. Joe Says:

    I was wondering if there was a way to disable the toolbar at the bottom of the viewer? I was wanting to use your script to kind of “blowup” images on a page, but I don’t want people scrolling ahead to the next image until they get to that point on the main page. Just a suggestion.

    Thanks for your app though. Very elegant, simple and effective.

  54. Michael Says:

    hello,

    i like to use the nice function “Email Photo.”
    Email client opens, subject ist “Photo” but in textarea there is just the local path displayed like: pictures/trt.jpg.

    how can i get the full path of picture?

    many thanks
    Michael

  55. Tom Says:

    Hi Michael…

    Usse the full URL path when you list your images in the code (”viewer.add”)

  56. ziga Says:

    @Marcel
    > There is a memory leak in IE6

    We added some workarounds for the IE memory leak problem, please give it another try.

    Thanks for the report.

  57. Yoki Says:

    Is there somene willing to write How To guide for \

  58. Yoki Says:

    Is there somene willing to write How To guide for dummies like me? I want to implement on my blog run with WP to viewing my flickr photo

  59. Pedro Says:

    Hi,
    Very Nice Gallery

    Very Simple To Use it

    I’ve Designed a Mambot for Joomla / Mambo But I Haven’t Publised Yet!

    see a demo in action…

    http://work.tudodoido.com/index.php?option=com_content&task=view&id=67&Itemid=76

  60. Ipa Says:

    First of all excellent app!

    Would it be possible to get this to show all the images in same folder without including file names viewer.add?
    It would be really handy when there are 100+ photos

    Have anyone had luck with including viewer.show in Flash GetUrl?
    I mean in IE photos are behind flash, but in Firefox everything are ok.

  61. ziga Says:

    @Ipa
    > Would it be possible to get this to show all the images in
    > same folder without including file names viewer.add?

    This cannot be done on client (i.e. JavaScript) side only, for security reasons. I think this is best solved using server side code, e.g. a PHP script that traverses a photo directory and outputs JavaScript.

    We could however add a way to specify a single text file containing image file names. Would that help?

    > I mean in IE photos are behind flash

    By default, a Flash control will display above any other content. Luckily, there’s a workaround: within the <object> tag where you set up the Flash file, add the following parameter:

    <param name=”wmode” value=”transparent”>

    Details here: http://joshuaink.com/blog/82/flash-content-and-z-index

    Hope this helps. If not, please post a link to your site.

  62. Ipa Says:

    Excellent!

    Works with “wmode”.

    Thanks!

  63. Pedro Says:

    @Ipa
    yeah i know the
    features:
    Automatic Thumb Generation

    TODO:
    Configuration part, some configurations are staticaly adapted in the config file and i’m trying to modify that
    and specify the thumbnail site too

    when i get time i’ll will publish the component

    PREVISION 3 days from now :D

    @ziga
    i would like to incorporate the script in the component but i need Your Authorization please contact me for more Licencing / Usage Confirmation

  64. Nils Says:

    Any plans to make this compatible with IE7? The slideshow bar is unreliably placed in IE7 (i.e. above the pictures, on top of the pictures, way below the pictures). BTW amazing product!

  65. ziga Says:

    @Nils
    > Any plans to make this compatible with IE7?

    Definitely — it worked fine in IE7/RC1, but looks like there was a change in behavior in the recent IE7 release. Should be fixed now, thanks for the heads-up.

    Note that for best results (i.e. fixed positioning of the toolbar), the web page should use a proper DOCTYPE and thus run in strict mode.

  66. Luc Says:

    Ziga said “Note that for best results (i.e. fixed positioning of the toolbar), the web page should use a proper DOCTYPE and thus run in strict mode. ”

    I am a novice when it comes to building website. Can you give me a clue on how to fix the menu at the bottom of a page in IE7, or what DOCTYPE does?

  67. Larry Turman Says:

    Very nice, keep it up.

  68. Paul Says:

    I just wabt to know if you can make the show pop up atomatically. If so can please tell me how?

  69. Paul Says:

    Sorry “Want to know”

  70. ziga Says:

    @Paul
    >I just want to know if you can make the show pop up atomatically.

    Sure — instead of using a link for the show() call, call it directly after you’ve added all of the photos, e.g.:

    var viewer = new PhotoViewer();
    viewer.add(’/photos/my-photo-1.jpg’);

    viewer.show(0);

  71. Jamie Says:

    Hi,

    Just wondering if it’s possible to start the slideshow automatically after the viewer is launched (ie. without having to press the ‘play’ button).

    If anyone’s got any ideas it would be much appreciated!

    Thanks, Jamie

  72. kovos2000 Says:

    super slideshow. jen tak dal,je to moc pekne

  73. SvT Says:

    tnx!!!

  74. wendy Says:

    thanks for the great script
    I was not sure how to disable the panning - didn’t seem to work - and is there a way to disable the e-mail photo function?

  75. ziga Says:

    @wendy
    viewer.disablePanning() should work as expected. Could you post a link to the site in question, so we can have a closer look?

    As for the email function, there is currently no way to disable it. We may add that option in the future, we’ll keep you posted.

  76. wendy Says:

    thanks for the reply, Ziga. I gave up on trying to disable pannning after my brother said he liked it.
    I have another question tho … is there a limit as to how many viewers you can call up on one website? I had quite a few different sets of photos I wanted to display.

  77. ziga Says:

    @wendy
    > is there a limit as to how many viewers you can call up on one website?

    There is no hard limit on the number of viewers. Just make sure they have unique names (e.g. viewer1, viewer2, etc.).

  78. wendy Says:

    thanks again for the reply.
    I am using unique names and all was going along fine, until the 5th viewer and now I get messages: viewer5 is null and photoviewer is undefined … even tho I have not changed anything except the number from the 4th viewer which is working fine.

  79. wendy Says:

    hmmm … tried using another number and it worked, maybe it didn’t like the number 5? thanks!

  80. Stan Says:

    Yes,it didn\’t like the number 5.
    I more than am assured. ;)

  81. D.Won Says:

    is there a way to implement that slideshow to a gallery?load pics from directory. (changing the highslide code)

    //Different popup methods
    switch ($displayPopup) {
    //No popup
    case 0:

    break;
    //Normal popup
    case 1:
    $imgtag = “target=”_blank”";
    break;
    //Fancy popup using JS (This one generates errors in IE6, so offered as an option)
    case 2:
    //Load stylesheet business for JS Highslide
    $imgtag = “class=”highslide” onclick=”return hs.expand(this)”";
    ?>
    /components/com_rsgallery2/js_highslide/highslide.css” type=”text/css” />
    /components/com_rsgallery2/js_highslide/highslide.js”>

    hs.graphicsDir = ‘/components/com_rsgallery2/js_highslide/graphics/’;
    hs.showCredits = false;
    hs.outlineType = ‘drop-shadow’;
    window.onload = function() {
    hs.preloadImages();
    }

  82. koponic Says:

    hello
    Wow, what a wonderfull and so class slideshow!
    I’ve got the same question as Jamie :
    “Just wondering if it’s possible to start the slideshow automatically after the viewer is launched (ie. without having to press the ‘play’ button).”
    It will be very helpfull .
    Thanks!

  83. ziga Says:

    @Jamie, koponic
    > Just wondering if it’s possible to start the slideshow
    > automatically after the viewer is launched

    We’ve now added a new method: enableAutoPlay(). Check the slideshow documentation page for details:
    http://slideshow.triptracker.net/howto.html

    @D.Won

    Loading the images from a directory is possible of course, but this needs to be done in server code (e.g. PHP). JavaScript alone cannot be used to browse photos on the disk.

    In server code, you would basically list all of the images in a directory and output a “viewer.add(…);” script line for each file. I’m sure others will be able to provide samples here.

  84. Braco Says:

    @koponic, @Jamie

    > Just wondering if it’s possible to start the slideshow automatically after the viewer is launched…

    Yes, this option was recently added to the API. Use the “enableAutoPlay()” method. It’s documented here:

    http://slideshow.triptracker.net/howto.html

  85. koponic Says:

    Thank you! thank you! thank you!!!

  86. Craig Says:

    Just wanted to pass along a thank you for this slideshow script. I’m using it on my family website and it works perfectly and looks fabulous! Kudos to the programmer(s).

  87. stratboy Says:

    Great tool! I’m very impressed.

    One question….how can I change the font color when using titles? Changing the font size with setFontSize() is great, but my Grandmother has bad eyes, so I was hoping to try a few different font colors or weights to help her out.

    Thanks for the great tool!

  88. stratboy Says:

    got it. I just added the following line to the js file that sets the photoTitle style:

    photoTitle.style.fontWeight=”bold”;

    I didn’t bother making it configurable like setFontSize(), but I’m sure one could if they

  89. stratboy Says:

    …wanted to.

  90. Strafverteidiger München Says:

    Thanks for the example. I understand it now.

  91. Romanov Says:

    Wow! This is exactly what I was looking for! Thanx!

  92. jonathan Says:

    I have a strange problem with this app :

    when the app is on, all the flash (under IE, not Mozilla) disappears behind the transparent background…

    Someone have already met this problem ? and fixed it ?

    Thanks for the responses :)
    Have a nice WE !

  93. ziga Says:

    @jonathan
    > all the flash (under IE, not Mozilla) disappears

    This is the expected behavior. Because of the problems with Flash displaying above the transparent background (see discussion above), we made it so that Flash controls are hidden for the duration of the slide show. The controls will reappear once the viewer is closed so this should not be a big issue.

  94. Neeraj Modgil Says:

    HI,

    I am trying to put the same slideshow js in our site , what we cannot do is decide the number of pictures to be added.

    Please suggest a dynamic way for adding pictures to the list and then using it across. As we have a dynamic page where the name of the images could not be predefined.

    Cheers
    NM

  95. gregor Says:

    This can only be done by a server-side script, such as PHP. The server-side
    script should enumerate all images and generate the slideshow initialization code - one viewer.add() call for each image.

    regards,
    gregor

  96. Asif Says:

    Hi, is it possible to show images dynamically using the TripTracker slide show? I’m working on an upcoming project and considering using this in my project but the problem is all the large images coming dynamic from a central repository and there are going to be four slideshows on one page!

  97. gregor Says:

    This can be done by a server-side script, such as PHP. The server-side
    script should enumerate all images from the central repository and generate the slideshow initialization code - one viewer.add() call for each image.

  98. Orthopedic Wrist Braces Says:

    Orthopedic Wrist Braces

    I found your site on technorati and read a few of your other posts. Keep up the good work. I just added your RSS feed to my Google News Reader. Looking forward to reading more from you.

  99. Health Insurance Gulf Breeze Insurance Flood Insurance Says:

    Health Insurance Gulf Breeze Insurance Flood Insurance

    I can not agree with you in 100% regarding some thoughts, but you got good point of view

  100. Daniel Says:

    I couldn’t understand some parts of this article Revamped Slideshow, but I guess I just need to check some more resources regarding this, because it sounds interesting.

  101. Max Says:

    This article sounds well, but how everything is related together?

  102. David Says:

    David

    I’ve been a member of the aarp for about 5 years now. At first I resisted it, thinking it was an admission that I was getting older, but hey, I need the insurance and with them, I was a shoe in. If you haven’t checked them out recently, the America…

  103. Dkny Wallets Says:

    Dkny Wallets

    I found your site on technorati and read a few of your other posts. Keep up the good work. I just added your RSS feed to my Google News Reader. Looking forward to reading more from you.

  104. Teen Girls Teen Mpeg Ass Teen Says:

    Teen Girls Teen Mpeg Ass Teen

    I can not agree with you in 100% regarding some thoughts, but you got good point of view

  105. Max Says:

    Revamped Slideshow thanks for this post!

  106. Insurance Automobile Insurance Home Owners Insurance Says:

    Insurance Automobile Insurance Home Owners Insurance

    I can not agree with you in 100% regarding some thoughts, but you got good point of view

  107. Online Banking For Banks In South Carolina Says:

    Online Banking For Banks In South Carolina

    Interesting - because that is the same thing I found out last Thursday.

  108. Bankruptcy Court Tampa Florida Says:

    Bankruptcy Court Tampa Florida

    It is a quite interesting post but quite difficult to understand for me -

  109. Insurance Small Business Health Insurance Nationwide Insurance Says:

    Insurance Small Business Health Insurance Nationwide Insurance

    I can not agree with you in 100% regarding some thoughts, but you got good point of view

  110. chase bank background checks Says:

    chase bank background checks

    I’m with the earlier poster, this seems like a good idea.

  111. London Banking Second Mortgages Says:

    London Banking Second Mortgages

    There is only one good thing in life, and that is love. ~ Guy de Maupassant

  112. Teen Teens For Cash Nudist Teens Says:

    Teen Teens For Cash Nudist Teens

    I can not agree with you in 100% regarding some thoughts, but you got good point of view

  113. Max Says:

    I couldn’t understand some parts of this article, but I guess I just need to check some more resources regarding this, because it sounds interesting.

  114. Max Says:

    great stuff - cu

  115. Am I Allergic To Dog Hair Says:

    Revamped Slideshow seems quite interesting - thanks for information R.Kraven

  116. Halifax Home Insurance Says:

    Halifax Home Insurance

    It is a quite interesting post but quite difficult to understand for me -

  117. Cash Advance Payday Loan Directory Personal Loan Says:

    I Googled for something completely different, but found your page about Revamped Slideshow and have to say thanks. nice read.

  118. Allergic Pink Eye Photos Says:

    Hello! Found your blog on google while searching for Allergic Pink Eye Photos - quite some good info thanks, R. Kraven

  119. Max Says:

    Thanks for this post!

  120. Max Says:

    Hi! Found your blog on yahoo - thanks for the article but i still don’t get it.

  121. Max Says:

    I don’t mean to be too in your face, but I’m not sure I agree with this. Anyhow, thanks for sharing and I think I’ll come to this blog more often.

  122. Health Insurance California Health Insurance Michigan Health Insurance Says:

    Health Insurance California Health Insurance Michigan Health Insurance

    I can not agree with you in 100% regarding some thoughts, but you got good point of view

  123. sexy swingers Says:

    Single woman looking for the right guy to fullfill all my wants and
    desires in and sexy swingers out of the bedroom.
    Hotlisted or Winked at us plus we are not. We even had some friends of ours to send us
    but have http://adultplaypartner.com yet to receive them either.

  124. Free Porn Free Full Length Porn Movies Free Full Length Porn Movies Says:

    Free Porn Free Full Length Porn Movies Free Full Length Porn Movies

    I can not agree with you in 100% regarding some thoughts, but you got good point of view

  125. Instant Online Home Insurance Quotes Says:

    Can it be that your server is infected with a virus - I get an Virus warning when I open your site with Firefox - Just for your Info.

  126. Looking For Aig Auto Low Cost Auto Insurance Free Quote Says:

    Looking For Aig Auto Low Cost Auto Insurance Free Quote

    The doors of heaven and hell are adjacent and identical. ~ Nikos Kazantzakis

  127. adult personals Says:

    He wants to see me with another woman and I need someone who
    will not adult personals be into my husband. He
    will be there for me only. We will be glad to send photo with reply. Looking for couples
    and single females wanting http://ito5.com to engage in fun and frolic.
    Inside and outside the bedroom.

  128. Buy Sell Agreement For House %2B Free Template Says:

    Buy Sell Agreement For House %2B Free Template

    Found your blog on yahoo - thanks for the article but i still don’t get it.

  129. Usa Fast Cash Advance Payday Loans Says:

    You got a nice post on Revamped Slideshow. Really very nice to read and useful, thanks for the nice share.

  130. Cash Advance Payday Loan Services Says:

    Hi there , I must say that you have a great information on your blog. Even I could not understand the whole article it is nice to know that people are writing also for Cash Advance Payday Loan Services as that is how i found you on Google , anyway just i stop it to say hello and posted my thought on your blog comment section. Cheers and keep growing your blog.

  131. Jack Says:

    Jack

    Interesting opinions which are diverse and give reason to a great deal of thought.

  132. Should I Buy Nursing Home Insurance Says:

    Please keep these excellent posts coming.

  133. Daniel Says:

    I read similar article also named Revamped Slideshow, and it was completely different. Personally, I agree with you more, because this article makes a little bit more sense for me

  134. Bad Credit Loans Auto Loans Mortgage Refinance Says:

    Bad Credit Loans Auto Loans Mortgage Refinance

    I didn’t agree with you first, but last paragraph makes sense for me

  135. Max Says:

    Hi - just wanted to say good design and blog -

  136. Guaranteed Instant Online Bank Personal Loans Says:

    Hello , I like a lot of your blog post especially the article regarding Revamped Slideshow, it looks very interesting. I found you on yahoo while searching for guaranteed instant online bank personal loans. I just Stumble it on Tuesday!

  137. Vacation Rental Vacation Package Cruise Travel Says:

    Vacation Rental Vacation Package Cruise Travel

    I didn’t agree with you first, but last paragraph makes sense for me

  138. San Francisco Home Insurance Quotes Says:

    This article sounds well, but how everything is related together?

  139. Shopping Cart Free Merchant Account Folding Shopping Cart Says:

    Shopping Cart Free Merchant Account Folding Shopping Cart

    I didn’t agree with you first, but last paragraph makes sense for me

  140. Cheap Home Flood Insurance In Florida Says:

    Found your blog on yahoo - thanks for the article but i still don’t get it.

  141. Prom Dresses Emo Fashion Prom Dress Says:

    Prom Dresses Emo Fashion Prom Dress

    I didn’t agree with you first, but last paragraph makes sense for me

  142. Teen Girls Teen Titans Hentai Teen Girls That Are Hot Says:

    Teen Girls Teen Titans Hentai Teen Girls That Are Hot

    I can not agree with you in 100% regarding some thoughts, but you got good point of view

  143. Mortgage Calculator Currency Conversion Financing Says:

    Mortgage Calculator Currency Conversion Financing

    I didn’t agree with you first, but last paragraph makes sense for me

  144. Still Says:

    natural amateur nude girls
    natural asian beauty nude

  145. Tổng hợp các trang làm SlideShow và Gallery - squangcao.com Says:

    […] trong điều khiển thời gian. Có 1 số hiệu ứng ảnh dịch chuyển và thumbnail. Revamped Slideshow Một đoạn mã tuyệt với để tạo 1 slideshow cho những ảnh của bạn với những […]

  146. seven card stud en linea Says:

    poker download for computer

    Two poker game rule online casino black jack free 5 card stud poker play video poker online free online poker software

  147. Instant Online Home Insurance Quotes In Illinois Says:

    Hi - just wanted to say good design and blog - cu Frank

  148. apply credit card bad credit Says:

    advance card cash credit

    Whom card credit debt management uk casinos lanea card consolidate credit loan student credit card debt consolidation service advance cash day loan pay

  149. Nico Says:

    I found your blog via Google while searching for what are the dangers of flonase and your post regarding Revamped Slideshow looks very interesting to me. I just wanted to say that the quality of your site is exceptional. On top of all that it really complements the content that is provided by your site.

  150. advance cash day pay Says:

    compare credit card uk

    Get cash advance houston loan advance cash loan payday quick credit card debt consolidation service cash advance payday loan software cash loan payday till

  151. Health Insurance Health Care Waste Management Small Business Health Insurance Florida Says:

    Health Insurance Health Care Waste Management Small Business Health Insurance Florida

    I didn’t agree with you first, but last paragraph makes sense for me

  152. Max Says:

    Revamped Slideshow is a quite interesting post but quite difficult to understand for me -

  153. Heel Says:

    adult porn cocksucking videos
    adult porn free videos

  154. adult dating Says:

    I finally found someone who shared my fantasy. Personals,
    dating adult dating and matchmaking
    services for single women and men, singles looking for fun dates and l
    ong-term relationships. http://adultsexmate.com A woman who enjoys classy
    evenings on the town and fun in the bedroom.

  155. super low mortgage payments Says:

    super low mortgage payments

    I don’t understand it.

  156. Aron Says:

    adult porn gaspipe video
    adult porno movies

  157. Fha Quality Control Plan Says:

    Fha Quality Control Plan

    I enjoyed reading your blog. It is so interesting reading other peoples personal take on a subject.

  158. Accounting Financial Calculators Bad Credit Credit Cards Says:

    Accounting Financial Calculators Bad Credit Credit Cards

    I didn’t agree with you first, but last paragraph makes sense for me

  159. casino con bonus senza deposito Says:

    www casino on net

    Girare play baccarat kostenlos poker spielen ohne geld payday us fast cash loan poker kostenlos canada in loan payday

  160. faxing loan no payday required Says:

    apostar dinero online

    Let’’s begin 7 card stud regeln roulette game download download free mp3 ringtones payday loan no faxing required loan online payday quick

  161. poker turnier regeln Says:

    advance cash loan payday software

    Du ericsson free ringtones sony w810i payday loan calculator baccarat download best western hotel du casino poker computer game

  162. payday loan in canada canada faxless in loan payday Says:

    payday loan fast no fax

    But payday loan in toronto cash advance payday loan software cash advance no credit check card credit debt free help loan payday software

  163. hsbc credit card application Says:

    advance cash overnight

    Give advance cash day pay advance cash chicago settlement line loan payday advance cash overnight no credit credit card application

  164. Teen Petite Teens Teen Titans Hentai Says:

    Teen Petite Teens Teen Titans Hentai

    I can not agree with you in 100% regarding some thoughts, but you got good point of view

  165. Max Says:

    It is a quite interesting post but quite difficult to understand for me -

  166. poker en ligne gratuitement Says:

    jouer au poker francais

    Ironically jouer au poker gratos casino poker on line telecharger poker fr jeux poker en ligne gratuites poker online gratuis

  167. Ecommerce Michigan Ecommerce Base Business Home Online Opportunity Says:

    Ecommerce Michigan Ecommerce Base Business Home Online Opportunity

    I didn’t agree with you first, but last paragraph makes sense for me

  168. poker bonus 50 Says:

    il poker

    In other words sale poker online top casino en ligne live poker 3d advance cash net payday usa juego al instante internet

  169. pc casino Says:

    jeux gratuits casino

    With apuesta portal web strip poker online demo promociones casino portal web jack russel black and gioca poker

  170. account bank loan no payday Says:

    fax loan missouri no payday

    But video poker tournaments jeu la roulette black jack en ligne gioco poker texas bonus pour casino770

  171. juego seguro pagina internet Says:

    hit and run blackjack

    Rare cash loan payday till check loan no payday teletrack jeu flash roulette black jack en ligne poker regeln drucken

  172. Future Shop Cars For Sale Small Dogs For Sale Says:

    Future Shop Cars For Sale Small Dogs For Sale

    I didn’t agree with you first, but last paragraph makes sense for me

  173. jeux keno en ligne gratuites Says:

    download casino tropez

    As it is usually jeux slots blackjack spiel no download casino casinos portales web poker texas holdem downloaden

  174. Max Says:

    Please keep these excellent posts coming.

  175. Free Home Insurance Quotes Http Www.online Homeowners Says:

    Revamped Slideshow is a quite interesting post but quite difficult to understand for me - L.Dexter

  176. regles du poker Says:

    jeux en ligne

    Rate telecharger jeu poker gratuites regles poker mains jeu video poker gratuites telecharger everst poker wam poker

  177. Max Says:

    Interesting - because that is the same thing I found out last Thursday.

  178. giochi on line roulette Says:

    casino online legali

    Rate black jack strategies questionario eurobarre casino on net software roulette scaricare video poker play free baccarat

  179. casino sanremo on line Says:

    scarica roulette gratis

    Begin with play free baccarat casin craps noleggio video poker giochi macchinette video poker slots machine gratis

  180. Teen Girls Black Teens Kiss Lesbian Teen Says:

    Teen Girls Black Teens Kiss Lesbian Teen

    I can not agree with you in 100% regarding some thoughts, but you got good point of view

  181. Modified Cars Says:

    I wreckon all these spammers wreck this - the slideshow is good I use it on our site!!!

  182. Pink Cars Says:

    Yeah shame the spammers got here!

    I like using a scriptilicious based slideshow tool myself but meh!

  183. Wheels-Near-U Says:

    Excellent Slideshow - What more can I say?

  184. Salvage Cars Says:

    it might sound crazy but do i put my images in this bit:

    viewer.add(’/photos/my-photo-1.jpg’);
    viewer.add(’/photos/my-photo-2.jpg’);
    viewer.add(’/photos/my-photo-3.jpg’);

    ?

  185. Fresh Car Imports Says:

    Thanks I use this slideshow on my aff sites :D

  186. gambling craps Says:

    giochi on line video poker

    Officially gioco della roulette gratis roulette francese online gioco pc casino casino con bonus gratuiti black jack anima

  187. roulette on line giochi on line roulette vincere alla roulette on line Says:

    roulette europea

    Each giochi casino flash casino on line bonus craps table gioca alla roulette casino com

  188. R. Karen Says:

    Hi - just wanted to say good design and blog -

  189. Appemezex Says:

    After taking Penis Enlarge Patch you will act in bed like a professional. Try Penis Enlarge Patch and sex will find you. Try Penis Enlarge Patch by yourself and tell your friend about it. His gratitude will be bigger than life. [URL=http://www.kopetl.com/a/]Don’t be left behind![/URL] More Products - http://www.kopetl.com

  190. Lotus Cars Says:

    Damn the spammers - Cool Slideshow stuff thanks for posting

  191. casin inlinea Says:

    Thank you. You have helped someone more than you could know.

  192. casino online bonus Says:

    Thank you, I just wanted to give a greeting and tell you I enjoyed reading your material.

  193. blackjack method casino online Says:

    Thanks for your site!

  194. casinoitaliano suinternet Says:

    Very exceptional pieces of information. Very nice webpage though. I applaud

  195. casino bonus online Says:

    Boy, this is some high-class site

  196. Intaryacateet Says:

    You dont know what is the best revenge for your ex girlfriend. Just enlarge your dick with Penis Enlarge Patch and she will die from jealousy and regret. http://www.kopetl.com/a/ - Don’t be left behind! More Products - http://www.kopetl.com

  197. Myspace Layouts Free Screensavers Love Icons Says:

    Myspace Layouts Free Screensavers Love Icons

    I didn’t agree with you first, but last paragraph makes sense for me

  198. casino spiele kostenlos Says:

    casino bonus codes

    However descargar poker gratis seven card stud en linea poker free casino spiele kostenlos texas poker

  199. seven card stud en linea Says:

    casino bonus codes

    Alli casino gamble 888 casino faires spiel vip casino poquer pc

  200. california car insurance geico auto insurance Says:

    You have a good site, i enjoyed my stay!

  201. casino online de Says:

    free online black jack game

    Ohne multistrike video poker poker free faires spiel poker caribe paginas web casino roulette games

  202. homeowners insurance for veterans Says:

    Finding your websight was like finding a needle in a haystack.

  203. visit now Says:

    I put my step in to your guestbook like I always

  204. assurant renters insurance Says:

    I really enjoy looking through your website

  205. home and contents insurance florida homeowners insurance companies Says:

    I am happy to see this site so much. It is always nice to hear such good news as your site.

  206. balboa renters insurance Says:

    Hello, What a beautiful and awesome site. I adore what you’ve done with your setup and graphics. Thanks you so much.

  207. Best Buy Cheap Wedding Invitations Online Shopping Says:

    Best Buy Cheap Wedding Invitations Online Shopping

    I didn’t agree with you first, but last paragraph makes sense for me

  208. multiplayer poker texas holdem Says:

    poker net de

    Starten o jouer au poker en ligne une rgle du jeu du poker casino paypal tilt poker net multiplayer poker texas holdem

  209. gioco video poker gratis Says:

    regeln bei poker

    Celui wo poker spielen regle de poker regeln bei poker tournoi poker casino online texas holdem poker

  210. kostenlose casino spiele Says:

    This is great, look forward to looking into every area. Thanks for being there.

  211. pink lady casino kostenloses online poker Says:

    SarahBell ( ) wrote:

  212. casino gambling online Says:

    Thank you for the great web site - a true resource, and one many people clearly enjoy

  213. Penis Pills Says:

    Penis Enlargement Pills, Penis Enlargement Exercises, Ejaculation Control, Penis Health, Sexual Performance, Woman Information and much more… Visit: www.sinepenis.com

  214. jewelryb Says:

    http://clientdebt.info/replica-watches/grade-1-italian-rolex-replicas.php

  215. premio dinero portales internet Says:

    online poker bonus

    Conciderar salle poker en ligne bonus de casino en linea jouer o poker jugar gratis portales internet giocare gratis casino

  216. ganancia casino Says:

    premios internet

    Dos casino on line premios internet ganar dinero web apostar portales web casinos portales internet

  217. casino bonus bienvenue Says:

    texas holdem werte

    Quello http www yachting casino enquête casino on net vente de jeu de poker kostenlos poker spielen ohne anmelden seven card stud

  218. play baccarat online Says:

    pc game casino

    Sie pokerroom bonus texas holdem wahrscheinlichkeiten jeu world poker seven card stud vente de jeu de poker

  219. casino bonus bienvenue Says:

    java black jack

    D”uncôté…del”autre casino on line gambling poker game deutsch scaricare casino gratis le casino gratuites sans tlchargement poker nicht online

  220. free christian ringtones Says:

    ruleta foro

    Le keypress motorola ringtones psp poker spiel poker tipps poker en ligne sans mise juegos azar web

  221. poker game freeware Says:

    poker en ligne sans mise

    Das casino on line con casino para jugar gratis keypress motorola ringtones bonus casino playtech casino on line italia

  222. poker game deutsch Says:

    jeu du casino gratuit

    Che texas holdem werte texas holdem poker 2007 kostenlos poker spielen ohne anmelden tlcharger gratuitement des jeux de poker http www yachting casino

  223. maquinas tragaperras pagina web Says:

    download free real ringtones verizon

    Nosotros giochi online di poker yahoo ringtones motorola polyphonic ringtones free craps casino poker

  224. casino poker Says:

    free nextel ringtones

    Lei free video poker game giochi online di poker free nextel ringtones juego casino portal web poker strategy

  225. Allen Says:

    Allen

    It’s difficult to enter into this work because of how the mechanical mark-making of the figurative-narrative line-space matrix spatially undermines the substructure of critical thinking.

  226. gioca poker on line Says:

    no deposit casino

    Comment casino guide online poker uk online casino online craps internet casino gambling

  227. poker game Says:

    play free slots game

    After that free sprint ringtones info personal phone remember ringtones casino video poker black jack juego de poker en espaol

  228. afteveKef Says:

    Better than VIAGRA!
    Like Viagra, Cialis, and Levitra, ERECTifix Rx is an oral aphrodisiac that stimulates erectile function. ERECTifix Rx helps most men with ED improve their erections. This means they are able to achieve harder erections. But unlike Viagra and the others, ERECTifix Rx is an edible film strip that dissolves on contact and usually works almost immediately. You will be ready and raring to go within seconds as opposed to the 30 minutes that Viagra needs to take effect. Additionally, ERECTifix Rx Strips are so small you can carry a whole supply tucked into your wallet, like a book of stamps, always ready to use.
    Getting an erection is only half the story. Maintaining one is just as important. ERECTifix Rx can help with both. This can lead to a more satisfying sexual experience with your partner. As an added bonus, ERECTifix Rx will also freshen up your breath at the same time with the great taste of cinnamon.
    Who can take ERECTifix Rx?
    * Men of all ages
    * Men who have difficulty all the time or just some of the time
    * Men with other health issues such as high blood pressure, diabetes, and depression
    See for yourself why ERECTifix Rx Strips more than exceed the sexual demands of every man and more than surprises the wildest hopes, dreams and expectations of every woman. ERECTifix Rx is an absolute must for sexually active men, or men shamed into sexual retirement due to erectile dysfunction.
    [URL=http://www.kopetl.com/v/]FREE SHIPPING ON ALL ORDERS![/URL]
    Talk to you soon!

  229. Egor Says:

    Hello webmaster been surfing the net for pictures of older womens long hair and found your blog reg Revamped Slideshow. You relly know your stuff! I\’d like to see more posts here. Will definitely bookmark this one and come back.

  230. stip poker Says:

    i video poker

    Prèsde www roulette stip poker chips di poker play free blackjack omaha poker strategy

  231. juego de cartas poker Says:

    jeu de carte

    Denken slotmachines spielen online casino com holdem poker jouer poker mac poker game freeware

  232. gioca poker on line Says:

    texas holdem gratis

    Prender free ringtones 3gforfree giocare a poker video poker home online poker tilt poker

  233. fun roulette online Says:

    free ringtones 3gforfree

    Cerca texas holdem uk online casino gewinn spiele free ringtones 3gforfree reglas de poker

  234. mexican pharmacy Says:

    http://www.esnips.com/user/wasfqojecp

  235. tramadol Says:

    http://www.esnips.com/user/ohcdk713uabd

  236. strip poker online webcam Says:

    video poker

    Parece que online casino betrug poker argent virtuel online video poker crazy game of poker strip poker online webcam

  237. achat jeu de poker Says:

    gioco keno gratis inlinea

    Au?erdemKontext regle jeu poker poker spielen gratis download achat jeu de poker encuentros poker jueces casinos

  238. cheap levitra Says:

    http://www.esnips.com/user/leniqonobuledy

  239. Asian Asian Whores Asian Shemale Says:

    Asian Asian Whores Asian Shemale

    I can not agree with you in 100% regarding some thoughts, but you got good point of view

  240. phentermine no prescription Says:

    http://www.esnips.com/user/omuroqanima

  241. acipex Says:

    http://www.esnips.com/user/kalagueyu

  242. atenolol Says:

    http://www.esnips.com/user/fecyuylubuqy

  243. armiger bandit Says:

    roulette game

    How slots machines sprint pcs ringtones ganar dinero real 7 card stud high internet texas holdem

  244. apuesta paginas internet Says:

    casino en ligne

    Juste casino online gratis www jeux de casino video poker como jugar poker sprint pcs ringtones

  245. Acne Acne Information How To Reduce And Treat Acne Says:

    Acne Acne Information How To Reduce And Treat Acne

    I didn’t agree with you first, but last paragraph makes sense for me

  246. Nude Jenna Jameson Nude Jenna Jameson Nude Says:

    Nude Jenna Jameson Nude Jenna Jameson Nude

    I can not agree with you in 100% regarding some thoughts, but you got good point of view