Photoshop CS3 web gallery bugs(?); vanishing metadata, bad sort order

Running OS 1.5.4 on 24" Imac, I'm attempting to generate a "horizontal slideshow" from bridge-selected files in Photoshop CS3.
[Sounded like the problem in this post: http://www.adobeforums.com/webx/.59b5a9fe/2 but on re-reading I've decided it's different so I'm giving it it's own thread, with more detail...]
Here's my experience:
1) Description and title show up for a second on the first slide, then revert to just the blank template on that and all subsequent slides (title: [blank] description: [blank]....
Hitting "refresh" produces the descriptive metadata for a tantalizing moment, then it' s back to the blank template for this and all subsequent slides. It does this both for Safari and Firefox.
You can view this behavior in a slideshow at http://oasisdesign.net/projects/earthtoilet/
If it asks for a password, use---
user:earthling
pass: draf1 )
"preserve all metadata" is checked.
I've tried all combinations of checking/ unchecking "title, description, filename" for labeling...also, making slideshows with just one or two slides to reduce the chance that it's a weird character issue of the type some other folks have experienced...
2) additionally, the web gallery is not respecting the manual sort order in Bridge, which is the source of the files. The help files say the slideshow should follow the manual sort order in Bridge.
3) Finally, metadata entered in bridge metadata tab sometimes vanishes, sometimes metadata entered in file info wouldn't show in the metadata tab.
Thanks for your help!!
Art
BTW, here's the related issues I found:
http://www.adobeforums.com/webx/.59b5a9fe/2
...After some investigation, I found that the descriptions were disappearing only for photos that had a Return / Line Break in the description. If you go back and make sure all of your descriptions are a single line, it works fine....
=Don't have line breaks, nor "and" nor &...
http://www.adobeforums.com/webx/.3bff9de1/0
http://www.adobeforums.com/webx/.3bd62ec3/0

OK...here's the hack I used to get around what I'm now totally convinced are program bugs and shortcomings relative to advertised functionality, for anyone else who has to deal with this, followed by my (suggested fixes to Adobe)...
1) Sort everything the way you want in bridge.
2) Make meta descriptions w/o weird characters (a warning here would be helpful)
3) Use "batch rename," with "copy to another folder" to give the images totally plain vanilla, DOS-style file names (001.jpg, 002.jpg...). This solves most filename issues and the works around web gallery's failure to recognize bridge sort order in one go. Note that you can irrevocably screw up the names of all your original files if you're not very careful to COPY at this step.
([a] make the bridge sort work directly, as advertised, por favor. [b] add an error message or warning about file names such as 006-(2).jpg causing malfunction. A compassionate, low-effort short-term patch for Mac users of web gallery, especially since bridge generates that particular sort name itself invisibly and automatically if you move a file with the same name into a folder)
4) Use "white on black" instead of bug-ridden "horizontal slideshow" (horizontal slideshow should be fixed or deleted from the next version...multiple slideshow options would be awesome, as they advance automatically at the max rate the user's bandwidth allows, a very attractive feature)
5) Restrict all images to the same height so users can click *in the same spot* to advance the 200 images with less carpal tunnel (the advance arrow should *always* be in the same spot, for every web gallery, IMHO)
Web galleries are a fantastic tool for sharing information easily...I hope to see some evolution in those great automatic updates someday...

