这是网址。
我认为它基于原型,并且使用XML作为配置文件。
有什么想法吗?
我需要这样的脚本,底部有一个标题栏。
谢谢!
PD:这是来源的代码:
<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"/></a>
</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>