Hi Humayoo

>>i want to build the slideshow like slideshow of www.slide.com.at 
>>the slide.com they build it using flash and php.
>>i am not getting help or any reference from anywhere to build the 
>>slide show like that.if any body has any idea or 
>>help material please share with us.
>>thanks

>Well, what do you have so far?
Very, very good question, Wade ;-)

Humayoo: 

you will need:

1. a database to store essential information for the site, like user info 
(mail, password, some other info, template chosen) and uploaded image info 
(filename, dimensions, path to file, may be description of content, whatever)
2. a quite secure script where users can choose a template (simple, radio 
buttons) and images (verify if what is uploaded is really an image, basically 
just discart the file extension given by the user who uploads the file, check 
the file content, and based on that decide if you are really dealing with a jpg 
image. Basically *should* force users to upload jpg only as this is what works 
in flash.
3. a dynamically generated page to embed flash and set a few session parameters.
4. a variety of flash movies capable of showing a certain template and 
importing jpg images from the server
5. a php script, to be called by the flash movie, that (depending on the 
session variables set) passes some info on to the flash movie. after importing 
these data the flash movie will have sufficient info to do a GET and import the 
image from your server and display and manipulate it as desired.

The info above should do (google is your friend. it may help to know that the 
scripting language in flash is called 'action script'.

Marc

PS: yes, embedding PHP/database driven Flash in a site *is* fun and makes for a 
nice dynamic site.

Reply via email to