Bridge/Photoshop Web Gallery Question-flashobject.js file

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, if so where?  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.

The current version is Flash Player 10.
Pleaseprovide details about your setup.
Please read this post by a forum host for advice on how to ask your questions correctly for quicker and better answers: 
http://forums.adobe.com/thread/375816?tstart=0
Thanks!

Similar Messages

  • Insert Photoshop Web Gallery swf file into Dreamweaver

    So i tried to take a shortcut, and created a flash photoshop
    web gallery and placed the "gallery.swf" file into my html file in
    Dreamweaver. However, it is showing a blank white screen (i'm
    guessing it can't find the images?) but when I view it on my hard
    drive, it is working fine, just not in dreamweaver or any browser,
    even after I upload to my server. Any help would be GREATLY
    appreciated!! I've also tried pasting the body html code from
    "index.htm" that photoshop creates, as well as move my image files
    to the root folder where the swf is, but that doesn't work either.
    I have my scripts in the same directory, and not in
    subfolders.

    Kizat727 posted in macromedia.dreamweaver:
    > and the link is
    >
    > www.micromediapubs2.com/dyers/portfolio.html
    That page is very different from the code you posted and I
    know nothing
    about Geoff Stearns' FlashObject code.
    For the above link, I see nothing in the source code that
    attempts to
    load a .swf file. However, it is linking to
    AC_RunActiveCon.js file in
    the wrong place:
    GET /dyers/assets/flash/pages/AC_RunActiveContent.js HTTP/1.1
    Referer:
    http://www.micromediapubs2.com/dyers/portfolio.html
    HTTP/1.x 404 Not Found
    The file is actually here:
    /dyers/Scripts/AC_RunActiveContent.js
    So if you actually do have a page in the dyers/ folder that
    links to a
    .swf file, just make sure the link to the .js file is
    correct.
    Most likely, change this:
    <script src="assets/flash/pages/AC_RunActiveContent.js"
    type="text/javascript"></script>
    to this:
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    Mark A. Boyd
    Keep-On-Learnin' :)

  • Importing a premade photoshop web gallery into flash

    I am using a pc and I have made a photoshop web gallery is
    cs2 and I wish to import the .swf file into adobe flash so I can
    add a few navigation tools for example a home and a blog button but
    when I import the .swf file into flash it says cannot open a
    protected movie if someone could help me with this that would be
    amazing because all I need a few damn buttons for my website to be
    perfect thanks here is my website TomFowlerPhotography.com in case
    you wanted to see what I was talking about thanks so much

    I am not familiar with what PS CS2 creates, but you should
    check whatever publish settings there are for that feature to make
    sure that any file protection features are not enabled. That may be
    the source of the problem.

  • Embed Photoshop Web Gallery Into Site

    I have been furiously scouring the internet for a tutorial,
    walk though, or simply any information at all on how to embed a
    Photoshop Web Gallery into a website that I'm creating using
    Dreamweaver; unfortunately, I have found nothing of value. The
    closest thing I found is someone saying "I just copied the html to
    a table in dreamweaver..." which doesn't help a complete novice
    (like me) at all.
    If anyone could direct me to a thorough tutorial or writeup
    the steps to take it would help me
    tremendously. Thanks in advance for any and all help.

    > Is it possible to embed a Web gallery that is in my
    remote files into a
    > template page so it will match my Web site?
    Yes. Let's see your page as it stands now. Can you upload it
    and post a
    link?
    The Object Not Found message means that there is a javascript
    object that
    has been left out of the page. A look at the code will tell
    which one that
    is.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "sumnerweb" <[email protected]> wrote in
    message
    news:g6l8h6$m2b$[email protected]..
    >I used CS3 to creat a Web gallery. We like all of our
    pages to use our
    >server
    > side includes. I tried copying the code from the Web
    gallery index page
    > into
    > one of my pages, but it didn't work. I get the gallery
    heading and info,
    > but no
    > pics. Where the thumbnails and images should be I have
    "Object not found!
    > The
    > requested URL was not found on this server. the link on
    the referring page
    > seems to be wrong or outdated. Please inform the author
    of that page about
    > the
    > error."
    >
    > Is it possible to embed a Web gallery that is in my
    remote files into a
    > template page so it will match my Web site?
    >

  • How to put a Photoshop web gallery within a page in DW

    I've created a Photoshop Web Gallery and have all the files in my site folder, and its index page will show up as its own page that I can link to, but I'd like it to show up within the template page I have for the Gallery page, which is a header, left nav sidebar, flexible main body and footer.
    How is this done?  It seems like it should be fairly simple, but I can't wrap my head around it.
    you can see the rough draft of the site here: http://twobluecrows.com/carolingrammoore/index.html
    and clicking on the gallery link takes you to the beginnings of the gallery, but on its own page. I'd like it to be where the large picture is on the main page--on the Gallery page. and get there by clicking on the Gallery link.
    Cyn

    I was wrong when I said I thought I could do it now.
    I started off with a brand new blank CSS page, 2 column liquid, left sidebar, header & footer.
    The files created in Photoshop for the gallery are:
    UserSelections.txt
    ThumbnailFrame.htm
    photos.xml
    photos.js
    index.html
    and a folder of the thumbnails of which there are only four.
    There doesn't seem to be any CSS.  If I open the index in DW, nothing shows except the td and dotted lines, but in the preview in Firefox, the gallery appears and works fine. I can just upload the index and files to the server, and have a link to it on my sidebar, but it opens in its own page.
    What I want is for it to open in the main content area.  My reason is so that I only have one visible page, but the center changes with the links being clicked to avoid that blink when you open a new page, even if it's identical from the one you just left.  Is this even possible?
    My original thought was to create a template of my main page, with an editable region in that main content area, since that's the only thing that will change on any of the pages. I found that you can't insert anything except text in the editable region (unless I missed something?)  pictures inserted all ended up on the bottom of the area, under the content box, but above the footer.
    So now what?  I downloaded lightbox2--is that a better choice and/or should I just resign myself to click-n-blinks?

  • Photoshop Web Gallery won't link

    Hello everyone. I'm trying to upload my Photoshop web gallery to an email and have had no luck. The gallery gets processed fine and works properly on my desktop but when I try to link it thru mac mail I get a dialog box that says "Cannot send message using the server aol.com" Anybody had this problem? I could really use the help. Thanks

    You can select different file sizes in the gallery's Setting pane so that you can get it published and viewers can download quicker and easier.
    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.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Customizing Photoshop Web Gallery in Dreamweaver

    HOW DO I STOP WIDTH OF IMAGE FROM STRETCHING? (height is in
    proportion)
    more details:
    I've almost finished customizing a Photoshop web gallery in
    Dreamweaver, which is completely confusing for me (i'm a novice)
    and any head way i made in changing the template was mainly from
    trial and error as it is very unclear in the instrutions on how to
    edit.
    I finally have a template that is starting to look the way I
    want with the thumbnails at the bottom in an iframe and with the
    larger image above with arrows on either side. I edited it so the
    only thing that's changed in size on the image is the Height so the
    width can change automatically.
    When the practice gallery I made first opens I've got it
    displaying each photo for 4 seconds then going to the next, there's
    also the option to pause. While it's playing when it first opens
    everything looks fine, the image sizes are right the height is
    correct and there's no stretching. BUT as soon as I click on a
    thumbnail at the bottom it decides to stretch the width of the
    image to fit the table, and then every image after in the slide
    show is also stretched. Even if i pause the slides and select a
    different image thumb it displays the streched image and not the
    proper proportioned image that is displayed when the page is first
    opened.
    Anyone know how to fix this??????
    Any help at all would be appreciated.
    Thank you.
    Free Flash Video
    Tutorials

    My advice is to get a 3rd party gallery creation program.
    Many are free and most are better than Adobe's half-baked offerings.

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

  • How do I add .swf created with Photoshop web gallery to Dreamweaver page.?

    I've used Photoshop CS3 to create a Flash Web Gallery. I put that folder in my site root in dreamweaver, but when I add the .swf to the webpage- it only shows as a white box. Even when I press "play" nothing happens. What else needs to be done? All of the files created with the .swf are also already in the root directory

    That would seem to be a question for the DW forum
    http://www.adobe.com/cfusion/webforums/forum/index.cfm?forumid=12

  • Photoshop Web Gallery

    The Web Gallery pages created by Photoshop also creates text boxes for description, Title so on and so on. But when you add text to the individual pages, the descriptions and so on don't appear when posted to the web. What gives? Can anyone offer some guidelines? Tutorials perhaps?
    here's a link to the page in question: http://dragondezynz.com/2011%20New%20Year%20Party%20at%20Location%201980.htm
    I typed descriptions, titles in every page, posted to the website and reviewed. The first page was correctly titled but all pages after that had the same description and title as the first page.
    Any help would be appreciated.
    Thanks in advance
    Lance

    That's a good question. A Flash on top of a flash. The only
    thing I can think of at present is to divide your page - perhaps
    with a frame --- or flash top (new flash middle) and flash below. I
    realize that sounds very elementary but that's what I'd try first.
    The diffculty of course is you probably didn't know you
    wanted to put a flash file inside a totally flash site. The best I
    can do. Sorry
    Bill w

  • Auto fill subject with an Email link in CS4 Bridge flash web gallery

    Is there a way to autofill the subject line of the email link in the CS4 Bridge flab web galleries? I can do it if I use the html gallery, but I prefer the look of the flash galleries.
    If I open the "group.xml" file I see code for me email link, exp.:  <contactEmail>maillto:[email protected]</contactEmail>
    I tried adding the "?subject=My Subject" like I would on an html file but that didn't work. I was hoping for some suggestions.
    Thanks!

    I want it to work on the click of a mouse: when I run or test the page the email comes up immediately. Here is what I have so far:
    navigateToURL(new URLRequest("mailto:mailto:[email protected]?subject=yoursubject&body=your message"));
    /* Mouse Click Event
    Clicking on the specified symbol instance executes a function in which you can add your own custom code.
    Instructions:
    1. Add your custom code on a new line after the line that says "// Start your custom code" below.
    The code will execute when the symbol instance is clicked.
    button_3.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_6);
    function fl_MouseClickHandler_6(event:MouseEvent):void
         // Start your custom code
         // This example code displays the words "Mouse clicked" in the Output panel.
         trace("Mouse clicked");
         // End your custom code
    So how do I get the email to open ONLY when the mouse clicks on the link??
    Sue
    Susan Blair Cheatham
    Su-Jobi Web Design
    mailto:[email protected]
    Cell: 706 949-6035
    Thank you for choosing Su-Jobi Web Design
    We appreciate your trust!

  • Photoshop Web Gallery and Dreamweaver

    I created a web gallery in photoshop 9 and i'm trying to edit
    in Dreamweaver but the message that appears is: "You must enable
    Javascript to view this content."... where should i do this? i
    downloaded the Java programa from Sun but it seems not to work.
    what should i do?

    Cheryl,
    Could you post a link?  That's always helpful.
    If you are using Photoshop to create the web gallery, you don't have to worry about sizing your images or Save For Web, etc.  Photoshop will do all of that for you when it builds the web gallery.  You do need to crop the images as necessary, but don't downsize anything -- just leave your original RAW, JPG or TIFF files at their original size and PS will do the rest.
    I assume that in PS you are using File > Automate > Web Photo Gallery and setting all of the various parameters... yes?  In the Web Photo Gallery dialog, Options > Large Images > Output, what setting are you using for JPEG Quality?  Try Maximum (10) and see if that helps how your images look.
    John

  • Bridge CS5 web gallery plays locally but won't launch online

    After creating a slide show in Bridge CS5.1, the preview within Bridge and in my browsers work fine after turning off popup supression. I then upload to my site, and the only thing that displays is a blank page.
    http://www.siebenthalercreative.com/safeservices/
    Safeservices is the folder created by Bridge Web Gallery.
    If I try to launch the swf file directly
    http://www.siebenthalercreative.com/safeservices/resources/gallery.swf
    it is unable to load.
    I've tried with several of the default templates and the results are consistent.
    Ultimately I want to customize the default index.html to a template page but first it has to run online.
    thanks

    nothing in bridge's preferences refer to the output controls.  any help
    appreciated.
    In general you don't need to reinstall at first trouble. A restart holding
    down option key and from the pop up menu resets all preferences to default
    settings including the default workspaces.
    But could you be a little more specific about your workflow, f.i. on what
    output you are clicking for the module (the default workspace, the icon or
    menu view-workspace-output) And does that window look as output containing
    at least the content panel, preview panel and output panel with all its
    settings (document-lay out-overlays-header etc).
    Maybe you can provide a screenshot of what you are seeing when in output?

  • Bridge CS4 Web Gallery upload

    I can make the web gallery ok and ask Bridge to upload to server. Bridge connects to server and goes through the process of uploading. Slow but finaly says 'upload complete'.
    Problem is that no such file appears on the server. Where does it go? or does it even exist.
    I tried naming a folder for the upload but that freezes up part way through the upload.
    I can save to disk and upload via ftp but when attempting to access on the website I just get an error message.
    Anyone make sense of this?
    imac - OS 10.5.6

    I have had this issue and have not been able to make a functioning website using bridge.
    Adobe has been unable to help me with this problem. They told me it was from my server.
    Has anyone ever been able to make a website using bridge?
    Here is my test site:
    http://www.erinpatriceobrien.com/preview/maya/
    This is what my server responded to me when I approached them with the issue.
    the path to the xml file is not correct.  so im thinking they missed a
    step on the setup.  or something got moved.  who knows.
    i downloaded the whole thing locally to test and it wont work on my
    system either.   again there is an xml file that references the images
    that is not being loaded by the index.html page.
    ...which is located here:
    http://erinpatriceobrien.com/preview/maya/resources/group.xml
    and working fine.
    the images are accessible too:
    http://erinpatriceobrien.com/preview/maya/resources/images/large/TANGO_023.jpg

  • Keep CS5 HTML "lightroom" web gallery template from renaming files...

    When creating an HTML Web Gallery (using  ‘Lightroom’ template), Bridge CS5 renames the thumbs and large images to  an arbitrary number.  The caption reads as the original file name, but  the actual image has a new name.  This is problematic, as my clients  will right-click selected images from my galleries to save and forward  for approval, but the file name is not the same as the original.
    As an example: VLNK0321.jpg  is renamed as _4856316150.jpg.  (In Preferences/Output, the "Convert  multi-byte file names to Full ASCII" is unchecked.)
    Is  there any way to fix this little (for me--BIG) problem?  Can the script be altered to keep the original file name, not the ten-digit arbitrary number that it currently generates? 
    Thanks for any help offered!

    I believe I've discovered the file/script that does the renaming.  I've done some testing, and have been able to change the way Bridge does the changes, but not able to keep the original file name.
    The file is "galleryCreator.jsxinc", found in C:\Program Files\Common Files\Adobe\Bridge CS5 Extensions\Adobe Output Module\mediagallery\resources\scripts.
    I'm not a code-guy, so I'm hoping that someone with more smarts than I can help.  Below is the part of "galleryCreator.jsxinc" that does the re-naming.  Simply deleting this entire part of the script renders Bridge unusable.  So allowing the script to create the altername is important.  If the alteration could consist of only adding the "underscore" prefix to the original file name, all would be well...
    Here's the pertient portion of the script:
    AOM.AmgGalleryCreator.createUniqueFileName = function(filePath, jpgFile, createMode)
        var alteredName;
        while (true)
            alteredName = "_";
            for (var i=0; i<10; i++)
                alteredName += Math.floor(Math.random() * 10);
            alteredName += ".jpg";
            var f = new File(filePath + alteredName);
            if (!f.exists)
                break;
        return alteredName;
    I will send a check for $200 to the first person who can rewrite this to simply add the underscore first, then return the original file name instead of the random number generator, and make it work.  Anyone? 
    Message was edited by: MarkDas

Maybe you are looking for

  • Random shutdown then fixed?

    well like alot of other users i got the random shutdown on my macbook the other night. i've been a long time windows user and finally got around to getting myself one of these nice new macbooks just last friday. (my pervious mac being a powerbook 190

  • How can i change my app store from us to uk?

    how can  i  change my app store from us to uk?

  • Status profile in sales order

    Dear All, I have a requirement  as below In status profile  maintained 5 statuses in the sales order when the user  releases 4th status system should not allow to change the sales order .

  • F.13 Consolidated companies " " and " " are different

    Hello gurus, I have seen many threads on this, but I have yet to find one to answer my particular issue.  When we run F.13, we are getting the error message stated in the subject line above.  We are using two document types here: WE:  Goods receipt R

  • No High-End Recording into SB Live Val

    I am recording from radio into SB Li've Value by connecting a cable from the headphone jack of stereo into the mic input of the SB Li've (going into "line in" results in too low volume). The recording works great. The resulting playback of the record