1. Remove the highlighted:
Code:
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 500, 200, 0, 6000, 1, "R")
new fadeshow(fadeimages2, 500, 200, 0, 6000, 1)
</script>
2. I waited for more than 10 minutes in Fx3.0.9 and nothing happened. Maybe fixing the above will help.
3. Copy all the code from inside the <script> tags (don't include the script tags) and put it in a blank page and save it as filename.js. Then link to it like this:
HTML Code:
<script type="text/javascript" src="filename.js">
/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
</script>
Note that the license must stay intact within the <script> tags, in the page's visible source.
Good luck!
Bookmarks