Instructions for modifying Lightroom Flash output to work on www.HestonWeddings.com css pages
1. Generate images from album pages using action
Wedding Album Jpgs 750 - normal pages
Wedding Album Jpgs 750 Graphi - for Graphi formatted pages
2. Rename the files using ACDsee
3. Import the files into Lightroom
4. Select the files in LR, and goto WEB
5. Select the Marv Dark Brown template
6. Change the name of the Gallery
7. Export directly to the folder in the website
8. In Dreamweaver rename the file to htm
9. Edit the index file
replace -----------------
replace --------------------------
+ '
'
with -----------------------------
+ '
'
replace --------------------------
'width', '100%',
'height', '100%',
'src', 'resources/gallery',
'quality', 'high',
'pluginspage', 'http://www.adobe.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
with -----------------------------
'width', '850 px',
'height', '650 px',
'src', 'resources/gallery',
'quality', 'high',
'pluginspage', 'http://www.adobe.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'transparent',