Help with loading photo

Im trying to download pictures from my camera and it will not let me open the file. Whenever I have try opening the pictures he sends me to Internet Explorer, saying that its to protect my safety. How can I fix to be able to look at my pictures?

Hi ShelbySchutte,

· You download the pictures online, or it is on the computer?

· What is the full error message that you receive with the error code?

· Do you remember all the recent changes on the computer before the show?

· What is the file format of the images you are trying to download?

For reference: download and work with digital photos: http://www.microsoft.com/windowsxp/using/digitalphotography/learnmore/top10.mspx

Downloading pictures from your digital camera: http://www.microsoft.com/windowsxp/using/digitalphotography/takeit/transfer.mspx

To transfer images from digital camera to computer: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sag_irdaconcepts_206.mspx?mfr=true

Tags: Windows

Similar Questions

  • Need help with loading in a different place every time the page reloaded the film.

    Hello

    I have a Flash movie that I need to go to one of the 6 chosen images when say a user presses the button back or home page of the site. I don't want just the same user, see the flash movie to play again in the same place each time that they return home.

    Help with this is appreciated.

    Thanks advance.

    -Ann

    Here's what I wrote:

    var numbers: Array = [2,114,415,687,960,1195,1485];

    _root.firstTime = true;

    {if (Firsttime)}

    firstTime = false;

    The frame number: var = Math.floor (Math.random () * numbers.) (Length);

    gotoAndPlay ([frame] numbers);

    }

    I also tried this:

    Array.prototype.shuffle = function() {}
    for (var = this.length - 1; ivar ivar > = 0; ivar-) {}
    var p = random (ivar + 1);
    var t = this [ivar];
    This [ivar] = this [p];
    This [p] = t;
    }
    };
    ASSetPropFlags (Array.prototype, ["shuffle"], 1, 1);
    var Array_ar:Array = new Array (2,114,415,687,960,1195,1485);
    Array_ar.shuffle ();
    index = 0;
    function load_random() {}
    gotoAndPlay(Array_ar[index++]);
    If (index == Array_ar.length) {}
    (index = 0);
    }
    }
    load_random();

    But this Dungeon jumping whenever I hit the back of the frame 1 or refresh.

    Thanks again.

    use:

    var numbers: Array = [2,114,415,687,960,1195,1485];

    The frame number: var = Math.floor (Math.random () * numbers.length);

    gotoAndPlay ([frame] numbers);

  • Help with unexpected photo color changes when loading

    Hello

    I have learned things for a few years and doing pretty good to the mounting

    photos like portraits.

    Recently edited portrait high key, when I compared the RAW CR2 file in flt along the side of the photos

    converted to psd Adobe, colors where change after the opening and saving to the psd format.

    The thing is that I did no changes.  I just open the raw file, then click Open edit thought go in ele.

    Once it opens as a psd, the colors have changed.

    Camera is set to Adobe RGB.  ELE set to manage colors for printing.

    Is this normal, or something I'm doing or not doing.

    Suggestions and recommendations requested.

    Txz.

    Will be

    I understand that you compare side by side on-screen:

    -l'image in the ACR dialog, without any changes

    -l' new image observed after opening in the editor and saved as psd and reopened in order to be able to compare side by side.

    I agree that you should not see any significant color change.

    Notes about your settings:

    -Camera set to Adobe RGB: good for parameter ignored with raw files, JPEG files (PSE, the choice between sRGB or aRGB ACR depends on the second parameter in the Editor: always optimize for printing). Are not relevant to your problem.

    -Always optimize for printing: refers to the raw data will be converted to aRGB for printing and shown according to your screen. This is the right setting, if you want to print in ARGB.

    So, there's nothing wrong with your settings.

    Y at - it a bad screen color profile saved on your computer? Which could happen with other software or screen attempt calibration tools...

    I can't help much in this situation, but it might be useful you have described the color differences s two views. For better visibility compare colors, beware of the surrounding parts of images: If you're on a light background (ACR) and the other in a dark (editor), you see exactly the same colors.

  • Help with AS2 - Photo Gallery

    Hi all

    someone beable to help me with a code, I downloaded an example of photo gallery, for the moment, the film plays the pictures when you click on a button (timer)

    What I try to do is to get the film auto play on load rather than having to click on the photos. I've been lookin in the manuscript, I think its something to do with

    initialize values

    currentIndex = 0;

    but when I change the value to 1, not much is happening, some would be able to take a look at the code and see where I can change it for that video turns the images automatically when loading.

    I pasted the code below, hope it's ok?

    Thanks a lot for the help of anyones!

    CODE:

    Copyright (c) by Andrew hero. All rights reserved. DO NOT REMOVE.
    fscommand ("allowscale", "false");
    Stage.scaleMode = "noScale";

    targetPhoto._visible = false;

    slides_xml = new XML();
    slides_xml. OnLoad = loadSlideShow;
    slides_xml. Load ("album.xml");
    slides_xml.ignoreWhite = true;

    function loadSlideShow (success) {}
    If (success == true) {}
    rootNode = slides_xml.firstChild;
    totalSlides = rootNode.childNodes.length;
    currentSlideNode = rootNode.firstChild;
    photos = new Array (totalSlides);
    thumb = new Array (totalSlides);
    Legends = new Array (totalSlides);
    TX = 0;
    for (i = 0; I < totalSlides; i ++) {/ / fill the tables and dynamically create thumbnails}
    photos [i] = currentSlideNode.attributes.jpegURL;
    inches [i] = [currentSlideNode.attributes.jpegWidth, currentSlideNode.attributes.jpegHeight];
    captions [i] = currentSlideNode.firstChild.nodeValue;
    _root.attachMovie ("Thumb", "Thumb" + i, i);
    _root ["inch" + i] ._x = tx;
    _root ["inch" + i] ._y = 595; using fixed Y coord
    _root ["inch" + i] .tindex = i;
    TX = 22;
    currentSlideNode = currentSlideNode.nextSibling;
    }
    initialize values < < < < < < < < < < < < < < < < < < < < < < < IS IT HERE?
    currentIndex = 0;
    targetWidth = inches [currentIndex] [0]; get a sample
    targetHeight = inches [currentIndex] [1]; get the height;
    updateSlide();
    }
    }

    function updateSlide() {/ / upload pictures, update the caption and status fields}
    targetPhoto.loadPhoto (photos [currentIndex]);
    Caption = captions [currentIndex];
    statusField = (currentIndex + 1) + "/" + totalSlides;
    }

    function slideShow() {}
    If (currentIndex == totalSlides-1) {currentIndex = 0 ;} else {currentIndex ++ ;}}}
    targetPhoto._visible = false;
    targetWidth = inches [currentIndex] [0]; get a sample
    targetHeight = inches [currentIndex] [1]; get the height;
    updateSlide();
    }

    MovieClip.prototype.loadPhoto = function (fn) {/ / load method jpeg external + preloader}
    this.createEmptyMovieClip ("holder", 1);
    this.holder.loadMovie (fn);
    this.onEnterFrame = function() {/ / NOTE: could use it to display the percentage of users}
    If (Math.floor((this.holder.getBytesLoaded()/this.holder.getBytesTotal())*100) > = 100) {}
    delete this.onEnterFrame;
    }
    }
    }

    No, because my answer explained your time-out function must call the slideshow function

  • need help with loading the icon

    can I get help about icon loading in oracle forms?

    OK make a folder name it icons and copy all you are gif icons and paste into the same folder (icons), and then copy the icons folder and paste in
    D:\DevSuiteHome_1\forms\java\oracle\forms

    When you want to display the icon, then do not use .gif (Note: sometimes also works with .gif) and something more Stéphane on capital letter of gif - icons.it should be in letter.i hope that you understand.

    Sarah

  • Need help with uploading photos to the new macbook

    I just bought a macbook pro 13 inch and had all my old files saved on a WD My Passport for Mac external hard drive. When try to import my library of photos from the external hard drive to the macbook, I receive a message reading "none of these files can be imported into your photo library.

    I read that you are unable to import the whole photo library to another library of photos, but I don't know if I understand that correctly. in any case, can someone please walk me through how to fix this problem, because a lot of these photos are very important to me. In case this is useful, I was able to import more pictures of the new photo library (such as those that have been saved on the desktop, iCloud etc.)

    Sorry, but unless you detail we can without help

    What format is the WD MyPassport? What you have on it (your library of Photos or just Photos)?

    You import photos - you open and migrate the library

    What version of the OS and the Photos or iPhoto do you have on your old system?

    LN

  • help with uploading photos from iPhone 5S for mac

    I need help, download of images from my iPhone to my mac 5. I have connected the phone to the computer and don't know what to do next.

    Help wi

    Please carefully read import photos and videos from your iPhone, iPad, or iPod touch to your computer - Apple Support

  • need help with loading paper inkjet 4635

    I just bought a HP Office Jet 46635 and I can understand how to load the paper.   Can anyone help?

    Here's the Manual.  PG 24 illustrates how to load the paper. Happy new year!!

  • I need help with my photos, I scan them in my photo gallery, but they import very little anyone can tell me how to solve this problem?

    I don't know much about photo gallery

    I was wondering... What are the dimensions in pixels of the scans? I think it would help if you increase the DPI of your scans to 600 300 or even... look for the custom settings button.

    Also... If the scan bed (large white area) is included in any of your scans... try to get a glimpse and you will have an option to drag a rectangle around the exact part of the photo you want to include in your analysis.

    Find much info on the scanning on the following site:

    A few scanning tips
    http://www.Scantips.com/

  • need help with loading Flash on Apple Mac Mini

    Lost my username, password & I am unable to load flash version 8 or better, totally computer illiterate & need HELP!

    Hi Michael,

    Please see what userid & password I need to install Flash Player?.

    --

    Maria

  • Help with panaramic photos in Photoshop CS6

    I have Photoshop CS6 and I can't create panaramic photo class. I tried to merge layers automatic and that has not worked. I have tried to merge to HDR Pro and who did not. I also open these files in Lightroom and then right-click to merge in Photoshop and I get an error message that says "Photomerge.jsx file not found. Help, please.

    Looks like something prevents access of script / execution. Check your virus scanner and turn off the power.

    Mylenium

  • Need help with loading BSO cube with several data export files using the Regional service

    Hello

    We have BSO cubes that are huge and when I expoted data in files, it generated ABC.txt, ABC_1.txt, ABC_2.txt, like this.

    How to load this data in the Cube that sits on the other environments? We use Essbase 9.3.1.

    I can load the individual files using EAS data loading? If so, ABC_2.txt then ABC_1.txt and finally an ABC.txt would be the loading sequence back?

    Please suggest.

    As Essbase is written this block by block, each block will have its complete info if it is done as a single export or parallel export. You can easily prove this (and I have) If you export a database and load only files 2 or 3, it loads without error. don't forget that you load a file rules, the load fails when the first error. There is no error found, so a value of a complete block of information must be present. Also open export (large files can be opened with wordpad) and you will see a complete info for block exery

  • help with XML Photo Gallery

    try and try to learn, the google is these days it's hard to find answers. then I come back here.

    first of all, it doesn't seem to work. If I remove the last part - the loop for and put addchild() in the first loop for, added photos.

    SRY on tweens trying that, but it seems never worked either. .

    Import fl.transitions.Tween;


    Fl.transitions.easing import. *;


    Import fl.transitions.TweenEvent;


    import flash.utils.Timer;//classes to use the timer


    import flash.events.TimerEvent;

    var imageLoader:Array = new Array();

    for (var m = 0; m < = 4; m ++)

    {

    imageLoader [m] = new Loader();

    }

    var xml;

    var xmlList:XMLList;

    var xmlLoader:URLLoader = new URLLoader();

    xmlLoader.load (new URLRequest("images/xmlLow.xml"));

    xmlLoader.addEventListener (Event.COMPLETE, xmlLoaded);

    function xmlLoaded(event:Event):void

    {

    XML = XML (event.target.data);

    xmlList = xml.children ();

    for (var i: int = 0; i < xmlList.length () - 1; i ++)

    {

    imageLoader [i] = new Loader();

    imageLoader [i] .load (new URLRequest (xmlList [i] .attribute ("source")));

    imageLoader [i] .alpha = 0;

    trace ("alpha function for" + imageLoader [i] .alpha);

    }

    for (var h:int = 0; h < xmlList.length () - 1; h ++)


    {


    / * var mytimer:Timer = new Timer (4000);


    mytimer.addEventListener (TimerEvent.TIMER, doNextTween);


    myTimer.Start (); * /


    doNextTween();



    function doNextTween (): void


    {


    addChild (imageLoader [h]);


    imageLoader [h] .addEventListener (Event.ENTER_FRAME, doNextTweenX);


    trace (imageLoader [1]);



    function doNextTweenX(e:Event):void


    {


    imageLoader [h] .alpha +=. 1;


    trace (imageloader [h] .alpha);


    If (.alpha imageLoader [h] > = 1).


    {


    imageLoader [h] .alpha = 0;

    imageLoader [h] .removeEventListener (Event.ENTER_FRAME, doNextTweenX);


    }


    }


    }


    }

    }

    online test.

  • Need some help with loading of XML text

    So here's how I support my xml:

    var xmlLoader:URLLoader = new URLLoader();

    var xmlData:XML = new XML();

    xmlLoader.addEventListener (Event.COMPLETE, LoadXML);

    xmlLoader.load (new URLRequest ("sampleXML.xml"));

    function LoadXML(e:Event):void {}

    xmlData = new XML (e.target.data);

    trace (XMLDATA);


    }

    And it works. My question is what code put to replace trace (xmlData); with the code that will allow me the XML components be arranged in textfields. Here's how my XML is built:

    < xml >

    < slogan1 > texttttt < / slogan1 >

    < slogan2 > textttttt < / slogan2 >

    < slogan3 > texttttt < / slogan3 >

    < slogan4 > texttttttttttt < / slogan4 >

    < / xml >

    What code set AS so when I start to appoint my textfields tf1, tf2, tf3 tf4 each line of XML to go to its text field (as first line of the XML goes to tf1, second line for tf2 etc.).

    If these textfields already exists when your code runs, you can use:

    var tl:MovieClip =;

    var xmlLoader:URLLoader = new URLLoader();

    var xmlData:XML = new XML();

    xmlLoader.addEventListener (Event.COMPLETE, LoadXML);

    xmlLoader.load (new URLRequest ("sampleXML.xml"));

    function LoadXML(e:Event):void {}

    xmlData = new XML (e.target.data);

    for (var i: uint = 0; i<>

    TL ["TF" +(i+1)]. Text = XMLDATA. Children() [i];

    }


    }

  • Need a little help with a photo effect, examples on the inside.

    Hey everybody, I tried to reproduce this effect for some time without success.  I have attached a picture for example, if someone can help me I would really appreaciate, thanks a lot!

    http://S9.Photobucket.com/albums/A54/klubhead/?action=view & Current = l_3a18e6d1083b0f4ba7f01 58505d3aa4d.jpg

    If you have one of the newer versions of Photoshop, which includes the surface filter, there is a video tutorial to this call from the link "Dave Hill Photoshop effect tutorial" that shows how a similar effect using the native filters.

    http://www.graphictutorials.NET/Photoshop-tutorials/photo-effects/Dave-Hill-look-Photoshop - video tutorial.

    I also found a link to an article that uses the card Camera Raw to simulate the Lucis Art filter has a very heavy price. This article also includes parameters to simulate this effect if you use Lightroom.

    http://www.scottkelby.com/blog/2008/archives/1094

    A link to plug Lucis Art in the site:

    http://www.LucisArt.com/

Maybe you are looking for

  • Only can import/download at 72 DPI this happened

    Unfortunately for El Capitan goes on my Imac I can only download or printing from Iphoto to 72 DPI, it will not allow my salvation Canon camera res images to be more while low resolution, what happened?

  • monitoring an acount

    How can I moniter my account?

  • Error 80070005 on update driver

    I recently updated my driver for 6150 is nForce 430; There is an optional update that I tried to install it but I get the error code 80070005 (there is no additional number is this error code) I must say that I have Winndows Vista Home premium 64-bit

  • HP-envy-17-j141na

    Hello I have a few questions on a laptop, I think of buying, so all the answers would be great. This is the laptop: http://store.HP.com/UKStore/merch/product.aspx?ID=J0C16EA&opt=Abu&SEL=PCNB#merch-customer-reviews It's apparently only a computer port

  • Replace the hard drive on G60-445DX

    You need to replace the hard drive of 320 GB in this laptop. After you install the new hard drive, is it possible to put the old hdd as an external? The old drive is Vista; the new drive will be Win7Pro. I need to transfer data and eliminate the viru