A Guide for creating a snazzy Flash slide show manually.
As the world goes digital, creating the digital web Flash photo album would be absolutely a good choice to demonstrate the photos to our friends and family. You can make this snazzy Flash Slide Show manually or by related software.First of all, create a new file in Dreamweaver editor, then cut and paste the following code in HTML code window:
<!-- Begin NewImg = new Array ( "images/1.jpg", "images/2.jpg", "images/3.jpg" );
var p = NewImg.length; var preLoad = new Array(); for (i = 0; i < p; i++) { preLoad[i] = new Image(); preLoad[i].src = NewImg[i]; }
var ImgNum = 0; var ImgLength = NewImg.length - 1;
//Time delay between Slides in milliseconds var delay = 3000; var t; var lock = false; var run; function chgImg(direction) { if (document.all) { document.images.SlideShow.style.filter="blendTrans(duration=2)"; document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"; document.images.SlideShow.filters.blendTrans.Apply(); }
if (document.all) { document.images.SlideShow.filters.blendTrans.Play();
}
if (document.images) { ImgNum = ImgNum + direction; if (ImgNum > ImgLength) { ImgNum = 0;
}
if (ImgNum < 0) { ImgNum = ImgLength;
}
document.SlideShow.src = NewImg[ImgNum]; }
}
function auto() { if (lock == true) { lock = false; window.clearInterval(run);
}
else if (lock == false) { lock = true; run = setInterval("chgImg(1)", delay); }
} // End --> </script> </head>
<body> <img src="images/1.jpg" name="SlideShow" width="125" height="100"> <table> <tr> <td align="right"><a href="javascript:chgImg(-1)">Previous</a></td> <td align="center"><a href="javascript:auto()">Auto/Stop</a></td> <td align="left"><a href="javascript:chgImg(1)">Next</a></td> </tr> </table> </body> Thats all. Test your Flash photo album and Enjoy!
From: http://www.flash-slide-show.com A practical yet easy-to-use Flash Slide Show and online Flash photo album creator.
Fun for Your Website and Blog
The fun and sticky additions to make your website or blog fun to view.Unlock the Full Potential of Your Digital Photos
Your photos, your stories. With hundreds of snapshots at your disposal, finding innovative ways to share them can be a challenge. This article offers insightful tips on how to showcase your digital photos in today's fast-paced digital landscape.Creative Ideas for Summertime (or Anytime) Fun!
With summer in full swing and school still a month away, how are you spending your time? Whether you're traveling or staying home, I've compiled a collection of engaging photo projects that make staying connected with family and friends both fun and easy.