I would like the code cause I use a js slide show now and would like to populate it dynamically -----Original Message----- From: Doug James [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 9:58 AM To: CF-Talk Subject: Re: Slideshow like on news.bbc.co.uk
Here is a little slide show I did that uses JavaScript and CF. It pulls the name of all the pictures in a specific directory and then builds the slide show from there allowing me to add or remove pictures just by putting pictures in the directory. If you are interested I can send you the CF code. Doug James IT Developer Hollings Cancer Center http://hcc.musc.edu Stuart Kidd wrote: > Dave, > > I looked into Flash Remoting for Coldfusion. There is an article at: > > http://www.macromedia.com/devnet/mx/coldfusion/articles/slideshow/slideshow.html > > I managed to get the first example to work but where it really counted, the > one that also had descriptions could not for some bizarre reason. It just > comes up blank. I'm hosted on a shared server and have been told that the > component is installed. > > Should it be this hard or am i doing something wrong? > > Thanks, > > Stu > > > From: dave <[EMAIL PROTECTED]> > Reply-To: <[EMAIL PROTECTED]> > Date: Sun, 28 Nov 2004 20:36:56 -0500 > To: CF-Talk <[EMAIL PROTECTED]> > Subject: Re: Slideshow like on news.bbc.co.uk > > easy to do in java just look up free java slideshow on google > then use your cfm output query as the images in the java > > personally its much easier to just do it in flash > > > ---------- Original Message ---------------------------------- > From: Stuart Kidd <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Sun, 28 Nov 2004 18:49:16 +0000 > > >>Hi guys, >> >>I'm trying to make a slideshow, I was going to do it with an <iframe> but >>then I came across some problems with <iframes> how I needed to put a query >>not only on my main page, but also in my iframe as I realised that the >>iframe being another page isn't like an include. >> >> >>I'm not thinking that an iframe isn't the best way to go. On the bbc news >>website (http://news.bbc.co.uk/1/hi/in_pictures/4049765.stm) they have a >>good little system which works with javascript. Is there any easy way to do >>this with CF or will I need something client side? >> >>First I run a query and collect all the photoID's (from my photo table) >>which correspond to a particular article. >> >>Then I check to see if there is only one photo then I just output that, but >>if there is more than 1 then I put it into a slideshow. >> >>Any help would be appreciated. >> >>Thanks, >> >>Saturday >> >> >> >> > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185670 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

