Also, this:
Code:
new inter_slide(Slides_array_name, Width, Height, Interval)
new inter_slide("toronto_20009.jpg" width="500" height="375")
should look like this:
Code:
<script type="text/javascript">
//new inter_slide(Slides_array_name, Width, Height, Interval)
new inter_slide("name_of_your_array", 500, 375)
</script>
or even this:
Code:
<script type="text/javascript">
new inter_slide("name_of_your_array", 500, 375)
</script>
And you need the rest of the on the page (the head part, like it says on the demo page) of the script as well as the external part that tonyking mentioned.
Go back and read over the demo page again. If you are having trouble getting the:
swissarmy.js
Right click on it and choose 'save as' and save it to the same folder that your page is in.
Bookmarks