UILoader doesn't display initial source images online

I'm using two UILoaders to display a bunch of photos and to speed up the load time of this website:
www.miamispringspharmacy.com
When the "Jewelry" link is clicked, the section comes up but without any photos. The "next" arrow button works and when clicked, the images appear as they should. But no matter what, the first two images do not show up. One loader is set to display "1.jpg" from one source file and the other loader is set to display "1.jpg" from a second source file. I don't think it's a matter of an incorrect link pointing to the source files because the rest of the images appear. The swf file works perfectly locally, and I only have this problem when publishing on the web.
I appreciate any suggestions.
Thanks,
Dana

I'm stil woking on this one,
http://www.buckleyphotos.com/wsp5706/source/image/showpic.php?num=1&showpic=21_71909_6487. jpg&el=2009-07-19+NEMX+Crow+Hill&riderno=21
Here's the PHP code
<?php
$page = $_GET['num'];
$el = urlencode($_GET["el"]);
$riderno = $_GET["riderno"];
$showPic = strtolower($_GET["showpic"]);
echo "$showPic";
?>
You can see the file name of the photo above the light gray SWF, that's the result of the PHP query, echo "showPic"
This is the AS 3 code:
import fl.containers.UILoader;
var loader:UILoader = new UILoader();
loader.scaleContent = false;
loader.source = "showPic";
addChild(loader);
This is the HTML:
<param name="movie" value="http://www.buckleyphotos.com/wsp5706/source/image/Main2.swf">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="6.0.65.0">
<param name="expressinstall" value="../Scripts/expressInstall.swf">
<param name="allowScriptAccess" value="always">
<param name="loader.source" value="$showPic">