Similar Messages

  • Bridge/Photoshop CS3 Web Gallery Question

    Hi There, I have a question about the Photoshop cs3 Flash Gallery, particularly the flashobject.js file and index.html file.  Whenever I try and open the finished Flash Gallery HTML page, I get a message that says "Please upgrade your Flash player" and "Already have Flash player installed? Click Here."  Is there a way that I can remove that and just have it go to the Flash Gallery?  I notice that it says Flash Player 6 but that is an old version.  I am not very knowledgeable in javascript so any help would be appreciated.

    Ellen,
    I replied to your identical thread in the Bridge forum this morning.

  • Photoshop CS3 Web Gallery Hosting

    Hi there,
    I'm fairly new to HTML and flash altogether (just took up IT classes). I bought the Adobe web premium pack, which came with a nifty video tutorial guide.
    Through those tutorials, i quickly learned how to create a web gallery with PS CS3... which leads me to the next question, one which i found myself asking just a few seconds after the end of the tutorial: Now what?
    I have a folder with the .html or in my case .fla gallery which works and looks fine on my computer, but i have no idea how to host it on the net, even with dreamweaver.
    Watching through other tutorials, i learned how to import a .fla file into dreamweaver, but how does one import an entire flash gallery?
    Or simpler yet, how can i get this web gallery online? (quick and dirty, doesn't matter as long as it gets done)
    A quick response would really be appreciated, i've been scratching my head over this for the last 4-5 hours, thanks!

    Hi Justin,
    I am also new, but I know how to upload files to a site, so I'm going to attempt to help you. It's very easy if you've ever uploaded files to a server. Have you? Because you simply upload all the files created by Photoshop to the server using Fetch. Be sure you load your folders as well. To upload folder go to the Remote item and pull down until it says Put folders and files. Then add the folders you need to upload, click done and click new folder.
    The problem I'm having is that my web site gallery isn't displaying properly. If you have this part figured out, please help. I'm getting a space above the site, I'm getting a couple icons in that space including a box and a question mark within a diamond. The controls are not visible. Anyone, I could use some help. [email address deleted for privacy]
    Thanks,
    Edie

  • Photoshop CS3 Web Premium compatible with Windows 8.1

    I have just received a new Computer with Windows 8.1 and want to install Photoshop CS3 Web Premium on it. Are there any issues with this Operating System and Photoshop CS3 Web Premium?

    Are there any issues with this Operating System and Photoshop CS3 Web Premium?
    You bet there are. Starting with Win 7 the print engine and certain other parts of Windows have changed and naturally the new security menchanisms may require compatibility modes and a lot of trickery already upon install. It's not impossible, but issues should definitely be expected - some small, some more critical.
    Mylenium

  • Edit Photoshop Flash Web Gallery

    Hi!
    I'm completely new to Flash but I've been trying to edit the
    Flash gallery 1 included in Photoshop CS2. What I like to do is to
    make links from the title in the head. I figured out how I can copy
    the code for the email field that already exists. But I cant really
    understand how I change it so it works on a webpage instead of an
    email.
    The template I'm using can be downloaded here:
    Photoshop
    Flash Web Gallery
    I found the specific code in title.class.as
    The code I want to change looks like this:
    if (email != undefined) {
    var emailObj = this.createEmptyMovieClip('email_mc',
    this.nextDepth())
    emailObj.beenClicked = false;
    //trace ('we have email info it is '+email);
    currentY -= titleH2.size;
    emailObj.createTextBlock('email_txt', currentX, currentY,
    'dynamic', titleH2, 1600, 20, false, false, true, false, email,
    config.embedFont, false);
    emailObj.email_txt._width = emailObj.email_txt.textWidth+10;
    emailObj.email_txt.textColor = theGallery.link.toHex();
    emailObj.onRollOver = emailObj.onDragOver = function () {
    //trace("over");
    this.email_txt.textColor = theGallery.link.toHex();
    emailObj.onRollOut = emailObj.onDragOut = function () {
    //trace("out");
    if (this.beenClicked == false){
    this.email_txt.textColor = theGallery.link.toHex();
    } else {
    this.email_txt.textColor = theGallery.vlink.toHex();
    emailObj.onPress = function () {
    //trace("out");
    this.email_txt.textColor = theGallery.alink.toHex();
    emailObj.onRelease = function () {
    this.beenClicked = true;
    this.email_txt.textColor = theGallery.vlink.toHex();
    mailTo ( email)
    //trace("release");
    What I want to do is to create a link in the code for:
    if (one != undefined) {
    //trace ('we have a one it is '+one+' that is '+one.length);
    currentY -= titleH2.size;
    this.createTextBlock('one_txt', currentX, currentY,
    'dynamic', titleH2, 1600, 20, false, false, true, false, one,
    config.embedFont, false);
    Lets say that I want it to link to a page called one.htm
    How do I do this?

    This would be the least instrusive hack I can find that may get you around the problem.  In the js fle there is a function...
    function detectFlash(ver) {
    if (getFlashVersion() >= ver) {
      return true;
    } else {
      return false;
    Try changing this function to...
    function detectFlash(ver) {
    if (getFlashVersion() >= ver) {
      return true;
    } else {
      return true;
    This should eliminate making the text appear.  If not, there's another thing you can try.
    A better approach wuld be to use more up to date embedding code, though I cannot say whether the js file is written specifically for this Flash application such that it includes code that talks to the Flash file.

  • Photoshop CS2 web gallery

    I attempting to use the Photoshop CS2 web gallery to incorporate into my iweb page.
    I have found how to make the gallery and have set up a folder, however, I am unsure of where to go from here.
    Can I place this slideshow into iWeb? And if so, how?
    thanks for your help,
    Felisha

    Varkgirl,
    I am now unable to view the page on "adding slideshows" for some reason it is not coming up.....However,
    I am trying to add multiple galleries to one page and while reading rowan-cottages website it directs me to your page. I am using iphoto expert to create the slideshows and in your instructions where it says something like "find hre and add _________" I can't find it on the html page I created using iphoto expert. I didn't know if it would only appear on the web export html page or am I just overlooking it?
    If your instructions for adding multiple galleries only apply to web export, I'm wondering if you can answer another question...
    On the SimpleViewer FAQ's page it says:
    "To create multiple galleries of images, make a copy of the whole SimpleViewer folder for each gallery. Create your individual galleries as normal. You can now create a menu page that links to the index.html page in each sub-folder."
    I'm new at this thing and don't understand what making a copy of the "whole SimpleVier folder" means...are they saying copy the "slideshow" folder..and if they are, why would the put "create your individual galleries as normal" after that sentence?
    AND
    How would I go about "creating a menu page"
    I appreciate your expertise greatly!
    take a look at the "test" page on my website. I don't know what to do with the box that says "IFRAMECODEGOESHERE"... pictwist.net
    Felisha

  • Web Gallery Question - Any Metadata Control

    The new Web Gallery feature is very useful. I would like to know if there is a way to determine which metadata fields that get uploaded to the gallery. In our case, it would be nice to able to upload "Caption" information.

    It is not automatic - you need to add them to both the album and the web gallery at the same time
    Select the photos and drag them to each location (Album first since it starts an update when you drag them to the web gallery)
    LN
    Message was edited by: LarryHN

  • Photoshop CS4 web gallery template in Lightroom?

    Hi,
    I have a custom web gallery template set up in Photoshop CS4. I would like to use it in Lightroom, but it appears the Lightroom web gallery templates are in a different format (and not so customisable). Is there a way I can use my CS template in LR??

    Thanks Ian,
    I am trying out Lightroom to see if it can replace PS for my needs. So far its not looking good! Looks like I might have to upgrade PS instead. I am preffy proficient with PS and have several custom functions set up. My web gallery integrates with my website and has been developed over a time to get it just how I like it. I can also drop in and edit the HTML to tweak it as I go.
    Ian

  • Trying to add img scr, alt and title tags to a Photoshop created web gallery.

    I need to add some tags to a web photo gallery created by Photoshop. I've posted the same question in the PS Forum just in case.
    I need to add img src, alt and title tags to the images in the web gallery. Normally this is as simple as working on the code in the html page in which the image sits but the PS gallery doesn't seem to be that simple. I'm not sure exactly what file to put these tags in.
    Can anyone tell me exactly how, and which files I need to work on, to add these tags to each of my 42 gallery images?
    Thanks.
    John.

    The gallery is a mess and I might just rebuilt it using something else like Jalbum, but here it is: http://thewoodshopmalvern.com/ThumbnailGallery/index.htm
    Yes, I'm sorry, I'm trying to add ATTRIBUTES to the <img> tag.
    For the rest of the site I have simply gone to each of the html pages and updated the code itself - pretty straightforward. But PS seems to use Javascript in making this gallery and unfortunately I just don't know enough about Java to understand exactly where I need to add these attributes.

  • Photoshop CS3 Magic Wand bug?

    I'm want to use photoshop CS3's magic wand tool to make a selection of a colored shape on my background layer.
    However when I click the mouse, the wand selects EVERYTHING on the layer. it doesn't matter what my tolerance level is set to. I've tried cranking it down to 0 and I still get everything selected.
    Is this a bug? or am I doing something wrong?

    The eye dropper sample size setting will affect how the magic wand operates. CS3 added some new sample sizes. Have you by chance been testing them out? If so, the cure might be as easy as changing your eye dropper sample setting.
    Thank you so much for pointing this out.  I was having exactly this same problem and your suggestion fixed things for me immediately.
    I've been using Photoshop for maybe nine years now, but obviously that's not quite enough.  I don't know how it is that I've never noticed the relationship between the eye dropper and wand tool before.
    I think the wand tool sample size should be independent of the eye dropper tool sample size.  It should be something you can change explicitly from the wand tool's option bar.  Tying those two otherwise completely unrelated tools together in that way is unintuitive.
    Anyway, thanks.  I'm just happy to be able to use the wand again.

  • Web gallery is no longer date sorted?

    Hi all,
    Hopefully this should be an easy one for you to help me with...
    - I have a web gallery via iPhoto '08 of my twins for all the relatives to see. If I look at the web gallery album in iPhoto, the photos are sorted in date order which I have selected to do so.
    - However, if I access this gallery over the web the photos are not in date order, so now I have pictures of my little ones at 3 months, intermingled with photos of them at birth. All very confusing for the eager viewers.
    How do I fix this so it will always be sorted by date?
    Thanks in advance.
    Dan.

    Dan:
    Yes, there's a "quirk" in that. Here's how to get around it. Sort the gallery in iPhoto by date and then move one photo to another position and then back again. Hit the publish button and the online gallery should update to the order that's in iPhoto.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Photoshop cs3 Photo Gallery

    I have made a photo gallery for a webpage but when it loaded it rearranged the photos in a different order, how can I make sure they go in the order I want and not what the computer wants.?

    I just tried it and it worked. Make sure you follow all the steps:
    1. Drag the pictures into the desired order in Bridge.
    2. Select them so they are all highlighted.
    3. Go to Tools > Photoshop > Web Photo gallery...
    4. Pick a Style and as source use Selected Images from Bridge.
    5. Set Destination and press OK.

  • Removing code from a javascript file-i.e. Photoshop Flash Web Gallery

    Hi There, I have a question about the Photoshop Flash Gallery, particularly the flashobject.js file and index.html file.  Whenever I try and open the finished Flash Gallery HTML page, I get a message that says "Please upgrade your Flash player" and "Already have Flash player installed? Click Here."  Is there a way that I can remove that and just have it go to the Flash Gallery?  I notice that it says Flash Player 6 but that is an old version.  I am not very knowledgeable in javascript so any help would be appreciated.

    This would be the least instrusive hack I can find that may get you around the problem.  In the js fle there is a function...
    function detectFlash(ver) {
    if (getFlashVersion() >= ver) {
      return true;
    } else {
      return false;
    Try changing this function to...
    function detectFlash(ver) {
    if (getFlashVersion() >= ver) {
      return true;
    } else {
      return true;
    This should eliminate making the text appear.  If not, there's another thing you can try.
    A better approach wuld be to use more up to date embedding code, though I cannot say whether the js file is written specifically for this Flash application such that it includes code that talks to the Flash file.

  • How do I align the Photoshop/Bridge Web Gallery to the left?

    I've tried added "align = 'left'" to every spot I thought COULD control the alignment... anyone have an idea of where inthe css code I should be adjusting the alignment? I only need to move the gallery over about 60-100px so it is centered in the window I'm displaying it on.  Any help?

    Which gallery? Is it the HTML or Flash gallery?
    You may want to also post in the Bridge forum as there are more users familiar with issues like that there:
    http://forums.adobe.com/community/bridge/bridge_macintosh

  • DreamWeaver CS3 Web Photo Gallery Help

    I bought the Adobe Web Design package to put together a good
    (hope springs eternal) Web site to showcase about 60 oil paintings
    that are presently available at different poster sites. I am a
    novice to DreamWeaver; started my basic web page. I now need to add
    the photos in 6 different galleries - landscapes, waterscapes, etc.
    I assumed I was going to do this in Photoshop CS3/Fireworks and
    import it to the site I am building with DreamWeaver, but 2
    problems confront me:
    (1) I could not find a Photoshop CS3 photo gallery template
    that allows for a text paragraph adjacent to a larger image when
    clicking on thumbnails laid out on the side or the bottom of the
    page, or am I wrong?
    (2) It appears that Photoshop CS3 generates an independent
    web page for the photo gallery - is it even possible to import a
    photoshop cs3 web gallery into an existing DreamWeaver CS3 web
    page?
    Appreciate any info in this area. Thanks.

    On Tue, 11 Sep 2007 01:10:23 +0000 (UTC), "dreamcafe"
    <[email protected]> wrote:
    >I bought the Adobe Web Design package to put together a
    good (hope springs
    >eternal) Web site to showcase about 60 oil paintings that
    are presently
    >available at different poster sites. I am a novice to
    DreamWeaver; started my
    >basic web page. I now need to add the photos in 6
    different galleries -
    >landscapes, waterscapes, etc. I assumed I was going to do
    this in Photoshop
    >CS3/Fireworks and import it to the site I am building
    with DreamWeaver, but 2
    >problems confront me:
    > (1) I could not find a Photoshop CS3 photo gallery
    template that allows for a
    >text paragraph adjacent to a larger image when clicking
    on thumbnails laid out
    >on the side or the bottom of the page, or am I wrong?
    Dunno as I do not have CS3; but I've used Photoshop a lot to
    generate
    galleries, then I modify them. I think your main sticking
    point is
    that you haven't found a Photoshop gallery that is close to
    what you
    want, is that correct?
    > (2) It appears that Photoshop CS3 generates an
    independent web page for the
    >photo gallery - is it even possible to import a photoshop
    cs3 web gallery into
    >an existing DreamWeaver CS3 web page?
    What's to import? Photoshop outputs web pages and DW edits
    web pages.
    Edit away.
    >
    > Appreciate any info in this area. Thanks.

Maybe you are looking for