Results 1 to 2 of 2

Thread: fadeSlideShow undefined error

  1. #1
    Join Date
    Dec 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question fadeSlideShow undefined error

    1) Script Title: fadeslideshow

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) The slideshow works on my local drive, but when I move the files over I get a "fadeSlideShow undefined" error. The full code is at http://www.papageorgios.com but my snippet is below:


    Code:
    <script type="text/javascript" src="fadeslideshow.js">/************************************************ Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)* This notice MUST stay intact for legal use* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more***********************************************/</script><script type="text/javascript">var mygallery=new fadeSlideShow({	wrapperid: "fadeshow1", 	dimensions: [400, 360], 	imagearray: [		["http://www.papageorgios.com/images/bw_swirl.jpg", "", "", ""],		["http://www.papageorgios.com/images/color_swirl.jpg", "", "", ""],		["http://www.papageorgios.com/images/bw_paisley.jpg", "", "", ""],		["http://www.papageorgios.com/images/metal.jpg", "", "", ""]	],	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},	persist: false, 	fadeduration: 500,	descreveal: "ondemand",	togglerid: ""})</script></head>
    Any ideas? Thanks for any help you can provide!!
    Last edited by jscheuer1; 12-25-2009 at 03:14 AM. Reason: format code

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Your code is all in one continuous unbroken line (both in your post and in the source code of your page). That can often work, but not with this script. Follow the instructions on the demo page. Preserve the line breaks in the code. If you want more help after that, let us know.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •