TinySlideshow will not work with Timthumb (PHP image resizing script). I use the following code:
<span>sections/timthumb.php?src=/images/'.$row['IMAGE'].'&w=555&h=300&zc=1</span>
I tried adding this to TinySlideshow's script.js file on line 40:
a.p=a.p.replace(/\&/g,"&"); (from http://www.scriptiny.com/qa/1876/)
but nothing changed.