Similar Messages

  • Outlook doesn't display print screens images sent in my inbox from other people

    Hi,
    I am using a MacBook Air. My professional Outlook never displays print screens images sent from time to time by other colleagues (they all use PC's with Windows OS), i instead have a little blue question mark icon.
    Do i need to download a specific plugin to display those print screens? Could someone help me out with this please?
    Thank you for your assistance.
    Youjine

    Yes, I have added the Page to the Workset, and also the IView to the Page.
    If I set up a temporary workset, And assign the 2 objects to it (the IView and the Page), they appear as links at the top of my Portal. When I click the link assigned to the IView, the Inbox is shown. When I click the link assigned to the Page, it only shows a blank window instead of the Inbox.
    Michael.

  • Displaying Dynamic source image

    Hi All
    I am using under repeater the following tag <mx:Image
    source ="{r.currentItem.imagename}"/>
    it works fine under flex but under air it doesn't show the
    image
    Plz Help
    moshe

    quote:
    Originally posted by:
    mordsm
    Hi _funkyboy
    I have am mx:Repeater
    inside it I have a <mx:Image source
    ="{r.currentItem.imagename}"/>
    and also <mx:image source="some.png"
    visible='r.currentitem.check=true?true:false'/>
    the second image is seen in flex and in air but the first one
    is seen in flex but in air I don't see the image itself but a
    symbol representing a image
    moshe
    Assign an id to the image and trace the source property.
    There you'll check whether the path is correct.
    -c.

  • IPhoto (version 9.5.1) screen doesn't display the source list, library etc

    When I open iPhotos (version 9.5.1) for a few seconds the line along the top with iPhotos, view, etc. appears, as does the list at the left with albums etc.  Then both the top and left disappear and only the events show on the screen.  I can access the iPhoto line along the top buy putting the cursor at the very top, but can't access the info that should be at the left side of the screen.  Can anyone help?

    Thank you... before I read your reply I plugged my iPad into the laptop to update the iPad and...wow...iPhotos was back the way it should be. 

  • UILoader won't display images from PHP/MYSQL query

    I'm working on an online photo catalog, it works in straight PHP/HTML http://www.buckleyphotos.com/search/index.php but the photos are too easy to grab (Facebook and myspace are loaded with my photos). I know anything on screen can be grabbed, I just want to make it a little harder.
    I've got a version of the ordering page with a SWF on it that will hopefully display the photos, http://www.buckleyphotos.com/searchtest/showpic.php?num=1&showpic=21_71909_6908.jpg&el=200 9-07-19+NEMX+Crow+Hill&riderno=21, but so far no luck.
    Here's the PHP:
    <?php
    $page = $_GET['num'];
    $el = urlencode($_GET["el"]);
    $riderno = $_GET["riderno"];
    $showPic = strtolower($_GET["showpic"]);
    echo "$showPic";
    ?>
    This is the Actionscript:
    import fl.containers.UILoader;
    var loader:UILoader = new UILoader();
    loader.scaleContent = false;
    loader.source = "showPic.php";
    addChild(loader);
    The SWF is in the same folder as the images.
    Any help will be much appreciated.

    I'm stil woking on this one,
    http://www.buckleyphotos.com/wsp5706/source/image/showpic.php?num=1&showpic=21_71909_6487. jpg&el=2009-07-19+NEMX+Crow+Hill&riderno=21
    Here's the PHP code
    <?php
    $page = $_GET['num'];
    $el = urlencode($_GET["el"]);
    $riderno = $_GET["riderno"];
    $showPic = strtolower($_GET["showpic"]);
    echo "$showPic";
    ?>
    You can see the file name of the photo above the light gray SWF, that's the result of the PHP query, echo "showPic"
    This is the AS 3 code:
    import fl.containers.UILoader;
    var loader:UILoader = new UILoader();
    loader.scaleContent = false;
    loader.source = "showPic";
    addChild(loader);
    This is the HTML:
    <param name="movie" value="http://www.buckleyphotos.com/wsp5706/source/image/Main2.swf">
    <param name="quality" value="high">
    <param name="wmode" value="opaque">
    <param name="swfversion" value="6.0.65.0">
    <param name="expressinstall" value="../Scripts/expressInstall.swf">
    <param name="allowScriptAccess" value="always">
    <param name="loader.source" value="$showPic">

  • Image doesn't display

    I have index.jsp at the root level. I this redirects to xrate.jsp at the following path: WEB-INF/views/jsp. At the same level is include.jsp and includeTop.jsp. My images are at WEB-INF/images. CSS files are at WEB-INF/styles. Here's thier jsp declaration code:
    xrate.jsp
    <%@ include file="include.jsp"%>
    <%@ include file="includeTop.jsp"%>
    <html>
         <head>
              <title></title>
         </head>
         <body>     
              <h1>
                    Application - Borrower System
              </h1>
         </body>
    </html>include.jsp
    <%@ page language="java" errorPage="/error.jsp" pageEncoding="UTF-8"
        contentType="text/html; charset=utf-8"%>
    <%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
    <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
    <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%>includeTop.jsp
    <%@ include file="/WEB-INF/views/jsp/include.jsp"%>
    <html>
        <head>
            <title></title>
            <link rel="stylesheet" type="text/css" href="../../styles/xrate.css" />
        </head>
        <body>
            <div id="logo">
                <img src="../../images/xrate-logo.jpg" width="720"  height="140" border="0" alt="Logo" />
            </div>
        </body>
    </html>xrate.css
    div#logo {
         width: 720px;
         height: 140px;
         background: #A8A8A8;
    }When xrate.jsp loads, I get everything except the image doesn't display, just its placeholder with the alternate text.
    I am using MyEclipse's jsp visual designer and in the preview mode, the image properly shows. I've checked the deployed files and everything is in the correct location. Also, the browser is set to allow images to download.
    Any ideas anyone??

    Take your images/styles out of the WEB-INF directory.
    The WEB-INF directory is protected from the browser.
    Nothing requested from the WEB-INF directory will be served directly. You can forward/include these resources from other servlets/jsps but they can't be accessed from a direct url.
    Shifting images/styles out of the WEB-INF directory should fix it.
    You will of course have to fix your links.
    Note that links are resolved relative to the requesting uri (or the html <base> tag if present), not necessarily to the actual location of the JSP.

  • Power Query Source doesn't display

    I'm currently using PQ 2.16.3822.242, but updating to the latest version on another PC doesn't address my issue.
    I've created many Excel spreadsheets where I use PQ to connect to an internal SQL server. I create a query and enter it as the source in PQ.
    I've recently discovered that PQ no longer displays the Source when I try and edit spreadsheets that were originally created in March, 2014 or earlier. Here are 2 screenshots that demonstrate my issue. 
    In screenshot 1, you see the Source as it should be listed.
    Screenshot 2 is what I see in PQ for older spreadsheets. Notice that there's not text in the SQL Statement field and there's an extra item under the Applied Steps section entitled "Navigation".

    But when you go to "Advanced Editor", you see a call to Sql.Databases that contains an explicit SQL query? To me, this just looks like the older queries went directly against a table and didn't include any SQL text -- what we call "native
    query" -- while the newer ones do contain explicit SQL text.

  • DW CS4 doesn't display updated images edited in PS

    Old way with DW8:
    I would change/update an image in PhotoShop – save
    over the old image – and DW would automatically
    display the new version.
    New way (DW CS4):
    I do the same as above, and DW does NOT automatically display
    the new image. I’ve tried hitting F5 (refresh) in the Files
    column, which oddly, works once in awhile – but not usually.
    I’ve tried closing out the page and re-opeing and that
    doesn’t work. And I’ve tried re-inserting the image; no
    luck. Stranger still – if I upload the new image to the
    server, the new image will show up in a live view of the page
    – yet DW continues to display the old image.
    I’m on a PC, running Windows XP (SP3)
    Any help would be appreciated…
    DB

    DaveB444 posted in macromedia.dreamweaver
    >
    New way (DW CS4):
    > I do the same as above, and DW does NOT automatically
    display the
    > new image.
    > I?ve tried hitting F5 (refresh) in the Files column,
    which oddly,
    > works once in awhile ? but not usually. I?ve tried
    closing out the
    > page and re-opeing and that doesn?t work.
    Just a long shot since I don't have CS4.
    Does it help to rebuild the site cache? In CS3 it's
    Site->Advanced->Recreate Site Cache
    Mark A. Boyd
    Keep-On-Learnin' :)

  • ShortDesc attribute in af:image component doesn't display in IE8

    Hello all,
    As said in the subject, I have an af:image component inside a table column which looks like this :
    <af:column sortProperty="GraphicalSymbol" sortable="false"
                     headerText="#{res.history_vehicle_event}"
                     id="c10" width="60" align="center" headerClass="tableHeader" styleClass="columnData">
            <af:image id="imgIc" source="/images/new_layout/events/symbol_#{fn:toLowerCase(row.GraphicalSymbol)}.png" shortDesc="#{row.EventType}"/>
    </af:column>the tooltip displays successfully in Firefox and chrome, but not in IE8 (version : 8.0.7600.16385) until I active the compatibility view mode.
    Is this mandatory to set the compatibility view for adf applications ? are there other bugs/risks if I don't? Can it be set automatically?
    Thanks for your help
    Stephane

    Hi,
    sound like a bug in ADF Faces to me. Setting the compatibility mode is more a work around than really a solution. You don't mention teh JDeveloper build you use. Did you try 11.1.1.4 ?
    Frank

  • [Solved] w3m doesn't display images in VT

    Hi .
    When running w3m in TTY, images are properly displayed, whereas in a XVT (such as urxvt) images doesn't display at all. How could I fix that?
    The goal is to display images in mutt, using w3m as the default HTML renderer (thanks to ~/.mailcap).
    Thanks!
    [EDIT] Installed xf86-video-fbdev. Plain, efficient.
    Last edited by AddiKT1ve (2009-11-04 19:48:17)

    Thanks for your reply.
    Daren wrote:do you have the option set to load the full article in the pane?
    Without this, it just displays an overview.
    That's right - I don't use that option because it's usually unnecessary: the overview usually does show a thumbnail of the image, and I can avoid loading the entire page.
    Anyway, I noticed that switching from RSS to Atom (for the same feed, I mean) solves the issue - so maybe it was related to the type of feed used.

  • Quicklook doesn't display images in numbers files

    I encountered an issue with Quicklook not displaying Numbers files correctly (after pressing spacebar). The contents of the files (tables, text) are displayed except for images contained in the files. The thumbnail/preview in the Finder window is rendered correctly.
    I ran qlmanage -p *.numbers on a folder containing several Numbers files and this is the output:
    2013-10-25 21:12:32.526 qlmanage[3822:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa827, name = 'com.apple.tsm.portname'
    See /usr/include/servers/bootstrap_defs.h for the error codes.
    2013-10-25 21:12:32.529 qlmanage[3822:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa92f, name = 'com.apple.CFPasteboardClient'
    See /usr/include/servers/bootstrap_defs.h for the error codes.
    2013-10-25 21:12:32.529 qlmanage[3822:507] Failed to allocate communication port for com.apple.CFPasteboardClient; this is likely due to sandbox restrictions
    2013-10-25 21:12:32.537 qlmanage[3822:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x3e0f, name = 'com.apple.coredrag'
    See /usr/include/servers/bootstrap_defs.h for the error codes.
    macbook-pro-van-henk-bulder:lay out! henkbulder$ subl /usr/include/servers/bootstrap_defs.h
    macbook-pro-van-henk-bulder:lay out! henkbulder$
    btw it turned out /usr/include/servers/bootstrap_defs.h did not exist on my system so that didn't really help...
    I hope someone can put me in the right direction...

    Same issue here and same error message, but with .tex files.
    This seams to be a Mevericks specific issue.
    I found other people with the same problem:
    https://github.com/rjregenold/jsonlook/issues/3
    http://www.logicprohelp.com/forum/viewtopic.php?t=100846&p=528051

  • Adobe Reader 9 doesn't display image and barcode

    We are using Adobe LiveCycle 7 for creating the pdf rendition of forms. We recently got Adobe Reader 7 updated to Adobe reader 9.0. After the updation, forms are not displaying barcode and image .
    With Adobe Reader 7, barcode and image displays. Any idea how can we solve this issue in Adobe Reader 9.0?

    Did you optimize the file before uploading the pdf?
    Mike

  • Bridge won't update and doesn't display raw images from my Sony cameras.

    Using new Win8.1 laptop that recently have displayed Sony Raw images.Using PS CS6 stand alone which does nothing when asked to update. Adobe asked for ID verification which I did but didn't help.

    Camera Raw version 7.x only works with CS6.
    You need Camera Raw 7.3 (CS6) or DNG Converter 7.3 or Lightroom 4.3 to open your 6D raw files, because it did not exist before these versions. Camera Raw updates are not usually provided for old versions of Adobe software.
    Propriety raw format support can only be added after a new camera's release, unless manufacturers broadly adopt the DNG format as an alternative. Fortunately, DNG Converter is free, and you can use this to create DNG files from your Canon's raw files, to be opened in any version of CS/Lr.
    http://blogs.adobe.com/lightroomjournal/2012/12/camera-raw-7-3-and-dng-converter-7-3-now-a vailable.html

  • New Cisco 1921 doesn't display running configuration

    Hi All,
    I've recently received this new Cisco 1921 routers with Cisco CP loaded, so it comes up with the annoying change username and password at first access. I've removed all of those files from the flash memory, and rebooted it, and it came up with the proper initial configuration dialog, which is what I wanted.
    But, whenever I configure the router with a set of basic configuration, like interface, routing, and snmp loggings, and hit wr mem, it doesn't display at all when I do "sh run". It's weird cause when I do sh run | sec rip  or any other stuff that I have configured, it shows up , but not in sh run at all.
    What's the deal with the new routers??? Even sh version doesn't show the config-register or memory allocation details. Which is weird!
    xxxxx#sh ver
    Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Tue 20-Mar-12 17:58 by prod_rel_team
    ROM: System Bootstrap, Version 15.0(1r)M16, RELEASE SOFTWARE (fc1)
    xxxxxx uptime is 6 minutes
    System returned to ROM by reload at 06:39:25 UTC Mon Apr 29 2013
    System restarted at 06:40:59 UTC Mon Apr 29 2013
    System image file is "usbflash0:c1900-universalk9-mz.SPA.151-4.M4.bin"
    Last reload type: Normal Reload
    Last reload reason: Reload Command
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    ==================================================================
    xxxxx#sh run
    Building configuration...
    Current configuration : 1930 bytes
    ! Last configuration change at 06:42:46 UTC Mon Apr 29 2013
    version 15.1
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname xxxxxx
    boot-start-marker
    boot-end-marker
    logging userinfo
    logging buffered 4096
    no aaa new-model
    no ipv6 cef
    ip source-route
    ip cef
    xxxxxxx #sh run | sec rip
    router rip
    version 2
    network 172.17.0.0
    network 192.168.10.0
    network 192.168.13.0
    no auto-summary
    xxxxxxx#sh license feature
    Feature name             Enforcement  Evaluation  Subscription   Enabled  RightToUse
    ipbasek9                 no           no          no             yes      no
    securityk9               yes          yes         no             no       yes
    datak9                   yes          yes         no             no       yes
    SSL_VPN                  yes          yes         no             no       yes
    ios-ips-update           yes          yes         yes            no       yes
    WAAS_Express             yes          yes         no             no       yes

    Same stuff, but I do have another router that's working fine when I do a sh run.
    Problematic router:
    xxxxxx#sh hardware
    Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Tue 20-Mar-12 17:58 by prod_rel_team
    ROM: System Bootstrap, Version 15.0(1r)M16, RELEASE SOFTWARE (fc1)
    xxxxx uptime is 1 hour, 35 minutes
    System returned to ROM by reload at 06:39:25 UTC Mon Apr 29 2013
    System restarted at 06:40:59 UTC Mon Apr 29 2013
    System image file is "usbflash0:c1900-universalk9-mz.SPA.151-4.M4.bin"
    Last reload type: Normal Reload
    Last reload reason: Reload Command
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    Working router:
    yyyyyyy#sh ver
    Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Tue 20-Mar-12 17:58 by prod_rel_team
    ROM: System Bootstrap, Version 15.0(1r)M16, RELEASE SOFTWARE (fc1)
    yyyyyyy uptime is 1 week, 3 days, 10 hours, 19 minutes
    System returned to ROM by power-on
    System restarted at 06:19:19 est Fri Apr 19 2013
    System image file is "usbflash0:c1900-universalk9-mz.SPA.151-4.M4.bin"
    Last reload type: Normal Reload
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    Cisco CISCO1921/K9 (revision 1.0) with 491520K/32768K bytes of memory.
    Processor board ID FGLxxxxxx
    2 Gigabit Ethernet interfaces
    1 terminal line
    DRAM configuration is 64 bits wide with parity disabled.
    255K bytes of non-volatile configuration memory.
    249840K bytes of USB Flash usbflash0 (Read/Write)
    License Info:
    License UDI:
    Device#   PID                   SN
    *0        CISCO1921/K9          FGLxxxxxx    
    Technology Package License Information for Module:'c1900'
    Technology    Technology-package           Technology-package
                  Current       Type           Next reboot 
    ipbase        ipbasek9      Permanent      ipbasek9
    security      None          None           None
    data          None          None           None
    Configuration register is 0x2102

  • XMP doesn't display proper info in Photoshop CS2 for Mac.

    Dear List members:
    I have just recently installed Creative Suite CS2 and begun to explore the functionality of XMP. After purchasing Bruce Fraser's book on Camera Raw for CS2, I downloaded Metalab (Pound Hill Software) and created my first custom XMP panel that can be seen under the file info in Photoshop when an image (digital photo) is open.
    The problem is that I noticed a few odd things and began to question myself if there is some kind of bug or a problem with my installation of CS2.
    1. The window that opens under the file info command has several categories of information on the left to be chosen from, in the following order:
    (1)Description, (2)Camera Data 1, (3)Camera Data 2, (4)Categories, (5)History, (6)IPTC Contact, (7)IPTC Content, (8)IPTC Image, (9)IPTC Status, (10)Adobe Stock Photos, (11)Origin, (12)Advanced
    The Camera Data 1 option when selected opens a panel in the file info window that seems to contain all the information it is supposed to contain. The Camera Data 2 panel, on the other hand, doesn't display any information at all. Although the fields are there, they are empty. The fields are:
    (1)Pixel Dimension X and Y, (2)Orientation, (3)Resolution X and Y, (4)Resolution Unit, (5)Compressed Bits per Pixel, (6)Color Space, (7)Light Source, (8)File Source.
    All these fields are empty but when looking at the same file under Bridge the information is there, displayed under the metadata menu.
    This is something I noticed "before" installing Metalab so I know it is not a compatibility issue generated by the installation of the software.
    After installing CS2 I noticed that CS1 remained installed in my system. The version I purchased of CS2 is the upgrade one. Since I have no use for CS1 as I am now totally converted to CS2, I would like to uninstall CS1. The following are some of the questions I have:
    1. How can I uninstall CS1 without causing any problems to my installation of CS1 ? Is there an uninstall utility with the software or will I have to uninstall the entire package manually ?
    2. My G5 came with only one internal 160 GB drive where I originally installed CS1. I then purchased another internal 400 GB HD and copied the original drive onto it. This week I am going to replace the original 160 GB drive with a second 400 GB drive so that I can do regular "mirror image" back-ups between the two drives. Shold I expect any problems as I remove the drive where I originally installed CS1 ? Since I used disk utility to "copy" the 160 GB drive onto the 400 GB drive, my understanding it that any Adobe software key or authorization was also transferred to the drive. Is this right ? In case it hasn't, how can I transfer this information so that after I remove the 160 GB drive I will not experience any problems when trying to run CS2 ?
    3. How can I fix the problem with the Camera Data 2 panel under the file info window and command ? I noticed that the folder that is supposed to hold the Custom File Info Panels (HD>Library>Application Support>Adobe>XMP>Custom File Info Panels) has files for CS1 and CS2. Could this be a problem ? There many more files with .dat extenson than there are with the .txt extension. Bruce Fraser specifically says that the ones with the .txt extension are the ones that hold the XMP templates for information related to the image files. The files I have in this folder with the .txt are:
    (1)Camera1_CS2.txt , (2)Camera1.txt , (3)Camera2_CS2.txt , (4)Camera2.txt , (5)Categories.txt , (6)History.txt , (7)IPTC_Contact.txt , (8)IPTC_Content.txt , (9)IPTC_Image.txt , (10)IPTC_Status.txt , (11)StockPhotoInfo.txt
    The only ones that have two separate files one each for CS1 ad CS2 are Camera 1 and Camera 2. Camera 2 seems to be the only that is now non-functional. What should I expect to happen if I were to manually uninstall the ones that relate to CS1 ? Could that cause any problems ?
    My apologies for the long post but I didn't really know how to make it shorter.

    The Photoshop and/or Bridge forums would be more likely places to get answers to your questions. This forum is inhabited more by programmer types interested in implementing the XMP specification in applications we write.
    I'd expect CS2 to ignore CS1 panels so I doubt that's the issue. Panels don't interfere with each other--they just offer different views of the data. In any case, move the extra panels to your desktop and see what happens.
    As far as I know, all you need to do on the Mac is drag the CS1 application folder to the trash to uninstall it.

Maybe you are looking for