Error #2044: Unmanaged by ioError:. Text = Error #2032: error flow. URL: file:...

Hi guys

I'm trying to make a contact form, but it gives me this error and messages are not sent.

«Error #2044: unhandled ioError:.» Text = Error #2032: error flow. URL: file:///Ana%20Valente/Snowflake/site%20snowflake/contact.php
to index_fla::MainTimeline/sendMessage().

my code is:

submit_btn.addEventListener (MouseEvent.CLICK, sendMessage);
function sendMessage(e:MouseEvent):void {}
var my_vars:URLVariables = new URLVariables();
my_vars. SenderName = name_txt.text;
my_vars.senderEmail = email_txt.text;
my_vars.senderMsg = message_txt.text;

var my_url:URLRequest = new URLRequest ("contact.php");
my_url. Method = URLRequestMethod.POST;
my_url. Data = my_vars;

var my_loader:URLLoader = new URLLoader();
my_loader. DataFormat = pouvez;
my_loader. Load (my_url);

name_txt. Text = "";
email_txt. Text = "";
message_txt. Text = "mensagem enviada;

}

and my php file, it is in the same folder of my flash index file, is called mail.php and it contains:

<? PHP

$to = "[email protected]";

$subject = ($_POST ['senderName']);

$message = ($_POST ['senderMsg']);

$message. = « \n\n---\n » ;

