Pet Medications

Why Photoshop Lightroom 1.0 Flash Galleries contain multiple renditions

March 14th, 2007

When exporting a Flash gallery out of Photoshop Lightroom 1.0 it exports three rendition sizes of each image. Those three sizes are “relative” to the “preview size” setting, which you could kind of think of as setting the size for the “largest” of the three.

When the gallery is loaded into a browser, the gallery automatically detects the size of the window, looks at the rendition sizes available, and then downloads the largest rendition size that will fit into the window. It then does some pretty sophisticated pre-fetching of the other images of that size based on visitor behavior (linear vs non-linear browsing of the gallery). The gallery does not download the other renditions at all - unless the end user changes the size of their browser window such that a different rendition size should be used.

read on…

Lightroom Flash Galleries that “hang” on the “loading images” message

March 13th, 2007

It appears that Flash galleries generated by Photoshop Lightroom 1.0 that have images in the header (for example, an Identity Plate) sometimes have a problem loading images. It seems to occur only on galleries hosted on certain web servers, and then only on certain end-user machines.

**Update This is fixed in LR 1.1

If you wanted an alternative method to put your logo above a gallery, you could add it to the html page itslef, and then “turn off” the header in the gallery.

Here’s how you’d do that:

Photoshop Lightroom 1.0 Flash Gallery Tips and Tricks #14: Put a graphic in the header

March 8th, 2007

Photoshop Lightroom 1.o will let you put a custom graphic/identity plate in the header of a Flash gallery. But, sometimes it is hard to tell how it will be scaled. Here’s some info on that. The gallery header can contain a graphic that is up to 46 pixels tall, and up to 600 pixels wide. If you have a long string of text in the right side of the header, it can cause the text on the right to truncate if the browser window is small, and when this happens the baseline of the text shifts downwards a bit (bug). So if you use a really wide graphic, make sure to preview it in a browser window at the smallest size that the gallery will fluidly scale down to (about 650 pixels wide). Note that you can put a .jpg, gif, or PNG graphic in there, or a SWF. To do this manually you’d edit a line of text in the style.xml file of an exported Flash gallery:

<pageTitleImg visible=”true” src=”bin/images/myheadergraphic.swf”/>

Note that it appears that galleries hosted on certain web servers, and then on some end-user machines have a problem loading images when a graphic is in the header. I’ve posted some additional info about that here

Photoshop Lightroom 1.0 Flash Gallery Tips and Tricks #13: Easily embed a Flash gallery in another web page

March 7th, 2007

I’ve blogged about this topic before, but, as there have been several requests for clarification, I’m touching on it again and this time including an example. The key to embedding the gallery swf into a web page is to understand that the “path” to the the resources the gallery needs to work (the XML files) is hard coded into the swf. You can over-ride this with Flashvars, but you don’t need to. Simply move the gallery.swf file into the same folder on your web server as the html page you want it to be in, then move the bin and resources folders in there as well. Now you can use simple embed code to add your swf into your html page.

read on…

Update: Using FlashVars Post

Photoshop Lightroom 1.0 Flash Gallery Tips and Tricks #12: Adding Background Music

March 6th, 2007

In my previous blog post about background images, I mentioned in passing that a swf file can be used as the background image (it is an “unsupported” feature though) . There are lots of nifty things you can do with that (if you know Flash) like having a video wallpaper background, but one of the more common uses might be to add background music to your gallery.

read on…

Photoshop Lightroom 1.0 Flash Gallery Tips and Tricks #11: Adding Video Clips

March 6th, 2007

Photoshop Lightroom 1.0 does not support importing video clips into the Library, but because the Flash gallery feature of Lightroom is based on AMG, which does support video clips, you CAN have .flv video clips in a Falsh gallery that has been exported from Lightroom - you’ll just have to add those manually.

read on…

Photoshop Lightroom 1.0 Flash Gallery Tips and Tricks #10: Using the Left Side Caption Area

February 26th, 2007

Within a Flash Gallery created by Photoshop Lightroom 1.0 the Metadata you choose to display for “Title” and “Caption” appears below the photos in a “horizontal” text field. You can change this to a “vertical” text field that sits to the left of the photos (and you can style that caption including having a background color and border).

read on…

Photoshop Lightroom 1.0 Flash Gallery Tips and Tricks #9: Put Lightroom Flash Gallery UI into the hidden “Advanced Mode”

February 26th, 2007

OK, tired of editing the XML files to further customize your Flash Gallery? There is an alternative - for style customizations at least. You can put the Web module of Lightroom into “advanced mode” (an “expirmental and usupported” feature - so try this at your own risk) which will expose MANY more customization options in the Lightroom panels.

