Forum Moderators: phranque

Message Too Old, No Replies

flash help....

         

Acternaweb

4:12 am on Jul 6, 2003 (gmt 0)

10+ Year Member



Anyone know of a tutorial
or script that I can use to get this to work on - [justmarriedmovie.com...]

I am looking for a cool photo/image gallery to show off my wife

korkus2000

11:53 am on Jul 7, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Can you clarify what you mean? I don't really understand the question.

panic

6:47 pm on Jul 9, 2003 (gmt 0)

10+ Year Member



I think he wants an image gallery script.

-panic

bilalak

8:04 am on Jul 10, 2003 (gmt 0)

10+ Year Member



Hi
I think you need to change it when a new couple is added to the list.
If you like to build the whole thing, it is a design taste and skills.
If you are asking on how to change the pictures when a new couple is added to the site, you can use a database or an xml files to add the text and images

let us say

<couple>
<id>12345</id>
<name>somename</name>
<image1>someimage.gif</image1>
...
...
</couple>

Then a simple script would load the file or read from the database and display the image using the same visual effect in the template.