I need some help: i would like to use zenphoto in conjunction with a flash gallery. The problem is that the flashgallery needs an "xlm" file (one for each gallery/album) which contains the informations about every photo, and have to be so formatted:
`<?xml version="1.0" encoding="utf-8"?>
...
`
What I need is to include the function for creating the xml in the script that checks for new images/albums.
Please help me building the code
Comments
eg: suppose my photos are in `http://www.mysite.com/zengallery/albums/foldername_i_need`, I need the name of the folder `foldername_i_need`. How can I get it with php code? (I don't care about further subfolders)
if you are interested in watching the result go to http://simoxz.altervista.org/sibgallery/ choose a gallery and at the bottom of the page click `Vai alla vista Polaroid`
Thank you again
to use the function `printAlbumTitle()`, what do I have to include in my php page?
could you paste your code please ;-)
i also would like to know, how to implement in default template a xml based flash shanizzle!
i mean, would be really nice of you ;-))