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

Similar Messages

  • 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.

  • Is there a way to create a web photo album with Dreamweaver CS5.5?

    I used this command in earlier versions of Dreamweaver, but have not had any luck finding a remedy for CS5.5....Appreciate advice.

    Please post in the Dreamweaver forum here http://forums.adobe.com/community/dreamweaver/dreamweaver_general. They will be able to help you.

  • Create a web photo album

    This question was posted in response to the following article: http://help.adobe.com/en_US/dreamweaver/cs/using/WSc78c5058ca073340dcda9110b1f693f21-7ad1a .html

    Y

  • Problem with Creating Web Photo Album

    I have Dreamweaver CS 4 and I tried to make a web photo album using a trial version of Fireworks CS4.   Once Fireworks starts I get an error message saying there is a problem with Fireworks and it shuts down.   The photo album folders and html pages are created, but the pictures aren't there.  I've done on another computer and it works great.  Could there be a problem with the trial version of Fireworks?  I can open Fireworks on its own and works fine.
    Thanks for any help

    How are you uploading your site to the server?  Are you using iWeb's ftp capability?  For some unknown reason it can fail at uploading changes to the site and leave vital pages out causing problems like you're experiencing. Have you tried using the File ➙ Publish Entire Site menu option to get all of the new files uploaded? 
    If this continuse you might have to use a 3rd party FTP client like  Cyberduck, YummyFTP or Transmit to upload the new files manually.  All of those apps provide a Finder like window of your server so you can easily drag and drop the required files onto the server. 
    To determine exactly what files are missing and where they go bring up the Activity window (Command+Option+A) for the page in Safari.  It will list all of the files it expects to find and indicate those which are missing.
    If a file is missing a Not Found will be listed at the right.
    Note:  The bottom of your Contact page runs off the content portion of the page and can't be seen. Either lengthen the length of the page with the Inspector/Page/Layout pane or add an empty text box and drag it downward pushing the footer area below the last of the content.
    OT

  • 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!

  • 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 "Create
    Web Photo Album" command from within DW CS3 is that the
    resulting images get renamed to have a suffix of
    "_jpg" added. I HATE that! (This means that an
    image called "name.jpg" gets changed to
    "name_jpg.jpg". 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)

  • 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?
    >

  • Creating web photo album

    Hi there,
    I was wondering if anyone can help me with a script that
    simply doesn't seem to want to run properly for me on some images.
    When I run the command from Dreamweaver to create a web photo album
    all starts well for the first couple of images and then comes up
    with the error "could not run the script. This command requires an
    active document". Has anyone had this problem, some images it is
    fine with but others I just can't get it to work on. Has anyone has
    this issue before? Is it related to file sizes? All of my images
    have been saved in exactly the same way so there should be no
    issues with some and not others.
    Any advice would be much appreciated.

    You do need to have saved the page before you start. Although
    you sound like
    you may have other issues.
    Peter
    "bentley675" <[email protected]> wrote in
    message
    news:e5afks$o64$[email protected]..
    | Hi there,
    |
    | I was wondering if anyone can help me with a script that
    simply doesn't
    seem
    | to want to run properly for me on some images. When I run
    the command from
    | Dreamweaver to create a web photo album all starts well for
    the first
    couple of
    | images and then comes up with the error "could not run the
    script. This
    command
    | requires an active document". Has anyone had this problem,
    some images it
    is
    | fine with but others I just can't get it to work on. Has
    anyone has this
    issue
    | before? Is it related to file sizes? All of my images have
    been saved in
    | exactly the same way so there should be no issues with some
    and not
    others.
    |
    | Any advice would be much appreciated.
    |
    |

  • Web Photo album file problem

    I have Dreamweaver 8 and am trying to create a photo album with  Web Photo Album 2.2 but when I try to add a folder of pictures to create an album I get a message of:  No Items Match Your Search.   I know there are .jpg files in the folder.   I have seen old reference to this problem in other forum entries but nobody seems to have an answer.  Is there a fix for this problem?   If not.. how can I create a photo album in Dreamweaver without using this feature? 

    Hi,
    hope I understood correct: for me a photo album is something like a slide show. In this case i like to work with
    http://www.shadowbox-js.com/index.html ore http://www.lokeshdhakar.com/projects/lightbox2.
    And and finally here a recommendation from Nancy O. (You don't mind?):
    http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-lightbox-solut ions/
    Hans-G.

  • Create Template for Photo Album Pages

    I'm starting a project that involves creating a Web photo
    album. However, there are special formatting rules I need to
    institute for the individual pages I create in the photo album. Is
    it possible to create a template for these pages (the pages you go
    to when you click on the thumbnail on the contact sheet) rather
    than going in and applying css files and other items after they've
    been created?
    Any help is much appreciated.

    Photo gallery makers.
    www.jalbum.net
    http://www.huddletogether.com/projects/lightbox2/
    http://vikjavev.no/highslide/
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Wagz1212" <[email protected]> wrote in
    message
    news:g0l30l$57i$[email protected]..
    > I'm starting a project that involves creating a Web
    photo album. However,
    > there are special formatting rules I need to institute
    for the individual
    pages
    > I create in the photo album. Is it possible to create a
    template for
    these
    > pages (the pages you go to when you click on the
    thumbnail on the contact
    > sheet) rather than going in and applying css files and
    other items after
    > they've been created?
    >
    > Any help is much appreciated.
    >

  • Web photo album - source image folder empty

    I am using Vista and CS4.
    I am trying to create a web photo album.
    When I select Browse in the Source images folder, and navigate to my image folder (which has over 60 jpeg images in it), the dialog box in Dreamweaver says the folder is empty.
    I tried to save the photo as other formats, gif, png, etc to no avail; it still says the folder is empty.
    Can anybody give me something to try?

    I create photo albums and the only thing I can suggest is when you get to the folder, you have to open the folder, then it will say SELECT at the bottom of the window. If you upgrade to CS5, Create Photo Album has been removed for some reason.

  • How do I create a new photo album on iPad2 with o.s. 6.1?

    I have an iPad 2 with software version 6.1.  When I try to create a new photo album, no keyboard appears when the "Enter a name for this album" box comes up.  What am I doing wrong? How do I enter the name of the new album? 

    I just retried adding a new photo album, and my problem seems to have fixed itself.  If I have any future trouble with the keyboard not appearing, I'll try the tapping trick.  Thanks, Tgara!

  • 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.

Maybe you are looking for

  • How to close sidebar under ios 8 in order to use the whole screen for reading?

    How to close sidebar under ios 8 so that i can have the full screen for reading?

  • Problem in changing CAPTION (header) of a View in Web dynpro component

    Hi All, I want to change the Caption (header) text of a View in Web dynpro component. But when i transport it the changes are not reflecting in other systems. Also when i activate the Web dynpro component in development system, it issues a message "T

  • Seek bar for music

    Hi! I know flash has seek bar component for flv videos but I'm streaming music from net. I have a code for loading entire song but is it possible to add a seek bar to show what part of song is playing

  • Boolean

    First let me ask that you don't get frustrated with teh stupid questions I always seem to post but I am learning and understanding which is the whole point. My question regards boolean, I know that it exists as a logical true or false. I fi wanted th

  • Moniter calibration

    Hello all, I want to calibrate my emac with the Monaco calibration sysytem. Is there a way to access the rgb color controls to adjust the white balance. Going into displays in the Systems folder only allows adjustment of the brightness and contrast.