pikki nikki
07-04-2011, 05:01 PM
1) Script Title: Ultimate Fade In Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow_dev.htm
3) Describe problem: This is my first visit to Dynamic Drive, and the slideshow is just what I've been looking for. I think there might be a problem with the .js file - ie where it is held. When the web page is loaded, Vista gives the message about Blocked content ( I have never used Javascript before ); when I unblock the content and refresh the page, nothing happens. :confused:
This is in the <HEAD> section:
[CODE]
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<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 mygallery2=new fadeSlideShow({
wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
dimensions: [400, 266], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["fadephotos/img0208.jpg", "", "", ""],
["fadephotos/img0209.jpg", "", "", ""],
["fadephotos/img0210.jpg"],
["fadephotos/img0211.jpg", "", "", ""] //<--no trailing comma after very last image element!
],
displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "always",
togglerid: ""
})
</script>[CODE]
And <div> statement is [ICODE]
</head>
<body>
<div id="fadeshow2"></div>[ICODE]
I had earlier tried putting the <div> statement in a table cell and got the same problem.
The javascript file fadeSlideShow.js is in the same directory as the web page. which is the site root directory. If you can offer any help, or point me in the right direction, that would be really great. Thanks a lot. :)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow_dev.htm
3) Describe problem: This is my first visit to Dynamic Drive, and the slideshow is just what I've been looking for. I think there might be a problem with the .js file - ie where it is held. When the web page is loaded, Vista gives the message about Blocked content ( I have never used Javascript before ); when I unblock the content and refresh the page, nothing happens. :confused:
This is in the <HEAD> section:
[CODE]
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<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 mygallery2=new fadeSlideShow({
wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
dimensions: [400, 266], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["fadephotos/img0208.jpg", "", "", ""],
["fadephotos/img0209.jpg", "", "", ""],
["fadephotos/img0210.jpg"],
["fadephotos/img0211.jpg", "", "", ""] //<--no trailing comma after very last image element!
],
displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "always",
togglerid: ""
})
</script>[CODE]
And <div> statement is [ICODE]
</head>
<body>
<div id="fadeshow2"></div>[ICODE]
I had earlier tried putting the <div> statement in a table cell and got the same problem.
The javascript file fadeSlideShow.js is in the same directory as the web page. which is the site root directory. If you can offer any help, or point me in the right direction, that would be really great. Thanks a lot. :)