View Single Post
  #1 (permalink)  
Old 10-15-03, 05:46 PM
xelanoimis xelanoimis is offline
New Member
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question Need help on a image slide show using php!

Hi!
I'm new to php and i want to do a image slide show (or a navigator) that can manage a large number of images (too large to include in a javascript file and send it to client).

I think I know how to create the page with one image and call the script to get another page with another image.

WHAT I WANT TO DO:
is to get a smood FADE FX when passing to the next image.
I think that for that I need to have the images already loaded, so a page loading break would ruin the process.

I was thinking about sending with php a page containig like 10 images (links to images acctualy) and load them and use javascript, but after these 10 images i will have to break and reload a new page... So i really would like it to go somehow better (like ask the php to give me a new image and reload it without reloading the whole page or something...)

I keep the php script and a txt file with the images links on a site and the page html page that calls the script on another site.

So, if anyone have any ideea about this or had seen something like this, please help me wit some code or links!

Thanks!
Reply With Quote