views:

1857

answers:

1

This is the URL.

http://www.tumblr.com/

I think that its based on prototype, and is using an XML as a configuration file.

Any idea?

I'm needing and script like this, with a caption bar at the bottom.

Thanks!

PD: This is de code on at the source:

<div id="featured_tumblelogs" style="margin-bottom:25px;">
    <a href="http://hrrrthrrr.tumblr.com/" target="_blank"><img src="http://assets.tumblr.com/images/featured_tumblelogs/hrrrthrrr_375.jpg"/&gt;&lt;/a&gt;
</div>

<script type="text/javascript">
    var so = new SWFObject("/swf/slideshow.swf", "featured", "600", "375", "7", "#000000");
    so.addVariable("showLogo", "false"); 
    so.addVariable("showVersionInfo", "false");
    so.addVariable("dataFile", "/index_slideshow.xml?4");
    if (so.write("featured_tumblelogs")) {
        // $('featured_tumblelogs').style.marginBottom = '25px';
    }
</script>
+2  A: 

Looks like it's this one: http://www.monoslideshow.com/

Tim
Thanks TIM! I really want to hug you! :)
PabloC