Re: [PHP] Re: Slideshow using PHP

2004-07-09 Thread Justin Patrin
inal Message- > > From: Matthew Sims [mailto:[EMAIL PROTECTED] > > Sent: 08 July 2004 17:18 > > To: [EMAIL PROTECTED] > > Subject: Re: [PHP] Re: Slideshow using PHP > > > > > I do have a JavaScript based "SlideShow", however, I would > >

RE: [PHP] Re: Slideshow using PHP

2004-07-09 Thread Jason Merrique
the picture i with z-index i; Wait; } Etc... That way the pictures would be stacked on top of each other. Is this possible? Cheers, Jason > -Original Message- > From: Matthew Sims [mailto:[EMAIL PROTECTED] > Sent: 08 July 2004 17:18 > To: [EMAIL PROTECTED] >

RE: [PHP] Re: Slideshow using PHP

2004-07-08 Thread Vail, Warren
ter or two devoted to Ming. http://www.amazon.com/exec/obidos/tg/detail/-/1861007647/002-7787324-9752066 ?v=glance Warren Vail -Original Message- From: Todd Cary [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 1:35 PM To: Matthew Sims Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Re:

Re: [PHP] Re: Slideshow using PHP

2004-07-08 Thread Todd Cary
Matthew - <<< Part of getting the slideshow to work is making the browser switch to the next image and well, PHP doesn't really make the browser do anything. >>> As I was thinking about it before posting this thread, that was my impression. The problem with my javaScript app is the fact that it

Re: [PHP] Re: Slideshow using PHP

2004-07-08 Thread raditha dissanayake
The best way to do a slide show in my opinion is with SMIL, even though you need a plug in to view it.. SMIL is what's used in MMS. you can generate you SMIL with MMS - as we have done in our MMS composer. -- Raditha Dissanayake. - http://www.raditha.co

Re: [PHP] Re: Slideshow using PHP

2004-07-08 Thread Matthew Sims
> I do have a JavaScript based "SlideShow", however, I would like to use > PHP rather than JavaScript. Is there a way to "loop" with PHP and > "display" an image without re-displaying the whole page? > > Todd To get a good slideshow you'll need to use client side instructions, aka javascript. You

[PHP] Re: Slideshow using PHP

2004-07-08 Thread Todd Cary
I do have a JavaScript based "SlideShow", however, I would like to use PHP rather than JavaScript. Is there a way to "loop" with PHP and "display" an image without re-displaying the whole page? Todd Alex Shi wrote: Search google for javascript slideshow script. Javascript slideshow need an arr

[PHP] Re: Slideshow using PHP

2004-07-07 Thread Alex Shi
Search google for javascript slideshow script. Javascript slideshow need an array of image names, this can be done by php and mysql when dynamically generate the page. Alex Shi > I would like to have images displayed automatically using PHP with a > Database and/or an array of images. Is there