To go into Advanced Mode you’ll need to use a keyboard combo:

Read the rest of this entry »

Photoshop Lightroom 1.0 Flash Gallery Tips and Tricks #8: Modify Size and Location of the Image Canvas

February 26th, 2007

What if you had a background image and you wanted the images in your gallery to align to a “frame” (for example a TV screen) in the background? (see article #1 about that) This is particularly tricky if you don’t want that location to be “centered” in the gallery as it does by default. This can be done in a Photoshop Lightroom Flash gallery, though I will warn you that it is a bit complex, and will take a fair amount of trial and error work to figure out. You would also need to make your own image renditions and edit the “group.xml” file (which I’ll discuss in a future article). This is only really worth it to someone who REALLY wants to achieve this effect and is willing to work through it. For everyone else, this might be an interesting read just so you have a basic understanding of the XML related to the image canvas.

read more…

Photoshop Lightroom 1.0 Flash Gallery Tips and Tricks #7: Area Backgrounds and Area Borders

February 26th, 2007

The thumbnail area of a gallery and the “slideshow” area of a gallery (the area that the images, captions, and playback buttons are in) can have their own background color and border. You can set the transparency (alpha) and color of either area independently. The settings for this are a bit “spread out” in the style.xml file. Look for:

<thumbnailviewborder color=”CCCCCC” alpha=”100.00″/>
<thumbnailviewbgcolor alpha=”6.00″ color=”382828″/>
<slideshowbgcolor color=”FFFFFF” alpha=”0.00″/>
<slideshowborder color=”CCCCCC” alpha=”100.00″/>

The alpha values are particularly handy if you have a background image (see article #1).

Photoshop Lightroom 1.0 Flash Gallery Tips and Tricks #6: Changing Transitions and Slide Durations

February 26th, 2007

All galleries exported by Photoshop Lightroom use the “fade” transition between images. You can change that to “cut” or use a “fancy” transition (I don’t like them much personally). You can also set the “duration” of the transitions as well as setting the duration of each ‘slide’ when the gallery is played back in slideshow mode. The related bits of xml (in style.xml) looks like this:

<slidetransitions slideDuration=”5.00″ transitionDuration=”.75″ transition=”fade”/>

Durations are in seconds, and transition type choices are “fade”, “cut”, “blinds”, “iris”, or “pixDissolve”

Photoshop Lightroom 1.0 Flash Gallery Tips and Tricks #5: Customizing Text and Captions

February 26th, 2007

In prior articles I’ve talked about specific customizations that can be achieved by editing the style.xml file (found inside the “..resources/styles” folder) of a Flash Gallery exported from Adobe Photoshop Lightroom 1.0. In this article, I’ll touch on a variety of other customizations that relate to text.

Read the rest of this entry »

Photoshop Lightroom Flash Gallery Tips and Tricks #4: Changing Image and Thumbnail Borders

February 20th, 2007

If you look closely at the various Flash Gallery templates in Photoshop Lightroom 1.0, you’ll notice some variations in the “look” of image and thumbnail borders (and the drop-shadows too) but if you look in the customization controls of the app, you’ll notice there is no way to change those on any given template. Here’s how to do that manually by editing values in the “style.xml” file (found inside the “..resources/styles” folder) of an exported Flash Gallery.

Read the rest of this entry »

Photoshop Lightroom Flash Gallery Tips and Tricks #3: Embedding a Flash gallery into a web page at a fixed size

February 20th, 2007

When you export a Flash Gallery out of Photoshop Lightroom 1.0, it makes a web page for you (index.html) and on that page the gallery always scales to fit the browser window. That’s nice, but sometimes you want to put a gallery into your own web page with other content. If you do that, you may want to turn off the Header bar and Menu bar in the gallery itself (covered in Tips and tricks #2).

You may also want to “fix” the size of the gallery so that it does not auto-scale to fit the available space.

Update: Using FlashVars Post

Read the rest of this entry »

Photoshop Lightroom Flash Gallery Tips and Tricks #2: Hide or Modify Header Bar and Menu Bar

February 20th, 2007

The Header Bar and/or Menu Bar in a Flash Gallery generated by Photoshop Lightroom 1.0 can be turned off (hidden) or made semi-transparent by editing the style.xml file within an exported gallery (found inside the “..resources/styles” folder). This is particularly handy if you have added a background image (covered in Tips and Tricks #1) or if you are putting a gallery into an existing web page (covered in Tips and Tricks #3) and you don’t want or need “headers” in the gallery itself.

Read the rest of this entry »