Using a web gallery created in Bridge

Like the title says.  I have created a flash web site.  I have also created a portfolio in adobe bridge.  Is there any way for me to put the web gallery I created in adobe bridge into my Flash site?

Hi Guys, This turned out to be a Unix server-side issue. Apparently the compression software being used by the ISP on this server was in some way incompatible. The ISP turned the compression off and the problem was cured.
Cheers, Daviddhg

Similar Messages

  • Web Gallery created in Bridge not displaying first picture correctly on a Unix server

    Hi Guys, Am really stumped by a problem that has surfaced after moving from a Windows web hosting server to a Unix hosting platform. The Web Galleries created in both Bridge CS4 and CS6 display and operate as expected on the Windows server. However, having moved to a Unix hosting platform, I observe an odd behavior when going to the Web Gallery page. When the gallery loads, it displays the first image offset. This is always the top left hand quarter of the picture, offset to show in the bottom left hand corner, leaving the top left and right quarters and the bottom left quarter black (I use quarters to best describe the situation, though it really does seem as if the view port of the Gallery is indeed quartered for this first image).
    If I click on the second image in the series, it appears full size. The same happens if I click on the "Play" button. If I return to the first image manually, it displays full size.
    The phenomenon is apparent in Firefox 19.0.2, IE9, Opera and Chrome, all of the latest build.
    Can anyone throw some light on why this phenomenon is occurring and better still, suggest a cure?
    Grateful for all and any help anyone can give.
    Cheers, Daviddhg

    Hi Guys, This turned out to be a Unix server-side issue. Apparently the compression software being used by the ISP on this server was in some way incompatible. The ISP turned the compression off and the problem was cured.
    Cheers, Daviddhg

  • Is there a way to create my own web gallery template for bridge?

    Is there a way to create my own web gallery template for bridge?
    I want to add custom data that is not in any of the templates.
    Pretty much, I'd like to create one from scratch...

    This was discontinuted in CS5 howerver you could migrate that plugin to CS5.  I don`t know if you can do this with CS6.
    To my knowledge they only provided a revised Contact sheet II script for CS6. In my opinion a very bad idea because they should have put all efforts and resources to enhance the Output Module PDF contact sheet that has far more options.
    Still not using web galleries but the goal for web gallery was also to use this in the Adobe Output Module, maybe that provides you the options you want?

  • Web gallery built in Bridge, then linked from DW site, doesn't work

    Hi,
    Using the "web gallery" function in Adobe Bridge CS5, I created an HTML-based web gallery and uploaded it directly from Bridge to here on the web:
    http://www.sws-steel.com/test2/SouthwestSteel/
    I can view this in Safari 5.0.5 on my Mac, but it's a blank white page in Firefox and in Chrome. Even worse, my client gets a blank page in every Windows-based browser.
    If I can get it to work at all, my intent is to add it within a frame on this page:
    http://www.sws-steel.com/temp/photos.html
    Again, it seems to work in Safari (but only after a refresh on an iPad), but doesn't work anywhere else.
    The web gallery function in Bridge would be ideal to use for this gallery, but it just doesn't work and I have no idea how to fix it.  Any help or insights on what's wrong would be greatly appreciated.
    Thanks,
    Kent Bingham

    Missing DOCTYPE declaration for starters:
    http://www.w3schools.com/tags/tag_doctype.asp
    without that the browsers do not know which set of rules to apply when displaying the page. Correct that then...
    Validate the page here:
    http://validator.w3.org/
    Then come back here and we will look for problems. But very hard to correct anything until you get the foundation right.
    Best of luck,
    Adninjastrator

  • I want to customize the "HTML Gallery" web gallery template in Bridge CS6.

    Using Win7 64bit + PS CS6 64 bit ext on a 16GB PC.  In which folder do I find the web gallery templates for Bridge CS6?  Is there info available on how the programming/configuration works with the info passed by Bridge - filename, contact info, copyrights, description/title, email, etc.
    Please point me to any sources of info. 
    I lke the idea of setting-up a gallery directly from bridge. Any other ideas?
    Thanks,
    Steve

    haggest wrote:
    Hi JJMack,
    Can you please explain how you use Phoshop Scripts to generate web galleries?  I've created a Photoshop script to bulk add captions/descriptions from a text file to image files, so I have some JS scripting skill.  Are you willing to share your scripts?
    I really like the ability to setup the oder of my gallery in Bridge (images in rows and columns) then directly generate a small 20-40 image gallery, with descriptions, file names, etc.
    I'm also looking at Lightroom 5 to produce small web galleries.  It appears that the post-processor from Turning Point is suggested.
    I only use the Bridge as a metadata Editor and I do not use Lightroom.  I know the Bridge can be scripted where files can be selected in Bridge the passed to Photoshop and Photoshop Scripts like the Image Processor scripts through Bridge talk.  My script does not have Support for the Bridge through Bridge talk.  You may be able to add that support, My Scripts use some of the metadata fields like Photoshop Wed Galleries used them and also has an option to support EXIF information.   When the Web Gallery is created Photoshop starts your web browser on it like Photoshop Web Gallery feature did so you can verify it,   My Script does not Upload the galleries to you web server like the Bridge output module can.  I rather use FTP then tie up Photoshop transferring the gallery over the web.  My Scripts are just hacks of a Script Jeff created for the Simpleviewer Flash Web Gallery,  The script support  that Flash Gallery and their other Flash Galleries and the Flash WS-Slideshow Gallery so mobile devices without Flash support can not view my galleries.  So some nice tablets with High resolution displays are not supported,   The Scripts basically uses canned HTML for the Gallery Viewer and writes the XML file for your Images getting the information for title and description ect from the image files metadata,  The Format of the gallery is also controlled in the XML file written by the script.   I just hack at JavaScript and because I don't use the Bridge for selection and order it did not brother me that Jeff's code did not support or use Bridge talk It simply includes all image from a folder into the gallery it creates. It uses Photoshop Script to create the gallery tree with Thumbnails and web size images with optional visible watermark text stamp,  Web image size is set like fit image my scripts default size is 1600x1200. All my Photoshop stuff is free and downloadable from this link

  • Question about the "Create Web Gallery" function in Bridge

    I created a beautiful Web Gallery using Bridge's built-in function which creates a Photoshop Web Gallery.
    Everything works great except for one thing. When I click the "E-Mail Feedback" button, Apple Mail loads and creates blank e-mail message. This is all good, but for some reason the address line is loading up with data instead of just an e-mail address. I was hoping someone versed in html could tell me what I'm doing.  The source code in ThumbnailFrame.html looks like this:
    function sendFeedback(picName) {
    checkForUnSavedChanges(picName);
    var prefix = "mailto:[email protected]";
    var name = null;
    name = prompt("Enter Your Name:", "Your Name");
    if (name) {
    prefix += "subject=" + escape("Feedback from " + name);
    prefix += "&body=";
    var str = ""
    for (var i in feedback) {
    str += i + " ~~ \n";
    str += (feedback[i].approved == true) ? "Approved ~~ \n" : "";
    str += (feedback[i].other == true) ? "Other ~~ \n" : "";
    str += (feedback[i].comments != "") ? ("\nComments:\n" + feedback[i].comments + " ~~ \n") : "";
    str += "____________________________________________\n\n";
    The address line in the Apple Mail message looks like this:    [email protected]=Feedback from Paul Kirtley&body=
    I want it to look like this:  [email protected]
    By looking at the source code above, can someone tell me how I can make an adjustment to keep "subject=Feedback from Paul Kirtley&body=" out of the address line?
    Thanks!

    There are update and insert methods under the "core" section/
    See this image : http://www.oracle.com/technology/obe/obe1013jdev/10131/10131_ejb_30/images/b20105.gif
    You might want to follow this tutorial to see how it works:
    http://www.oracle.com/technology/obe/obe1013jdev/10131/10131_ejb_30/ejb_30.htm#t4

  • By creating Web Gallery from CS4 Bridge can we allow people to download photos

    I want to create web gallery from CS4 but want to allow users to download a particular photo or the full album. How can we do this setting. May be we can create a PDF file but that will allow user to download the full PDF and then create a new page and save the PDF again with the particular photo but I need them to save the file in JPG.
    Do any one know how to do this setting making Web Gallery in HTML or other option JPG format.

    I want to create web gallery from CS4 but want to allow users to download a particular photo or the full album. How can we do this setting. May be we can create a PDF file but that will allow user to download the full PDF and then create a new page and save the PDF again with the particular photo but I need them to save the file in JPG.
    Do any one know how to do this setting making Web Gallery in HTML or other option JPG format.

  • I'm having a problem with inserting a photo gallery created with Bridge

    I sure could use some help.
    Adobe Bridge - Why do I have a white bar on my page?
    I am using windows vista, Dreamweaver cs4 and Adobe bridge to insert a photo gallery.
    I am using an I-frame to embed a photo gallery that was created with Adobe Bridge CS4. Adobe Bridge instructed me to make the i-frame height = 75% of the width. The code is <iframe src="PhotoAlbum/index.html" width="900" height="675" frameborder="0"></iframe>
    my css places the album in #photoalbum.
    #photoAlbum contains the i-frame with the following properties:
    #photoAlbum {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 900px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 2px;
    border-top-style: groove;
    border-top-color: #333;
    I tried changing the width to 960, 900, 850 etc with no success.
    I have tried making the background of #photoAlbum black with no success.
    The link to the photo album is http://www.gigharborrealestate.com/smith/PhotoAlbum/index.html and shows no white bar.
    The site that I am having problems with is http://www.gigharborrealestate.com/smith On the right side of the Point Richmond Photo Gallery is a white vertical bar.  If you go to /PhotoAlbum/index.html there is no white bar.
    Why does this bar show up when /PhotoAlbum/index.html is put into an I-frame? How can I get rid of the vertical bar?

    insert the following into your code,
    scrolling="no"
    it should look like this
    <div id="gallery"><iframe src="IMAGES/Adobe Web Gallery/index.html"  scrolling="no" width="730" height="555" frameborder="0" name="web_gallery" style="background-color: #D8D9B4"></iframe></div>
    hope it helps, good luck

  • How to add Web Gallery captions in Bridge CS5

    I am creating a photo album (web gallery) in Bridge CS5 but there doesn't seem to be a way to add captions to the photos. I don't want the File Names to appear, I want to be able to choose several photos to have captions which I will type in. Is there a way to do this? The web gallery template I am using is Left Filmstrip.
    Thanks!

    Will the Airtight template let you put in a separate caption for EACH photo, or just one caption that goes on every single slide?
    What third party software would let me add captions...I need something fairly easy to use.
    Thanks!

  • Anyone see changes in images when making a web gallery through Adobe Bridge cs4??? Please Help!

    When creating web galleries through adobe bridge CS4 the final gallery images become very orange.....
    Not even comparable to what we are  seeing in Bridge or Photoshop CS4....
    Adobe tells me that this is happening because of the conversion for web use.
    We are just noticing this change now and feel that there is a problem somewhere.....
    Has anyone else seen this issue or now anything to do to get it fixed???
    It's really annoying, Please Help!!!

    You probably want to ask this in the Bridge forum. From what I know, Bridge converts the profile to sRGB which helps avoids big color shifts if you view the images in an uncolormanaged web browser. This may change the appearance slightly, but there shouldn't be a huge shift.

  • A workaround for Aperture users to use .Mac Web Gallery

    As a user who recently switched to Aperture - I was hugely disappointed seeing some amazing new photo-related features in iLife '08 not available for Aperture users. Let alone the cash for purchasing software suites, I can't convince myself switching back to iPhoto for a single feature. So I googled and searched around...
    Some pre-requisite for the workaround: You must have iLife '08, Aperture and .Mac installed.
    _*Solution 1*_
    Create an album in Aperture that contains the images you want to upload to your .Mac Web Gallery. In iPhoto '08, create an empty library, then File > Show Aperture Library, choose the album and import images from there.
    The downside of this is the images are your Versions in preview quality.
    _*Solution 2*_
    Export Versions from Aperture and import the images to iPhoto and perform the upload.
    _*Solution 3*_
    For users building websites in iWeb, I have seen threads that one could use the media browser in iLife suite to perform similar result but it also limits to the preview quality of Aperture.
    I would have to say even the workaround is hugely disappointed but I can't see any other solutions at the moment. I couldn't recall my last ocassion on having such disappointment for Apple's software development.

    Apple really needs to rev. Aperture so it sends photos directly to the new .Mac Web Galleries.
    Everyone needs to go here:
    http://www.apple.com/feedback/aperture.html
    And voice there opinion there to get this added to Aperture.
    Thanks, Scott K.

  • How can you save a customized Web Gallery in CS4 Bridge?

    While trying out some the Web Galleries in CS4 Bridge, I have customized several using the customizing options. The info I type in is saved automatically but if I change from one gallery to another, all the customized choices for colors, etc., returns to the default version. Surely there is a way to save what I have input? Kind of ridiculous if you have to do this every time you want to make a gallery. Also, seems that some galleries have more customizing options while others leave those options off. Is this just a bad oversight by Adobe? In the HTML web option, anyway to have it list the file number/name below the image? 

    I was surprised that no one wanted to answer this question.
    I waited long enough.
    I still don't have this working properly

  • How to use iPhoto web gallery with iWeb & personal domain name

    So, another question about iWeb 08:
    I've set up my site to use a personal domain name, like www.mypersonaldomain.com. I've configured everything with my DNS settings so that it actually points to my iWeb site, and I'm happy about that.
    However, I've imported a few iPhoto '08 web galleries into my site, but when I browse to them by going to www.mypersonaldomain.com and clicking on the link for my gallery, it goes to a URL that actually shows my .mac account, i.e. gallery.mac.com/sockdaddy/gallery1/photo.jpg
    Is there any way to have the web galleries that I'm using become a more transparent part of my iWeb site, and use my personal domain?

    I've never done this on .Mac but I do use this on my server. I don't see why it wouldn't work.
    In iPhoto select your web gallery and in the "file" menu select "export" and then "Web Page".
    Select your options and click "Export" to the desktop.
    There are now 4 folders and an index.html file.
    Change the name of the index file to whatever you want to call the page e.g WebGallery.html
    Now go to Finder/Go/iDisk/My iDisk/Web/Sites and open your website folder.
    Drag and drop the 4 folders and the html file from your desktop into this.
    Create a link to this from your website in the "link" inspector and choose "external page".
    The URL for the link will be the same as any other page on your site except WebGallery is substituted for the page name.
    If you check the "open link in new window" you won't have to worry about the fact that you don't have a link back to your site from the WebGallery page.

  • How do I use Brige Web Gallery in a Flash website

    How do you use the output of a Brige Web Gallery for use inside of a Flash Website?

    Hi there -
    I'd try posting your question over in the Flash general forum. You could also try the Flash site design forum. The folks over there will probably be able to help you solve your issue

  • Cannot delete notes from Notes application (or use the Web Gallery button)

    I just noticed today that I am unable to delete any of the notes saved in the notes application. When I click on the trash can icon, two buttons pop up like usual. However, I am only able to select "Cancel." The "Delete Note" button in unresponsive when pressed. I really just wanted to see if anyone else has had this problem. I know it is not the screen because i have no problem using the keyboard in other applications. Actually, just as I'm typing this I tested the Photo application and tried press the "send to Web Gallery" button, and it was also unresponsive. I've restarted, and reset, but haven't restored yet.

    Hey FrederikY,
    I checked my gmail account and in there i cannot find the notes.(maybe i overlook something)
    Onmy iphone again no notes.
    Stil on my mac there are the notes. I just deleted and re-installed the account.
    Btw i'm from holland.
    thanx

Maybe you are looking for