Web Photo Album 2.2 in DW CS3

Running the extension from the Command menu I got to
selecting the folder of images and just after loading the folder,
or selecting and image from the list I get this error:
"While executing onClick in Create Web Photo Album 2.htm,the
following Javascript error(s) occurred:
At line 1626 of the file C:\Program Files\Adobe\Adobe
Dremweaver CS3\Configuration\Commands\Create Web Photo Album 2.js
ReferencedError:Dwsize is not defined"
Any ideas how to solve this one?
Thanks
Timoto

Hello,
I have the same problem ad can't find a solution.
Can you pls help me?
Thx, Chrisje

Similar Messages

  • Editing a Web Photo Album Created With Dreamweaver CS3 and Fireworks CS3

    I created a web photo album with DW CS3 and FW CS3. I want to
    add and delete some of the photos in the collection. So far, the
    only way I have been able to do this is to recreate the whole thing
    from scratch with all the correct pictures in the target folder. Is
    there an easier way?

    I could be wrong (we only test Adobe widgets for the quality
    of their output
    code, not for features, or lack of features) but recreation,
    as Patty said,
    might be the only way. If you have a development budget, you
    might want to
    take a look at some commercial tools that would have the
    features and
    capabilities you want or need.
    Al Sparber - PVII
    http://www.projectseven.com
    Fully Automated Menu Systems | Galleries | Widgets
    Lightshow Magic: the new wave...
    "AmateurWebMaster" <[email protected]> wrote
    in message
    news:g6kf6v$o1l$[email protected]..
    >I created a web photo album with DW CS3 and FW CS3. I
    want to add and
    >delete
    > some of the photos in the collection. So far, the only
    way I have been
    > able to
    > do this is to recreate the whole thing from scratch with
    all the correct
    > pictures in the target folder. Is there an easier way?
    >

  • Create a Web Photo Album in DW fails when calling Fireworks

    Hi there
    I'm hoping someone might be able to give me some hint to what
    could be causing this problem.
    I recently uninstalled CS3 Dreamweaver and Fireworks (and any
    other CS3 products) and installed the trial version of CS4 Master
    Suite. Not when I am working in Dreamweaver and go to Create a Web
    Photo Album (I do all the same steps I was doing successfully in
    CS3) Fireworks goes to work and opens up, the small Batch window
    appears for about 10 secs and then the Fireworks program closes
    down.
    So I uninstalled Fireworks and reinstalled (thinking I had
    installed it badly). But the same shut down occurs. Has anyone
    experienced so or have any ideas on what I should try to rectify
    it.
    Note: I made sure that all previous versions were cleaned off
    my Mac before installing the CS4 package.
    Thanks
    Phillip

    I have a similar problem. I have DreamWeaver8 and installed a
    demo version of Fireworks. Fireworks works fine when I just want to
    open an image to edit.
    However when I try to create a Photo Album I am prompted to
    install Fireworks. I have 21 days left in the trial version.
    thank you
    Paul Picard

  • Cannot Create Web Photo Album

    I have Dreamweaver 8 and Fireworks CS3. I am unable to create
    a Web photo album in DreamWeaver because I get an error saying that
    Fireworks 4 or greater is required to create a photo album. I have
    the full version of Fireworks CS3.

    I have upgraded to DW Studio 8 from MX2004 and have a similar
    problem...it's inconsistent though. Sometimes I am able to create
    the web photo album with no problems. But tonight it balked and
    balked and balked! I wound up opening up DW 2004 and FW 2004 and
    created the photo album that way and somehow it linked back to the
    DW 8 site. Is there a way to prevent this conflict??
    Help!

  • Problems creating web photo album

    Hi,  I've been creating web photo albums in CS3 using Fireworks over the last five years.  The last album I created was in February 2012
    http://www.classictennismatches.net/images/index11.htm
    However, I have been trying to create a new album since Saturday and it wont work, the thumbnails nor pictures are just not been retrieved from the parent folder on my computer and I just get the page created with thumbnails not manifesting or collected in the images folder.  I always have Fireworks opened before creating the album.
    Does anyone have any ideas why I am not able to create proper photo albums all of a sudden?  Any help will be appreciated.

    You have provided no information about what you are doing
    http://forums.adobe.com/thread/691654?tstart=0

  • Create Web Photo Album

    I'm trying the 30-day version of Fireworks CS3 for two
    reasons: First I want to more easily create my web photo albums,
    and second, I want a graphical navbar with some elements having a
    popup menu.
    The issue I'm running into when I use the &quot;Create
    Web Photo Album&quot; command from within DW CS3 is that the
    resulting images get renamed to have a suffix of
    &quot;_jpg&quot; added. I HATE that! (This means that an
    image called &quot;name.jpg&quot; gets changed to
    &quot;name_jpg.jpg&quot;. Redundant, to say the least.
    How can this be controlled? If I use FW directly to optimize
    an image, this renaming doesn't happen, so I'm guessing this is
    something that DW controls. And I'd like to override that.
    Any help would be appreciated.
    Thanks!
    Eldor - Montreal

    NO! It's not that easy! Have you actually tried the advice
    you just gave? That'll break the whole routine!
    (Folks, whatever you do, before attempting ANY modifications
    to this file, MAKE A BACKUP!!!)
    You need to make changes in several places and everything
    must remain in sync - don't forget that this routine also writes
    the html table code to display both the thumbnails and full-size
    images and the href and img src references must point to the
    correct files! If you remove the references to .jpg the resulting
    html tables will NOT work! And the files will probably be wrongly
    named as well.
    Proceed with caution!
    I'll see what I can do about documenting what I did - I'm new
    to javascript but have many years of higher level programming
    experience. The first thing I did while going through the code was
    to put in comments explaining what certain parts of the code did,
    as I figured them out. And then with great care, I made my changes.
    By the way, Notepad certainly works for this, but it's a lot
    easier to use Dreamweaver itself or (what I did) the Adobe
    Extendscript Toolkit 2 that was included with my CS3 package. It
    makes it easier to visualize the blocks of code and how everything
    relates. And the find/replace dialog is superb.
    Eldor
    quote:
    Originally posted by:
    YonderAnt
    quote:
    Originally posted by:
    TibaTeebs
    can you share a) how/where you changed the code for JPEG in
    the JS? and b) what new functions did you add (such as addidng a
    title)
    Open .js with notepad, in notepad press CRTL-F, type ".jpg"
    in the search box, press the "find" button twice, change the ".jpg"
    word to "" (nothing), do that to the third, fourth, and fifth ones
    (there're only 5 ".jpg" words found in the .js file, don't change
    the first one).
    Then search "_", change all of that "_" to "" (don't change
    the ones that contain a letter between "_")
    done.
    (Excuse my English language)

  • Create Web Photo Album Problem

    Please help!!!!!! I have the Adobe Web Premium Suite CS3 so I
    have all the programs loaded on my computer.
    I have been working on this for 2 days and cannot get this
    command to work. I have 15 folders of pics that need to be put up
    and I want family to be able to click on the thumbnail and open up
    to a larger pic. There are over 100 pics in there. I loaded all the
    pics in their own folders; I have tried jpg, tiff, jpeg, psd and
    gif pics; (I separated them by file name so there are none mixed in
    the folders) I put the pic folders inside my web page folder, then
    I tried it on my desktop and I tried to use My Pictures folder.
    This is how I am doing this:
    I have the index.html page open on Dreamweaver CS3
    I hit Command > Create Web Photo Album >
    fill out "Photo album title:
    fill out "Subheading info:
    fill out "Other info:
    In the "Source images folder:" when I Browse I go to the
    folder and
    I click on it and when that opens there are no pics in there.
    Nothing shows up at all.
    I finish up the rest and an error message shows up "An error
    occurred".
    Anyone know what I am doing wrong????
    Thank you.... Linda

    Hello Do you happen to know if you get the same problem with windows 7
    Thanks

  • DW8: Web Photo Album

    My computer is Dell laptop, Windows XP. I have DW8 & FW8.
    I am using the Web Photo Album command that comes with DW8, not the
    Web Photo Album 2.2 extension. It generates the .htm pages, but
    does nothing with the images. I have searched the forums here and
    found several similar questions but no solutions other than
    re-install FW. Has anyone come across another solution to this
    problem by now? (Re-installing didn't work.) I have worked through
    the process on another computer and not had this error
    message.

    I wish I could help, but all I can do is confirm that this
    issue still occurs in DW/FW CS3. I've tried two different computers
    running it and get the same error message.
    I've written about it on the Crappy Software Blog:
    http://crappysoftware.home.comcast.net/2007/08/i-love-dreamweaver-except-when-it-acts.html

  • Web photo album 2.0 for DeamWeaver 4

    I'm trying to find the Web Photo Album 2.0 extension for
    DreamWeaver 4(not MX or later versions).
    Sure its old, but it works.
    I cannot seem to find it in the extensions area
    Can someone direct me to a download location or email it to
    me?
    Mac or PC is fine
    thanks

    You didn't ask for this but after you use it you will never
    want to use
    Photo Album again and its free -
    http://jalbum.net/
    "SteamChip" <[email protected]> wrote in message
    news:efjc9m$t1g$[email protected]..
    > I'm trying to find the Web Photo Album 2.0 extension for
    DreamWeaver 4(not
    > MX
    > or later versions).
    > Sure its old, but it works.
    > I cannot seem to find it in the extensions area
    > Can someone direct me to a download location or email it
    to me?
    > Mac or PC is fine
    > thanks
    >

  • Trouble with making a link to Web photo Album in Dreamweaver cs4

    I am pretty new to this.  I have created my website, made all my links, which are working fine, but when I made a Web Photo Album in Adobe Bridge, saved in Dreamweaver under my other web pages on my site.
    Here comes the problem, I made a link from i.e. (parents.html) to go into my Web Photo Album but it won't work when I preview it in browser, but other pages will work when I test it with the same link on my (parents.html) page.
    I am pulling my hair out, I can't understand why the link to Web Photo Album won't work, it is the last thing I have to do before I have to upload website.  Can someone please, please, please tell me what is wrong.
    Cheers

    You may need to upload the pages anyway, so that people can help you find the problem.   Seeing the code and the associated files is the only way to try and help you  ;-)
    You can always upload the files to a test folder on the server instead of directly into the root of the site if that is going to be an issue for you,
    PS:  If it's working from being linked to from other pages, then there must a pathing issue when it comes to that one page.

  • Web Photo Album 2.1 - putting it in page

    Hi,
    I'm on DW MX and haven't used it in a while. I installed the
    extension web photo album 2.1 and I have a page onto which I want
    to put a photo gallery. So I have the page created and my cursor
    placed and I chose 'Command/Create Web Album2.1" and I created the
    album.
    First, when I chose to add captions (and it must access
    Fireworks MX to do so). it was fine but it skipped showing some
    photos when it asked for a caption. So some photos got left out.
    Also, this seems to create a folder for my gallery but is
    there a way to insert this gallery into an existing page, at least
    as a starting point?
    I now see my photo gallery folder for instance, but I have no
    way to preview it (once I pulled out of the initial creation
    preview).
    I'm kind of lost as you might surmise, but I'm fairly
    experienced with web programs.
    I appreciate any guidance,....Thanks, Frank B.

    Hello,
    I have the same problem ad can't find a solution.
    Can you pls help me?
    Thx, Chrisje

  • Creating Links in DW with PS3 web Photo Album

    How do you create code links in DW on a PS3 web Photo Album I
    created an imported into DW to includ in my web page? You can veiw
    the photo album in my web site surfingpictureseast.com in the
    football section titled "Test of Photoshop Web Photo Album." Any
    codeing assistance will be greatly appreciated.
    Mahalo
    SPE

    football section ???
    "SportPicsEast" <[email protected]> wrote in
    message
    news:gcqpch$o3n$[email protected]..
    > How do you create code links in DW on a PS3 web Photo
    Album I created an
    > imported into DW to includ in my web page? You can veiw
    the photo album in
    > my
    > web site surfingpictureseast.com in the football section
    titled "Test of
    > Photoshop Web Photo Album." Any codeing assistance will
    be greatly
    > appreciated.
    > Mahalo
    > SPE
    >

  • What identically replaces CS 5 "Create Web Photo Album"?

    I have one web site that is using the Dreamweaver CS4 "Create Web Photo Album", however now that I have upgraded to DW CS5, "Create Web Photo Album" is no longer available.  I know you can use Bridge but I need an identical layout of the photo album that was in CS4 to match the others.  Any ideas here?

    I can't speak for Adobe since I'm just a plain old end user of their products just like yourself.
    I do know that Adobe never remove features without having a good, hard look at what they're proposing to remove and getting feedback from users about how it's used and by how many people.
    However, in Adobe's eyes, legacy features such as web albums (there since Macromedia days I believe) are clearly more suited to Bridge rather than Dreamweaver.
    When they transfer features to different apps, it is rarely a seamless change so you won't get identical results at the pixel level.
    When you're upgrading, everyone focusses on the new features. It's also wise to check what has been changed or discontinued before upgrading. Sometimes you'll find yourself in the unfortunate minority which relies on a given feature that apparently (according to Adobe) few people use but those that do think it's an important feature.
    Having said that, Web Photo Album in Bridge is excellent from what I can see. Perhaps try it out and see what you think.

  • Wanted to Edit "Create Web Photo Album" template

    I'm using MX2004.
    I've recently done a major, major overhaul on a website I
    manage. We use the "Create Web Photo Album" (not an extension - the
    one that came with DW) extensively, but with the new design, the
    basic photo album template isn't going to cut it. I could probably
    sit with it myself and drop created photo albums into a template
    page and make it work, but I'm not the only one doing photo albums
    and some of the other people aren't the most... technically
    competent.
    What I'd like to do is somehow edit the template that
    Dreamweaver uses to create the photo album so that it looks like
    how we're wanting without any post-album-created-action.
    Is this possible? Is there an extension that'll work for this
    as well? (Looks like the Exchange is currently down, so that isn't
    helping me in my search.)

    Get the free extension "Create Web Photo Album 2" from Adobe.
    It has many
    pre made templates plus instructions on how to create your
    own.
    Michael Hager
    www.cmhager.com
    "Dexter74656" <[email protected]> wrote in
    message
    news:eor42n$oe3$[email protected]..
    > I'm using MX2004.
    >
    > I've recently done a major, major overhaul on a website
    I manage. We use
    > the
    > "Create Web Photo Album" (not an extension - the one
    that came with DW)
    > extensively, but with the new design, the basic photo
    album template isn't
    > going to cut it. I could probably sit with it myself and
    drop created
    > photo
    > albums into a template page and make it work, but I'm
    not the only one
    > doing
    > photo albums and some of the other people aren't the
    most... technically
    > competent.
    >
    > What I'd like to do is somehow edit the template that
    Dreamweaver uses to
    > create the photo album so that it looks like how we're
    wanting without any
    > post-album-created-action.
    >
    > Is this possible? Is there an extension that'll work for
    this as well?
    > (Looks
    > like the Exchange is currently down, so that isn't
    helping me in my
    > search.)
    >

  • Creating a Web Photo Album on Dreamworks CC

    I used to often use the create web photo album command in DW 3 regularly to build image pages with thumbnail links but this function has dissappeared from the new Dreamworks Creative Cloud.  I've read that this function has migrated to the new Bridge application, but am unable to get an output tab.  I downloaded the adobe output module and added it to the Bridge extensions workspace folder and that disabled Bridge from even opening.  Nothing I do seems capable of bringing the the output tab from its hiding place and I'm deeply frustrated by the labryinthe created by the lack of that simple create web photo album command.  Are there other solutions that adobe expects the new version of dreamweaver to offer in the place of this handy tool?  

    DW isn't a photo gallery creation tool.  There are much better options available for that.
    jQuery Fancybox,
    jQuery Cycle,
    Lightroom,
    etc...
    Nancy O.

