You really should post to a new thread for a new question, even if it is about the same script. I'll let that slide this time, as you are new. You can do things as is done on the demo page (from its source code):
Code:
<table border="0" width="450" cellspacing="0" cellpadding="0">
<tr>
<td><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, pause, optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 1, 3000, 1, "R")
</script></td>
<td><script type="text/javascript">
new fadeshow(fadeimages2, 110, 110, 0, 4000, 0)
</script></td>
</tr>
</table>
If you want more help on this one, please start a new thread.
Bookmarks