$message. = "email sent to:". "." $_POST ['senderName"]. "" < "." $_POST ['senderEmail"]. "> \n";

$headers = "from:". "." $_POST ['senderName"]. "" < "." $_POST ['senderEmail"]. "> \n";

If (@mail ($ $subject, $message, $headers))

{

echo "response = ok;

}

on the other

{

echo "response = error;

}

? >

can you tell me what is the problem? am I missing something?

Please, I beg you!

Thank you

Unless you have a server built into your system, you will need to test with the php file that is loaded on a server which supports the php processing.

Tags: Adobe Animate

Similar Questions

  • Permanent Error #2044: Unmanaged by ioError:. Text = Error #2032: error flow. URL:

    Flash CS5.5, has worked before, but now to be permanently: #2044 Error: unhandled ioError:. Text = Error #2032: error flow. URL inside the Flash IDE, have no problem published in HTML with F12. the content is displayed, of course, works fine on the server

    The code is very simple:

    var loader: URLLoader = new URLLoader();

    loader.addEventListener (Event.COMPLETE, loadXML);

    Loader.Load (new URLRequest (sameResultsonAnyAddress))


    It is not cross-domain problem

    He is not spelling problem
    Something wrong in Flash Pro IDE during test and debug,
    I have disabled my McAfee firewall, did not help.
    Really confused, can not guess what could be the problem.

    Hi John,.

    I tried with your action script code and it works perfectly on my system. I have the entire xml trace in the output window.

    However, if I tried this on a system with no internet connection IE the link - http://forecast.weather.gov/MapClick.php?FcstType=dwml&lat=42&lon=-85& unit = 1, itself does not work, I get the same output you get.

    Error opening URL 'http://forecast.weather.gov/MapClick.php?FcstType=dwml&lat=42&lon=-85& unit = 1'

    Error #2044: Unmanaged by ioError:. Text = Error #2032: error flow. Unit URL: http://forecast.weather.gov/MapClick.php?FcstType=dwml&lat=42&lon=-85& = 1

    at Untitled_fla::MainTimeline/frame1()

    Let me know if it helps.

    Thank you and best regards,

    Roger Simon

    Adobe Flash Professional Team.

  • Do not find this error: #2044 Error: unhandled ioError:. Text = Error #2035: URL not found. URL:

    I followed site Web Flash CS3 portfolio on Lynda.com Tutorial exactly and no problems until this. Can someone help me to decipher the reason why I get this error?

    Error #2044: Unmanaged by ioError:. Text = Error #2035: URL not found. URL: file:///C|/Users/jennifer.donnelly/Desktop/DRENNANPROJECTSNEW/porfolio/large/courand_LG.jp g
    Error #2044: Unmanaged by ioError:. Text = Error #2035: URL not found. URL: file:///C|/Users/jennifer.donnelly/Desktop/DRENNANPROJECTSNEW/porfolio/large/brisendine_LG .jpg

    ActionScript:

    Load the thumbnails
    var thumbLoader:Loader = new Loader();
    thumbLoader.load (new URLRequest("portfolio/thumbs/courand1.jpg"));
    thumbLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, thumbLoaded);
    function thumbLoaded(event:Event):void {}
    Add the thumbnail to the allThumbnail instance
    allThumbnails.addChild (thumbLoader);
    thumbLoader.addEventListener (MouseEvent.CLICK, loadMainImage1);
    function loadMainImage1(event:MouseEvent):void {}
    largeUILoader.source="porfolio/large/courand_LG.jpg ';
    }

    }

    var thumbLoader2:Loader = new Loader();
    thumbLoader2.load (new URLRequest("portfolio/thumbs/brisendine1.jpg"));
    thumbLoader2.contentLoaderInfo.addEventListener (Event.COMPLETE, thumbLoaded2);
    function thumbLoaded2(event:Event):void {}
    Add the thumbnail to the allThumbnail instance
    allThumbnails.addChild (thumbLoader2);
    thumbLoader2.x = 70;
    thumbLoader2.addEventListener (MouseEvent.CLICK, loadMainImage2);
    function loadMainImage2(event:MouseEvent):void {}
    largeUILoader.source="porfolio/large/brisendine_LG.jpg ';
    }

    }

    var thumbLoader3:Loader = new Loader();
    thumbLoader3.load (new URLRequest("portfolio/thumbs/beehouse1.jpg"));
    thumbLoader3.contentLoaderInfo.addEventListener (Event.COMPLETE, thumbLoaded3);
    function thumbLoaded3(event:Event):void {}
    Add the thumbnail to the allThumbnail instance
    allThumbnails.addChild (thumbLoader3);
    thumbLoader3.x = 140;

    }

    var thumbLoader4:Loader = new Loader();
    thumbLoader4.load (new URLRequest("portfolio/thumbs/fleming1.jpg"));
    thumbLoader4.contentLoaderInfo.addEventListener (Event.COMPLETE, thumbLoaded4);
    function thumbLoaded4(event:Event):void {}
    Add the thumbnail to the allThumbnail instance
    allThumbnails.addChild (thumbLoader4);
    thumbLoader4.x = 210;

    }

    Thank you very much for your help!

    Are there records 'portfolio' and 'portfolio', or is one of them misspelled?

  • Sound problem: Error #2044: no controlado IOErrorEvent: text = Error #2032: error in sequence.

    I get this error message, but all the code for the sound seems to be in order. It is played only after it is loaded.
    Error #2044: No controlado IOErrorEvent: text = Error #2032: sequence error.
    in game1SunnyWalk / init)
    to game1SunnyWalk / enterFrameHandler)
    Its code is at the bottom.
    package {}
    import 12345678910111213import;
    import flash.display.MovieClip;
    import flash.media.Sound;
    import flash.net.navigateToURL;
    flash.net.URLRequest;//sound import uses the URL to navigate to the folder of its route
    import flash.net.URLVariables;
    import flash.events. *;
    //import flash.events.Event;
    import flash.ui.Mouse;
    //import flash.events.MouseEvent;
    import flash.geom.Point;
    import fl.transitions.Tween;
    import fl.transitions.TweenEvent;
    fl.transitions.easing import. *;
    import proyectos.trivia.TriviaEvent;
    public class game1SunnyWalk extends MovieClip {}
    private var v: Number = 5;
    varObject:String private var;
    i: Number private var;
    arrayObjects:Array private var;
    soundClip:Sound private var;
    randomnumber:Number private var;
    public void game1SunnyWalk() {}
    this.addEventListener (Event.ADDED_TO_STAGE, this.onAddedToStage);//This launches the application in the distance. In my other games I need a listener, because they are looking for a stadium that does not yet exist. Here, it seems to be OK we use the document class.
    / / fill array and initialize the variables i and varObject
    this.arrayObjects = ["one", "two", "three", "four", "five"];
    this.i = 1;
    this.varObject = arrayObjects [i-1];
    / / trace (varObject);
    }
    private void onAddedToStage(e:Event) {}
    this.stage.addEventListener (MouseEvent.CLICK, myClickReaction);
    }
    public void getXMLName(nombre:String) {/ / added by Ignacio why?}
    ?
    trace ("game1SunnyWalk", number);
    }
    var clickPoint:Point = new focus();
    public void myClickReaction(e:MouseEvent):void {}
    clickPoint.x = this.mouseX;
    clickPoint.y = this.mouseY;
    addEventListener (Event.ENTER_FRAME, onEnterFrame);
    addEventListener (Event.ENTER_FRAME, enterFrameHandler);
    }
    public void onEnterFrame(event:Event):void {}
    var xDistance:Number = clickPoint.x - this.hero.x;
    var yDistance:Number = clickPoint.y - this.hero.y;
    var angle: Number = Math.atan2 (yDistance, xDistance);
    this.hero.x += v * Math.cos (angle);
    this.hero.y += v * Math.sin (angle);
    if (clickPoint.x > = hero.x) {}
    this.hero.gotoAndPlay ("right");
    / / trace (Math.abs (xDistance));
    }
    if (this.hero.x > = clickPoint.x) {}
    this.hero.gotoAndPlay ("left");
    / / trace (Math.abs (xDistance));
    }
    if (Math.abs (xDistance) < = 10) {}
    / / trace ("works");
    this.hero.gotoAndPlay ("static");
    removeEventListener (Event.ENTER_FRAME, onEnterFrame);
    }
    }
    function enterFrameHandler(e:Event):void {/ / code here all that is to say: hit the last object, don't hit object, object gets at the end of the screen and must be revived etc...}
    varObject = arrayObjects [i-1];
    if (this.hero.hitTestObject (this [varObject])) {/ / trying to hitTest the chain you have to target the object.}
    his //starts
    init() ;
    / / rotates the object
    spin() ;
    / / trace (varObject);
    removeEventListener (Event.ENTER_FRAME, enterFrameHandler);
    }
    }
    function init() { }
    soundClip = new Sound();

    soundClip.load (new URLRequest("sound/one.mp3"));
    soundClip.addEventListener (Event.COMPLETE, soundLoaded);
    //soundClip.addEventListener (ProgressEvent.PROGRESS, soundLoading) ;// not necessary I think.

    }
    function soundLoaded(e:Event) { }
    this.soundClip.play ();
    }
    //function soundLoading(e:Event) {}
    //function soundLoading(e:ProgressEvent) {}
    //code here
    //}
    function spin() {}
    //tw.addEventListener (TweenEvent.MOTION_FINISH, spinStopped) ;// Note that when you use addEventListener - the called function uses this event as an argument in parentheses after the function name
    var tw:Tween = new Tween(this[varObject],"rotation",Strong.easeOut,0,360,2,true);
    var numturns:int = 8;
    this [varObject] .removeEventListener (MouseEvent.CLICK, spin);
    tw.begin = this [varObject] .rotation;
    tw.finish = numturns * 360;
    tw.start ();
    i=i+1;
    }
    }
    }

    None.  but you probably wrong place or wrong named your audio file.

    in any case, please mark this thread as answered if your problem is solved.

  • S.O.S.      Error #2044: Unmanaged by the IOErrorEvent:. Text = Error #2124: loaded file is unknown

    I'm doing a site web flash with

    Flah cs3 as3. power was perfect, but the codes to replay

    get crazy.  There is a photo gallery that has little thumbnail photo on the right, and when one of them turned on, this picture is loaded SWF and appear in large size on the left. today because I have the setting codes last few things gave me errors...

    Error #2044: Unmanaged by the IOErrorEvent:. Text = Error #2124: loaded file is an unknown type.

    types of Elf, I changed I saved pictures in jpg, jpeg, bmp, png. but nothing works.

    Please help me cause I have to finish in 3 hours.

    If your image loading code is attached to a frame which plays more than once, you will have this problem.  If this isn't the cause, show your code.

  • Shutdown problem reference VI in nested secondary, causing the encountered error 'end of file'.

    Hello

    I'm relatively new to LabVIEW using LabVIEW 8.0 and am having a strange problem.  My program is such that I have a front panel (A), which opens a secondary (B) by a remote control.  This secondary (B) has a button that, when pressed, runs subvi C AND displays a subgroup of experts containing graphical real-time C.vi.  'C', my code uses a reading of file extent express VI to read a text file in a table that is essential to the vi and in the iterations unique VI there is no problem whatsoever, HOWEVER if the C.vi is not properly closed and he's trying to run again, you receive an "end of file" error encountered.  When I run just B.vi and C.vi access like that, I coded "close after call ' and wired this reference to a narrow File.vi VI.  It works as I can repeatedly run C.vi, and no error occurs. However, when I start at A.i and access the secondary B.vi C.vi, I can run successfully the first time, but if I try to run the second time, I get the error "end of file encountered.  I really don't know what the right course of action here is B-> C works fine, but A-> B-> C is not working even if A is not having a single reference to C.vi whatsoever.

    Thank you for your time.

    Well, it was a bit confusing to read, but my guess is that the file pointer is remaining at the end of the file if a kind of close file does not correctly when B is executed inside the A. You said when he is not stopped correctly in this case, then all bets are off if the file is not closed. My suggestion is to ensure the folder is closed correctly (make sure you're not abandonment of the VI, but instead they sent a release message) and if you are not reading files measure but rather use the IO file screws, there is a VI to set the file position. You can set it to 'start' each time before play you.

    It's just a guess, you can post your VI if you can.

  • TypeError: Error #2007: url parameter must be non-null - HELP!

    Hey everybody. I (as well as everyone who posts a question here) am quite new to AS3. If I'm going crazy trying to figure out what is the cause of this error. I have a "jukebox" player that loads songs accordingly when the button is clicked. BUT it's my mistake:

    TypeError: Error #2007: url parameter must be non-null.

    to flash.media::Sound/_load()

    to flash.media::Sound/load()

    at lesson09_V2_S5_fla::MainTimeline/frame1()

    And here is my code:

    Import fl.events.SliderEvent;

    create instances of the three sound related classes that will be used for this project

    var snd:Sound;

    var channel: SoundChannel;

    var trans:SoundTransform;

    create variables to store the values for the power of the song and its volume and pan settings.

    var currSong:String;

    var currVol:Number is. 5;

    var currPan:Number = 0;

    Table of all songs in the current playlist.

    var songList:Array = new Array ("nothing on You.mp3","Grenade.mp3","Ride.mp3","Pretty Girl Rock.mp3","Tick Tock.mp3", "Dynamite.mp3");

    don't need to see the volume and pan controls until a song

    panSlide.visible = false;

    volSlide.visible = false;

    Headphones for the buttons of the song on stage

    song1.addEventListener (MouseEvent.CLICK, chooseSong);

    Song2.addEventListener (MouseEvent.CLICK, chooseSong);

    song3.addEventListener (MouseEvent.CLICK, chooseSong);

    song4.addEventListener (MouseEvent.CLICK, chooseSong);

    song5.addEventListener (MouseEvent.CLICK, chooseSong);

    song6.addEventListener (MouseEvent.CLICK, chooseSong);

    headphones for the volume sliders and pan

    panSlide.addEventListener (SliderEvent.CHANGE, panChange);

    volSlide.addEventListener (SliderEvent.CHANGE, volumeChange);

    sets the text of all the buttons of the song field to display the names of the songs in the songList array

    for (var i = 0; i < songList.length; i ++) {}

    var str:String = [i] songList have thong;

    Str = str.replace(".mp3","");

    var clip = this ["song" + (i + 1)] .title;

    clip. Text = str;

    }

    statement to define a song based on the song button was clicked switch.

    function chooseSong(e:MouseEvent):void {}

    Switch (e.currentTarget.name) {}

    case "song1:

    currSong = '... /MP3s/ ' + songList [0] as String;

    break;

    case "song2":

    currSong = '... /MP3s/ ' + songList [1] as String;

    break;

    case "song3":

    currSong = '... /MP3s/ ' + songList [2] as String;

    break;

    case "song4":

    currSong = '... /MP3s/ ' + songList [3] as String;

    break;

    case "song5":

    currSong = '... /MP3s/ ' + songList [4] as String;

    break;

    case "song6":

    currSong = '... /MP3s/ ' + songList [5] as String;

    break;

    }

    }

    If (snd! = null) {}

    Channel.Stop ();

    }

    SND = new Sound();

    SND. Load (new URLRequest (currSong));

    snd.addEventListener (IOErrorEvent.IO_ERROR, onError);

    function onError(e:IOErrorEvent):void {}

    Do nothing

    }

    Channel = new SoundChannel;

    TRANS = new SoundTransform (currVol, currPan);

    Channel = snd.play ();

    channel.soundTransform = trans;

    panSlide.visible = true;

    volSlide.visible = true;

    currVolume and pan values are used here for display in the text beside the sliders fields

    volLabel.text = "Current Volume" + int(currVol * 100);

    panLabel.text = "Current Pan" + int(currPan * 100);

    listen to the arrival of ID3 tags

    snd.addEventListener (Event.ID3, id3Handler);

    triggered when the id3 tags are available

    sets the info text field to display the information of the current song from id3 tags.

    function id3Handler(event:Event):void {}

    var id3:ID3Info = snd.id3;

    If (id3.songName! = null) {}

    songTitle.text = id3.songName + "\n";

    info. Text = "" Artist: \n"+id3.artist+"\n \n ";"

    info.appendText ("Album: \n" + id3.album);

    info.appendText ("\n\n" + "available at: \n" + "passionrecords \n.com");

    }

    }

    var format: TextFormat = new TextFormat();

    format.font = "Arial Black";

    format. Color = 0xFFFF00;

    format. Size = 14;

    format.url = " " http://www.passionrecords.com/ ";

    info.defaultTextFormat = format;

    uses the value of volume slider to control the volume

    function volumeChange(e:SliderEvent):void {}

    currVol = e.target.value;

    volLabel.text = "current Volume:"+ int(currVol*100); "

    TRANS.volume = currVol;

    channel.soundTransform = trans;

    }

    uses pan value of the slider to control pan

    function panChange(e:SliderEvent):void {}

    currPan = e.target.value;

    panLabel.text = "Current Pan" + int(currPan*100);

    TRANS. Pan = e.target.value;

    channel.soundTransform = trans;

    }

    Any help would be greatly appreciated! Thank you!

    This looks to another case of code not be placed where it should be.

    If this code is not in a function, then it executes immediately when the program starts.  At this point, snd is not defined, no said.  You do not create the instance until the line... snd = new Sound();   that, I believe, you have now moved inside a function.

    You might have to go through all the code to see what parts you always floating around this need of houses inside functions.

  • CoreTelephony error in trace file as a file for coretelephony tracing operation has failed, perhaps you need more disk space. Details "error opening the file/tmp/ct.shutdown, err = operation not permitted

    I got this error:

    "CoreTelephony Trace file error
    A file for CoreTelephony tracing operation failed, you might run out of disk space. Details "error opening the file/tmp/ct.shutdown, err = operation not permitted"

    I tried to solve it by searching for CoreTelephony errors. Could not resolve yet.
    Software does not, especially of photoshop...

    Any ideas?

    Same thing here, iMac with OS X 10.11.6. All started a couple days ago. Have not found any valid solution online yet, I tried rebooting in recovery mode and check disk, but it seems that everything is ok with the drives and permissions.

  • Mozilla firefox 25.0 tab opens with error on URL res://ieframe.dll/unknownprotocol.htm#chrome-extension://kcnhkahnjcbndmmehfkdnkjomaanaooo/widget.html any idea?

    Mozilla firefox 25.0 tab opens with error on URL res://ieframe.dll/unknownprotocol.htm#chrome-extension://kcnhkahnjcbndmmehfkdnkjomaanaooo/widget.html any idea?

    In my view, it is an extension of google voice, but I don't have chrome installed on my PC

    Windows XP SP3 machine.

    Hello

    Sometimes a problem with Firefox can be a result of malware installed on your computer, you may not be aware of.

    You can try these free programs to search for malicious software that work with your existing anti-virus software:

    Microsoft Security Essentials is a good permanent antivirus for Windows 7/Vista/XP, if you do not already have one.

    More information can be found in the article troubleshooting Firefox problems caused by malware .

    This solve your problems? Please report to us!

    I hope this helps!

    Curtis

  • How to remove a Smart Tag error: bad URL - ST_REJECTED_QUERY_STRING

    Hello
    Whenever I entered this site www.gcr.com.my, this message "Smart Tag error: Malformed URL - ST_REJECTED_QUERY_STRING ' will appear followed by a dialog box with the Web site named www.USAGC.org until I closed everything, but this annoying message will reappear.

    Can you please help to get rid of them.

    TQ.
    Chin

    Hello

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

    Thank you.

  • Massage of error: Update XML file Malformed 200.

    After downloading fire 3.4.16, I received a massage of error: Update XML File malformed 200.
    I can only do this issue using Windows Internet Explorer.
    So my logic says it's software from Firefox and not my machine. But what?
    Yours sincerely
    Derek

    There are a few possible causes of this error, see https://support.mozilla.com/kb/AUS+Update+XML+File+Malformed+200

  • The calendar synchronization failure, protocol error: too many files. (4403)

    I don't think I have that much. I had to delete all my schedule last year, but now get this error:

    Failed synchronization schedule

    Protocol error: too many files. (4403)

    If anyone can help with suggestion?

    Thank you...

    Bill

    Hello

    If you have recent data on tungsten
    hotsync for handheld set replaces desktop

    or the opposite case
    together the hotsync on office replaces handheld

    then do a hotsync

    Message relates to: Palm TX

  • error in dialog file 43 happens without apparent reason.

    I was running a program over and over again (dozens of times) with no problem and all of a sudden, I had an error 43 of file dialog box. When I get this error box pops up saying the following:

    "Error 1 has occurred to open/create/replace file spreadsheet write String.vi-> .vi write to the file (string) spreadsheet-> multi 20120816 track of Cycle IV with auto delay.vi.

    LabVIEW: An input parameter is not valid. For example if the input is a path, the path can contain a character not allowed by the operating system such as? or @.

    P:\r&D\Studies\Test Logs\log IV-S178-protoA5-2-H5.
    GB-ARD-1-dark - 201209071512.txt.

    Far as I can tell I have not changed the path of the file or put in characters which are not allowed. And whenever I run the program now I get this error.

    What should I do about it? I'm totally stumped.

    Thanks for your help,


  • Flight Simulator 2004 install stops at 97% say there is an error with the file world.cab

    While the resettlement of fs2004, the installation stops at 97% saying there is an error with the file world.cab, this damaged disc 4.  Someone at - he found a solution to this?

    Thank you

    Well, if, as you say, the disc is damaged. The solution would be to get another drive.

    Although I would have a look at the following:

    Take a look at the following: http://support.microsoft.com/kb/258496

    I hope that, if necessary, you can get a free replacement disc.

  • said notice of the error runtime error, c:/program files/internet explore .exe - WHAT DO I DO to CORECT THIS I AM OBLIGED to GRT out of WHAT I DO.

    NOTICE OF THE ERROR SAYS - RUNTIME ERROR, C:/PROGRAM FILES/INTERNET EXPLORER. EXE - WHAT TO DO TO CORRECT THIS, I AM FORCED TO SHUT DOWN WHAT I DO

    Hi louglat,

    (1) when exactly you get the error message?

    (2) what is the version of the operating system that you are using?

    If you use Windows Vista or Windows 7, I suggest go you to the link below and run the fix and that might take care of the issue.

    http://support.Microsoft.com/kb/822521

    Let us know if the problem is not resolved or for any other help.

    Varun j: MICROSOFT SUPPORT
    Visit our Microsoft answers feedback Forum
    http://social.answers.Microsoft.com/forums/en-us/answersfeedback/threads/ and tell us what you think

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for

  • iMovie 11: black video, Audio work/tiles upside down

    Hi all Please excuse my ignorance, I think I'm computer savvy, but apple is another story. I just downloaded the latest version of iMovie 11 (not sure what version I had before) and everything seems to be ok except one, my. AVI video does not work. W

  • Trying to install XP Pro on a laptop with a SATA drive on it.

    I'm trying to install XP Pro on a laptop with a SATA Hitachi drive and no floppy drive to load the drivers from. Hard drives is visible in the BIOS and AHCI in the BIOS as well. USB floppy drives will not work (will not be considered 'A' during insta

  • W 802 a or W 600 b?

    Can't decide between 2018 47-inch W802A and 2014 48 inch W 600 g. price difference is huge, but outside #D, some audio power and rate Motionflow, I see little difference? No reason not to wait for 2014 W600b? and why doe sit weight much less (~ 12 po

  • How to get back my photos to the original color?

    I downloaded my pictures on my card and then when I tried to fix one of the images to clear up, all my photos went to pale, almost sepia color, more it has messed up my desktop color theme, etc.  It is difficult to see a red bird in sepia or pale gre

  • Replacement of blackBerry Z10

    Hello people I have a Z10, however I was not able to use it to its fullest because he literally had a bath in a beacth, I was able to restore it, however, little time spent and the heating of the phone reached dangerous levels for me, I suspect that