Ad - leaderboard

Wednesday, February 23, 2011

Embeded Picasaweb slide show speed and background colour

I store most of my pictures  in picasaweb.google.com/sitivi and from time to time I  make slide shows them. I found these two undocumented tricks, they work, they may disapear some day but do appear to be within the Picasa Terms of Service.
  • To change the speed add this string (here 10 seconds instead of the default 3 seconds):
     
    interval=10;
  • To change the background to white change the following variable to FFFFFF (white) or whateaver colour  you want to match your background: RGB=0x000000 to RGB=0xFFFFFF
    Of course you want the Color Wheel Tool.
Sample code: The embedded code to create a typical slide show running below is :