Ok, it seems there is no point to create a web photo browser for picasa web albums, as there is already a free one for your flickr account. It can be set to any background. Below is a link for downloading SlideShow photo browser
http://www.codeplex.com/SlideShow
It doesn't require anything to be installed on your web server. You will need to upload two js files and create two(one) xml file from templates shown in quick start guide. It should work in any browser. I created a test gallery on my
website in 10 mins and it's very simple and looks ok.
You don't have to have flickr account and keep your photo albums there as it also can load photos from your web server. It's hard to say which way it's better and it' really up to you. I've discoverred the following pros and cons for each of these two methods:
Flickr account:
Pro:
you don't need to add a new photo to data file each time you upload it to your flickr albums. You actually need only one config file where you specify your flickr account name and that's it. It starts working straight away.
Cons:
-it seems that this photo browser ignores a flickr picture description. You can still add a description to a picture title but there is no text formatting and the title and description will look the same and go into one line.
-there is an extra trip to flickr.com to load your photos from them. Your visitors won't see that trip but it takes a bit longer.
Loading from your webserver:
Pros:
- it's faster as this photo browser doesn't make an extra trip. it loads all pictures from your webserver.
- You can add descriptions to your photos and they will be shown with different text file below a picture title.
Con:
-You need to maintain your data file. It means that each time you upload new photos to your webserver you have to add new pictures' data(name, description) to data file(data.xml) and update it on your webserver.. It's easy to add this data and you can use Notepad but still it may be some extra work for you that you don't want to do.
If you choose to use flickr account and need some help with configuration.xml let me know. I have a template to use. Setting it to get pictures stored on your webserver is disrobed in quick guide and should be easy to follow.
cheers,
Mike