1) Script Title: Ultimate Fade-in slideshow (v2.4)
2) Script URL (on DD): n/a
3) Describe problem:
Followed all instructions as described and when i preview the page it appears only as a black box and the slide show doesn't play. this is also the same when i preview it in browser for IE. However when i preview it in Firefox a "torn page" icon appears in the middle of the black box?? what am i doing wrong or what does the "torn page" mean? Because this also appears when i try to preview a video i have on my web (currently under construction and not uploaded yet). Also if you manage to answer that problem i would also like to then center the slide show, any commands to help with positioning if it? thanks a million!
Below is example of the code for a test page i am working on just to get it work and then i will be incorporating it in the wed site.
Code:<!DOCTYPE HTM> <html> <head> <meta http-equiv="Content-Language" content="en-gb"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 2</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="slideshow/fade_slideshow.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", //ID of blank DIV on page to house Slideshow dimensions: [700, 525], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["slideshow/mervyn/IMG_1896.JPG", "", "", ""], ["slideshow/mervyn/IMG_1897.JPG", "", "", ""], ["slideshow/mervyn/IMG_1897.JPG", "", "", ""] ], displaymode: {type:'auto', pause:2500, cycles:1, wraparound:false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 500, //transition duration (milliseconds) descreveal: "none", togglerid: "" }) </script> </head> <body> <div id="fadeshow1"></div> </body> </html>



Reply With Quote

Bookmarks