Importing external images into shared components

Hi,
I need to use a UP&DOWN arrow image "GIF" files in one of my portal hierarchy component.
I could not locate these type of up&down arrow gif files in images direcftory of shared components.
However left and right arrows are available, but I need up&down arrows.
How can I import a externally created "GIF" file into images folder of shared components.
Any ideas/pointers are appreciated.
Thanks in advance,
Surya

You can add the image (store it in wwdoc_document$) and then refer to it using the /docs/??.gif method. Or , add it to a folder
and then refer to it. One piece of unsolicited advice: why don't you store it on the file system. In my experience, the image is
retrieved a lot faster, than when in the db (and you avoid the security checks that the Portal makes)
Hi,
I need to use a UP&DOWN arrow image "GIF" files in one of my portal hierarchy component.
I could not locate these type of up&down arrow gif files in images direcftory of shared components.
However left and right arrows are available, but I need up&down arrows.
How can I import a externally created "GIF" file into images folder of shared components.
Any ideas/pointers are appreciated.
Thanks in advance,
Surya

Similar Messages

  • Importing external images into Flash using ActionScript 3.0

    Hey Guys!
    What i'm trying to do it import a few (say four) images from
    an external
    folder at random and display them in a row. The folder would
    contain up to a
    hundred pictures, sequentially named (ie. 1.jpg, 2.jpg,
    3.jpg, 4.jpg,
    etc...)
    any suggestions on how I could do this??
    thanks,
    -Chris

    thanks for getting me started! Is there a way to get the four
    images
    directly out of an external folder, though?
    thanks,
    -Chris
    "kglad" <[email protected]> wrote in message
    news:f7eop9$8um$[email protected]..
    > here's code to get you started. this allows you to
    select 4 of your
    > images at
    > random. then use the loader class and its load method to
    start your loads
    > and
    > use its contentloaderinfo property to attach listeners
    to detect if
    > there's
    > been a load error (so you can load another) and load
    completion (so you
    > can
    > position your images):
    >
    >
    >
    > Array.prototype.shuffle = function() {
    > var p:int;
    > var t:int;
    > var ivar:int
    > for (ivar = this.length-1; ivar>=0; ivar--) {
    > p=Math.floor((ivar+1)*Math.random())
    > t = this[ivar];
    > this[ivar] = this[p];
    > this[p] = t;
    > }
    > };
    > var tl:MovieClip=this;
    > var swfNum:int=100;
    > var num:int=0;
    > var i:int;
    > var swfA:Array=[];
    > for (i=1; i<=swfNum; i++) {
    > swfA.push(i+".jpg");
    > }
    >
    > swfA.shuffle();
    >
    > // swfA[0], swfA[1], swfA[2], swfA[3] contain references
    to 4 of your
    > images
    > randomly selected. if one of them doesn't exist
    > // use the ieError event to select the next one at
    random: swfA[3] etc.
    >

  • I imported 635 images into an iPhoto album so that I can share them via a photo-stream. However, iPhoto says there are only 600. When I try to add the missing images it says they are already there. Why can i not see these images in iPhoto?

    I imported 635 images into an iPhoto album so that I can share them via a photo-stream. However, iPhoto says there are only 600. When I try to add the missing images it says they are already there. Why can i not see these images in iPhoto?

    Generally I would not use Facebook for sharing any photos, it compresses the photos substantially, and when you have shadows and dark colours you get visible "bands" where there should be subtle gradients, ie at sunsets and sunrises.
    It sounds like you are using two methods to upload to Facebook:
    1. Sharing from within Aperture, which basically syncs Facebook with your Aperture album, so any changes made at either end gets synced, hence the deletions from Albums, although the original file should still be in your library, just removed rom the album. It is like a playlist in iTunes.
    2. Exporting pics and uploading to Facebook from the browser.
    I am not sure how method 1 gets compressed, but I know that uploading hi-res jpegs to Facebook using method 2 results in poor quality images.
    I wouldn't even bother comparing option 1 or 2, and they will both be poor images once you view them on Facebook, as opposed to viewing uploaded images on proper image sharing / hosting sites.
    Your problem is not with Aperture, it is using Facebook for showing your work.
    If you export pics form Aperture at high res jpegs or TIFFs your images will be fine.
    If you insist to use Facebook as your way to share your work, then your workflow should be this:
    1. Right click images you want to share.
    2. Select Export version.
    3. Export as 100% size and ensure the export settings are set at 100% quality.
    4. Upload this pic into Facebook.
    This will get you the best image size and resolution on Facebook.
    See how you go.

  • InDesign CS3 Scripting XML Import Multiple Images into same Text Frame

    I am having trouble importing multiple images into the same Text Frame using XML import. I imported 5 images into the text frame. However, all 5 images are laying on top of one another. Does anyone know if there is a way to have all images laying out like how Microsoft Word handles inline images, i.e., laying out next image to the right of previsous image in the same line and if there is not enough space left in the line, then wrap to next line. Thanks in advance. I understand I could use JavaScript to do post import processing, e.g, calculate the image size and place each images accordingly. But I am trying to see whether there is a way to do this without scripts.

    You can apply an object style to all anchored images by script. A text frame containing main flow should be selected.
    var doc = app.activeDocument;
    var textFrame =  app.selection[0];
    var rectangles = textFrame.texts[0].rectangles;
    if (rectangles.length > 0) {
         for (var i=0; i < rectangles.length; i++) {
              rectangles[i].appliedObjectStyle = doc.objectStyles.item("Cover");
    However, there is a better approach:
    Step 1
    Create place holders for a single "Book" element and format it as needed -- apply an object style to the cover.
    Step 2
    Import the xml file -- the placeholders are replaced with data from the 1st xml element
    Step 3
    Drag & drop the element containing all "Books" elements into the main flow -- all elements are placed and formatted the same way as in step 1.
    Finally, add a new page, click the overset text icon and autoflow text to add pages so that to fit all the text.
    Hope this helps.
    Kasyan

  • Can't import any images into lightroom 5

    Working away in my studio and suddenly I can't import any images into lightroom 5 (version5.5) for macbook pro os x 10.9.5

    Thank you for your response,
    ...my complete goofiness.
    I somehow managed to change my destination folder in Lightroom when importing images and could not copy to the "location" (or as the right panel indicates, the "destination").
    So adjusted my destination folder and am back to importing as usual.
    _Cindy

  • Accessing images from shared components

    I am having problem finding out images from shared components. After loading my images from my desktop to shared components folder, when i try to create an image item, and click the browse button, it pulls out my hard drive for selection. i don't know how to get the images already in shared components. i read in the help file that if i know the name of the image, then i can write it down and portal will pull it out. but what if i don't remember. do i have to go to shared components to find what it is and then come back and write it in the textbox?how to get to shared components clicking browse and selecting the image we want which is already stored in portal?
    thanks
    valli

    There's no way to browse and select the images in shared components. You need to know the URL to the image if you want to reference it in an item.

  • Imovie imports different image into project

    I'm trying to create a slideshow using only jpg images. Sometimes (now frequently) when I drag a picture into the slideshow from iphoto, desktop, Adobe Bridge, or even straight out of downloads, the image that actually shows up in imovie is a previously used picture.  Sometimes the correct image shows up in the strip, but a different photo shows up in the preview window.
    I spent several hours at the Genius Bar yesterday and we dumped a plist and rebuilt the entire iphoto library.
    I've got to say that after having imovie closed all night, I reopened it this morning and was able to import  correct images into the correct positions on my project, but then it started acting up again (after I cancelled my Genius bar appointment for today!), and is again putting different pictures into the project than I am actually trying to put into the project.
    I litterally just need to get about 5 more images into the project!
    Please help
    Using imovie 11 and OSx 10.7.5
    Thanks in advance

    I didn't film the video, so I'm not sure what kind of camera was used.
    Here is a screenshot of the Quicktime Inspector:
    And here is a bit more information about my situation: The video plays fine off of the thumb drive it was given to me on, and it plays fine off of my hard drive. But when I import the video into iMovie, all I see is the one still video shot while the audio plays beneath it. I've tried this on two different computers and on both of them, the video is frozen once it's imported into iMovie.
    Bizarre.
    I appreciate your help!

  • Unable to load external image into iOS app with AS3

    Just trying out Flash Builder for iOS app development and have run into a problem right off the bat with loading an external image into an iOS app.  The actionscript is very simple (this was basically my Hello World attempt), and I'm hoping someone here can explain where I'm going wrong.  This code works in Flash Pro, and works when launched on the desktop from Flash Builder, but doesn't work on my iOS devices.
    Here's the code:
                                  var container:MovieClip = new MovieClip();
                                  addChild(container);
                                  var imageLoader:Loader = new Loader();
           imageLoader.load(new URLRequest("http://www.google.ca/intl/en_ALL/images/logos/images_logo_lg.gif"));
                                  imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, startListener);
      function startListener (e:Event):void{
                                                 container.addChild(imageLoader);
    Any thoughts on why this won't work would be greatly appreciated!

    I had the same issue, and modified my domain policy file as specified  in http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html#_Configuring_URL_M eta-Policies but the loader is not loading the file. Any ideas on how to fix this issue?

  • Absent images in shared components

    I can't see list of images in "Shared Components > Images", but wget http://10.20.50.77:7777/i/16admin.gif return current image from apex/image directory. Where I can see what is wrong?
    APEX 3.2.1
    ORACLE XE
    Standalone Oracle HTTP Server (Apache2)
    dads.conf:
    Alias /i/ "/home/apache1/data/data/apex/images/"
    httpd.conf:
    Alias /i/ "/home/apache1/data/data/apex/images/"
    <Directory "/home/apache1/data/data/apex/images/">
    Options MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    Edited by: lvccgd on 24.02.2010 1:21

    Hello,
    The images in Shared Components -> Images are ones you have uploaded specifically for your application (or workspace). They are unrelated (strictly speaking) to the images in the /i/ folder (which are either stored on the filesystem if you use the OHS or stored in the DB if you use the EPG etc).
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • When importing an image into Flash, the filesize is reported incorrectly

    I saved an image from Photoshop using "Save for Web" and managed to bring the filesize down to 56.5kb. When I import this image into Flash and click on the properties, the reported "Original" filesize is 1884.6kb which is a heck of a lot more. How can I import the image and retain the filesize without having to compress the image further causing a horrible quality image?

    right click one of your bitmaps, click properties and tick "allow smoothing".  retest.

  • RH10 suddenly won't let me add/import new images into my project

    I have tried accessing the "Insert Image" option using the various methods (menu, toolbar icon, right click menu), but once the dialog box is open, I click on the browse folder to find the image that I added via Explorer, but nothing happens and the app freezes.  The only thing I am able to do is close RH via the Task Manager.  I have tried rebooting and also tried doing this in multiple projects to make sure it's not my main project with the problem.  This same thing happens every time.
    I CAN add an image that has already been imported into the project... I tried doing that then using Image Properties to bring in the newly created image... same result... freezes the app.  My project is only about 50MB in size... and I probably only have 2 or 3 dozen images in it so far.
    I am hoping you are not going to say uninstall and re-install because I don't have the disc with me today... working from home.
    Help please.

    TOTAL weirdness... so I just got into work... turned on my laptop... so i'm not working remotely... opened my project... at first i got this error:
    then i continued to get a series of errors of various kinds.. finally one telling me the cpd file was corrupt... now mind you... I had to restart RH several times yesterday... also did a reboot... and didn't get any of these errors...I also tried to import an image into an older project to see if it was the project or RH.. but i had the same problem with the other project - no.. didn't try a NEW project as I was planning at your suggestion because it's working in my existing project now.
    so i deleted the cpd... opened the project.. and tried to import a new image.. and BAM.. it worked like always!  WHAT'S UP WITH THAT?
    I don't understand what the problem could have been if this wasn't working even without VPN...
    Thoughts?  I'd like to avoid this issue next time I'm working from home.. which will be next week!

  • Import an image into a document

    I see this asked on other posts but I don't see an answer so I'm going to ask again...
    I'm using Designer 7.0, windows XP pro on a Dell D600 laptop with 1 gig of RAM.
    I want to import an image into a docement and the image doesn't appear to be supported. I've tried jpg and tif. Some images will work and others won't. Is there a solution for this?
    Thanks

    Irv,
    Thanks for the reply. The images that didn't work were CMYK. When I converted to RGB they worked.
    The images that didn't work were coming up with random grey scale colors.
    Thanks again,
    Kurt

  • Import Raster image into oracle database

    I am trying to load raster image into oracle spatial 10g. It is a tiff file. I am using Oracle Mapbuilder that comes with oc4j.
    I use Tools Menu -> Import Image to import that image into an oracle table.
    But I get error -
    java.lang.NoSuchMethodError: javax.media.jai.RenderedOp.getNumBands()I
    i am using java 1.5 and i have set path to java media library - jai_codec.jar, jai_codec_depl.jar , jai_core.jar, jai_core_depl.jar
    Pl help..
    Thanks

    ooee i solved it...
    i used jre 1.6 and it works fine...

  • How do I import multiple images into single individual cells?

    Hi folks,
    I'm new to the Mac (yeah!) and imagine there just has to be a way to import a bunch of images into separate cells in Mac "Numbers" ... am I right?
    Essentially what I'd like to do is a file folder with 600 images in it, and import those directly into Mac Numbers with one picture being assigned to it's own cell. So if below were a spreadsheet it would look like this:
    Actual Picture - Picture Name - Item Description ... and so on.
    I'm trying to work with inventory items, and this is the only way I can think of doing it. Suggestions!?!?
    Here is a link to creating a macro in Excel to do a similar thing:
    http://en.kioskea.net/forum/affich-269046-adding-a-loop-to-macro-to-insert-pictu res
    Thanks for your help.
    D

    D,
    I guess you're taking another shot at getting a response. You risk getting parallel discussions going with the same content.
    What you are contemplating seems logical enough, but I think you will find that it is impractical in Numbers. Given the size of photograph files these days, you will choke Numbers in short order. You will have to be careful that you embed only photos large enough to be of use/viewable, and keep your full-sized copies elsewhere. You might find that an Apple Script can do the import for you, but otherwise it's drag and drop from the Media Browser.
    Jerry

  • Can't import still images into a project or create a podcast track

    I'd be grateful if anyone can explain why I can't import still images onto a track like you can easily do in garage band - in garage band you simply create a podcast track, then drag your photos onto it. However in logic, when I open the media browser i can get a photo folder up but it will not allow me to even look at the contents.
    Also, why is it that the manual for logic express has nothing about how to import a movie to produce a movie score - and yet garage band can even do this.
    Thanks for any advice.

    Have you tried "Working with Video" section of the manual? It's somewhere close to the end...
    Logic works with audio, not images. That's why you can't import a photo, because media browser is used to locate audio files, mostly. And sometimes video.
    I guess it works this way, you create a podcast with Logic, bounce it to mp3 or another compressed format. Then import it into GB and insert a photo.

Maybe you are looking for