slideshow from live folderhttp://forums.asp.net/t/1804849.aspx/1?slideshow+from+live+folderFri, 18 May 2012 06:09:27 -040018048494985822http://forums.asp.net/p/1804849/4985822.aspx/1?slideshow+from+live+folderslideshow from live folder <p>Hi,</p> <p>firstly, im new here so Hi to everyone :)&nbsp;</p> <p>i am a VBA programmer rather than an asp programmer but i have been enrolled by a friend to help him out. i need to make an asp page that shows only a slideshow at full size but the images to to be updated live i.e. the slideshow will run continuously and when new images are added to the folder, they will be included in the slideshow.</p> <p>i thought that a backend .mdb would suffice to hold the image info as its created through Access. the asp page would then i guess, create a list of images from the .mdb and show them so i think a function would be required.</p> <p>Could anybody give me any pointers or point me in the right direction to assist me in achieving this? i have little knowledge of ASP but im a quick learner :)</p> <p>thanks</p> <p></p> <p>Acccisboy</p> <p></p> 2012-05-17T17:04:20-04:004986105http://forums.asp.net/p/1804849/4986105.aspx/1?Re+slideshow+from+live+folderRe: slideshow from live folder <p>You can select a shared Skydive folder where your images are... on the rhs of that page you will find a list of options.... select the Embed option to generate the html markup that you can use to copy and paste to your web page to embed a slide show in your website.</p> 2012-05-17T22:07:47-04:004986371http://forums.asp.net/p/1804849/4986371.aspx/1?Re+slideshow+from+live+folderRe: slideshow from live folder Hi I don't have a sky drive and the website is not accessible over the Internet, it's only available through wireless network :) Cheers AB 2012-05-18T05:36:53-04:004986421http://forums.asp.net/p/1804849/4986421.aspx/1?Re+slideshow+from+live+folderRe: slideshow from live folder <p>Hi,<br> <br> instead of asp, try with asp.net<br> u need: jquery (json), webservice(asmx)<br> and ping the server(asmx) using ajax for every time interval for new imgs list(json).<br> <br> check this jquery plugins for slideshow:<br> <a href="http://slodive.com/freebies/best-jquery-slideshow-gallery-plugins/">http://slodive.com/freebies/best-jquery-slideshow-gallery-plugins/</a><br> <a href="http://www.themeflash.com/30-powerful-jquery-slideshow-sliders-plugins-and-tutorials/">http://www.themeflash.com/30-powerful-jquery-slideshow-sliders-plugins-and-tutorials/</a><br> <a href="http://slidesjs.com/">http://slidesjs.com/</a><br> <a href="http://jquery.malsup.com/cycle/">http://jquery.malsup.com/cycle/</a><br> or just google for jquery slideshow plugins.<br> <br> </p> 2012-05-18T06:09:27-04:00