Integrating Photo-Graffix Flash Gallery in to your web page



Place the following code in the HTML code of your web page where you would like the gallery to show...

<IFRAME SRC="gallery/" name="frame1" scrolling="no" frameborder="0" WIDTH="750" HEIGHT="556" >
Your browser doesn't support IFRAMEs.</IFRAME>

The "SRC" would be the folder where your gallery is located (gallery/).
Or an album in your gallery (gallery/?album=youralbumname), obviously replacing "youralbumname" with the actual name of the album.
Or, a specific image in one of your albums (gallery/?album=youralbumname&img=3).

Change the "HEIGHT" and "WIDTH" to your needs.