Maybe you are looking for

  • IMovie refuses to load.

    It seems that whenever I try to open iMovie, the GUI refuses to load. I can see iMovie up in my tool bar and according to the computer, its running just fine. It might be just coincidence, but this happened right after I downloaded a software update.

  • Different GRC Versions work in sap system

    Hi  All, Is it possible different Versions of GRC works in SAP SAP System. Means VIRSA CC 4.0 and FF 5.2 works in same System. But the GRC PATCHES Showing only GRC  5.2 Sp13 patche But not VIRSA CC 4.0 Patches. Regards VASU

  • Pactching kernel with fbsplash.patch (SOLVED)

    Never patched a kernel before and i'm having problems!! This what i've done so far (as root): 1. Installed kernel26-ck (2.6.22-ck) with pacman and rebooted into arch using that kernel 2. downloaded the fbsplash via (genpatches-2.6.22-1.extras.tar.bz2

  • I can't eject a disk

    I was trying to boot my mini off a Disk Warrior DVD. It only boots to a startup screen but doesn't go any further. Now I just want to eject the disk and I can't. If I shut it off it just tries to boot off the disk but it never gets to the point where

  • Trying to decide between iphoto & aperture

    Hi gang... I give up. I'm a new D-SLR user, shooting the majority of my pictures in NEF, so I have more info to fix my shooting errors in the computer. I'm comfortable with iPhoto as an organizational tool, posting to iWeb, iMovie etc.. but I like wh