Preloader in external swf not working

I have several external SWFs that are loaded into my site and
each one has a preloader. When I run them by themselves the
preloader works fine, but when it is embeded into the main SWF the
preloaders do not work. Any ideas?
here is my actionscript -
lBytes = _root.getBytesLoaded();
tBytes = _root.getBytesTotal();
percentLoaded = Math.floor((lBytes/tBytes)*100);
loader.bar._xscale = percentLoaded;
loader.percent.text = percentLoaded + "% of " +
Math.floor(tBytes/1024) + "K loaded.";
if (lBytes>=tBytes && tBytes>0) {
if (count>=12) {
gotoAndPlay("enter");
} else {
count++;
gotoAndPlay("preload");
} else {
gotoAndPlay("preload");
}

I am experiencing the exact same problem on my site -
www.expansiondesign.com
It works in flash player but not when live (tested safari and
firefox)
I don't know if you are using the same script as I am paul.
I execute the following when each image button is pressed:
button1.onRelease = function () {
startLoading("image1.jpg");
which runs this:
function startLoading(whichImage) {
loadMovie(whichImage, "_root.image_holder");
_root.onEnterFrame = function() {
infoLoaded = _root.image_holder.getBytesLoaded();
infoTotal = _root.image_holder.getBytesTotal();
percentage = (infoLoaded/infoTotal*100);
_root.loader._yscale = percentage;
_root.loader._visible = true;
if (percentage>=100) {
delete this.onEnterFrame;
_root.loader._visible = false;
Thanks,
Barton

Similar Messages

  • Preloaders in external .swf not working

    Hi people.
    I have built this website to showcase our work
    http://www.perfectmarketing.co.uk
    All the movie clips shown in the centre of the screen are
    external .swfs with their own preloader.
    But when the site is live, the preloaders don't seem to be
    working, it takes a while for the movie clip to load and the
    preloader doesn't show. I want it to show so people know something
    is loading.
    anyone have any ideas.
    Thanks,
    Paul

    I am experiencing the exact same problem on my site -
    www.expansiondesign.com
    It works in flash player but not when live (tested safari and
    firefox)
    I don't know if you are using the same script as I am paul.
    I execute the following when each image button is pressed:
    button1.onRelease = function () {
    startLoading("image1.jpg");
    which runs this:
    function startLoading(whichImage) {
    loadMovie(whichImage, "_root.image_holder");
    _root.onEnterFrame = function() {
    infoLoaded = _root.image_holder.getBytesLoaded();
    infoTotal = _root.image_holder.getBytesTotal();
    percentage = (infoLoaded/infoTotal*100);
    _root.loader._yscale = percentage;
    _root.loader._visible = true;
    if (percentage>=100) {
    delete this.onEnterFrame;
    _root.loader._visible = false;
    Thanks,
    Barton

  • My macbook pro external speaker not working! help please

    My macbook pro external speaker not working! help please

    1. Applications > Utilities > Audio MIDI Setup
        Audio Devices window
         Pllug in the speakers.
         Do they show up?
         Make sure that Mute is not enabled.
    2. Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • SWF Not Working...Help Please :(

    Hi all,
    So I've been having an issue with a SWF not work on a page and this is what I can seem to come up with after hours of messing with Dreamweaver and Flash trying to understand why it won't work. When i test the movie from the working Flash file, it works no problem. Something is going wrong when I export or publish the movie and it no longer works. Is this something that happens?
    Your help is much appreciated...this site needs to go up in the next day or so and the SWF was working and then stopped working and I'm honestly not a Flash gal so I really have no business messing with it, but it was a specific request. Thanks!

    One thing that might be an issue as far as the web page goes it that the html specifies a file named carousel2.swf which does not appear to exist on the server and is not the same name as the file you are calling the swf in your swf link (*carousel3.swf).
    Without knowing what goes on inside carousel3, or carousel 2 for that matter, it's hard to say if it is missing the xml file that it might need.  But for either case, are you certain that you have uploaded the xml file that is needed?

  • Loading external swf  not complete

    Hi, I'm trying to load external swf (with more than one frame and actionscript 3 on every frame - I used there "timeline" coding) from my main swf.
    code for loading external swf into main swf:
    var loader01:Loader;
    function openGame1(evt:Event):void
    loader01 = new Loader();
    var requestSWF01:URLRequest = new URLRequest("game01.swf");
    loader01.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, processHandler);
    loader01.contentLoaderInfo.addEventListener(Event.INIT, initHandler);
    loader01.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, errorHandler);
    loader01.load(requestSWF01);
    addChild(loader01);
    function processHandler(evt:ProgressEvent):void
    var loaded:Number=evt.target.bytesLoaded;
    var total:Number=evt.target.bytesTotal;
    var stav:Number=loaded/total;
    loaded_txt.text=(Math.round(stav*100))+" %";
    function initHandler(evt:Event):void{
    loaded_txt.text="";
    function errorHandler(evt:IOErrorEvent):void
         trace ("Error: " + evt.text);
    I found out that this works only for loading swf, which has only one frame (and all actionscript on that frame)... It seems that if there are more frames, than it will not load complete swf (hmm maybe it is caused, because not all objects on frames are export in first frame). Preloading starts but after for example 20 % the event.INIT is fired and the external swf starts to play (and crashes..).
    You can see this here http://bvyborcik.xf.cz/  If you click on the blue building on the left with blinking text "Start hry" you will see what happens - preloading is not completed and after clicking on first floor btn, the swf crashes...
    Please is there a solution for this kind of problem?  Any help or pointing is welcome.
    regards Boris

    just curious, is the file you want to load the swf into set up exactly the same way with the same stage size, fps, and layers?

  • Published SWFs not working from CS3 on Mac?

    This one REALLY has me stumped..
    I am working on a Mac Dual 2-Gig G5 running OS 10.4.10 and
    Flash CS3.
    I have a web site for a client posted (
    http://www.aronwiesenfeld.com
    ). This site has been running flawlessly for over a year published
    to Version 8 Flash Player AS v2.0. This client asked me to create a
    new temporary splash page last night that would announce his new
    Art Show and then click on into the main site. This site uses a
    Shared Lib, a SharedTrigger, a Core SWF (containing the main site
    navigation elements and handles loading of various movies into
    levels) and a Splash SWF (that contains the two splash screens and
    initial navigation to areas of the site. The problem I THINK I am
    having is in the Splash SWF... or is a problem with my LOCAL Mac
    installation? When I click one of the 5 Site Nav buttons it is
    supposed to tell the main core movie to advance to a new frame (20)
    and I target that movie by referring to _level0. This has worked
    fine for the past year (on this and other sites). I am attaching an
    example of the code used on each of the initial Nav buttons in the
    Splash swf .
    So here is the mystery...
    When I "Test Movie" inside Flash CS3, everything works/looks
    "perfect". If I then go to the desktop and find the generated HTML
    file and open it in Safari (both version 2 and 3-beta), or Firefox
    or Opera, etc., everything looks fine until I click one of the
    initial text Nav Buttions. At that point it takes me to the main
    site and loads the external SWF into a level as it should
    (indicating that the 3rd line of code on the button is execution
    and by the fact the the Splash movie disappears, it indicates that
    the core movie is indeed moving to frame 20 (_level0) as requested
    in the first line of code. However, all of the main site navigation
    buttons along the bottom of the main site as well as the background
    NEVER APPEAR? Also when I start to move the mouse around the loaded
    external movie the site completely crashes and I get a blank screen
    - IN ALL BROWSERS whether I am launching the site from my hard
    drive or the Internet!! But it works perfect INSIDE Flash CS3.
    Now comes the real kicker...
    Just for the heck of it after spending 3 hours trying to fix
    this on my main G5 tower(publishing to Player version 9, etc.), I
    decided to try accessing the site from my old G4 laptop. Ready for
    this? The site appears to be working perfectly IN ALL BROWSERS ON
    MY G4 also running 10.4.10!!!
    So my guess is maybe their is a problem with the Flash Player
    Plugin in all my browsers on my G5 or the Flash Plugin has a
    problem with OS 10.4.10 only on my G5. BUT, even if I launch this
    site directly in Flash Player from the desktop on my G5 it does not
    work - so the stand-alone player is having the same issue - yet it
    works fine on my G5 INSIDE of Flash CS3.
    I thought I had seen it all the last 5 years with Flash, but
    this one has be completely stumped!
    My client emailed me from California and said the site was
    working fine there of his PC. If that is true then I am having a
    LOCAL Flash Player problem on my G5 running 10.4.10.
    In addition to my question, if anyone can give me feedback as
    to whether or not this site is working on your machine/browser/OS,
    could you please let me know? You will know if the site is working
    if you click on Enter Site, then click on any of the 5 buttons
    (except Info) and you see a grey background behind the image and
    the lower navigation string appears.
    Thanks!

    Well after trying everything I could think of I started down
    the list again. I re-downloaded the Flash Player 9 r47 Mac
    installer and ran the installer again (which I also did last night
    with no success).
    This time after re-installing the plugin - ALL THE BROWSERS
    IMMEDIATELY STARTED WORKING ad the site now comes up fine - so,
    apparently I had a bad Flash Player install in my browser!

  • External .swf not loading on HTML pages

    Good morning,
    I'm having trouble and I was hoping someone could shed some light on what I'm doing wrong. I have a main .swf file from which external .swf files are being loaded through the use of buttons.
    When I preview the animation, everything works just fine. The problem occurs when I put the animation on the website where it needs to be. The main animation appears like it's supposed to, but the buttons are not successful in loading the external .swf files. I've made sure that all .swf files are on the server but still nothing. Could anyone help? I'm not sure what the problem is.
    Here's the AS:
    stop();
    var presentationLoader:Loader = new Loader();
    addChild(presentationLoader);
    //Navigation
    presentation1.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation2.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation3.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation4.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation5.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation6.addEventListener(MouseEvent.CLICK, buttonClick);
    function buttonClick(event:MouseEvent):void
    presentationLoader.load(new URLRequest(event.target.name + ".swf"));
    function homeClick(event:MouseEvent):void
    presentationLoader.unload();
    Thank you,
    - Cmarcoux

    For anyone having a similar problem in the future, the solution is in bold:
    stop();
    var presentationLoader:Loader = new Loader();
    addChild(presentationLoader);
    //Navigation
    presentation1.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation2.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation3.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation4.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation5.addEventListener(MouseEvent.CLICK, buttonClick);
    presentation6.addEventListener(MouseEvent.CLICK, buttonClick);
    function buttonClick(event:MouseEvent):void
    presentationLoader.load(new URLRequest("../../media/flash/" + event.target.name + ".swf"));
    function homeClick(event:MouseEvent):void
    presentationLoader.unload();
    For the animation to work on a website, the file path was needed.

  • External swf not clickable

    I'm using addchild to load an external swf into a swfContainer, but i realize that all the buttons and text links doesnt seem to be working anymore....
    swfContainer.addChild(loader);
    I try not loading it into a movieclip instead i load in on stage addChild(loader); and everything works fine and why is that happening?

    Does the molvieclip have any mouse-related event lsiteners assigned to it?  If so, then that will block access to anything loaded into it that also has mouse-related event listeners.

  • Preloader ignores external swf's actionscript

    Hey guys
    I have an External.swf file that is a video. The swf is 1135 frames long and running just fine by itself, stopping as I want when the actionscript says stop(); on the first frame and looping the end of the clip with gotoAndPlay(837).
    The preloader SwfLoader.swf linked to the External.swf shows the percentage of bytes loaded as it should. However, it runs the video (sound playing in the background) while the preloader shows the loading progress I think it's because it doesn't load the first frame first.
    Once the external swf is loaded, it plays the video again, still ignoring the first actionscript frame that says stop(); and the last frame gotoAndPlay(837).
    Thank you.
    Here is the preloader's actionscript on the first and only frame:
    import flash.geom.*
    import flash.display.*
    var loadurl:String = "External.swf";
    var nDepth:Number = 0;
    var nWidth:Number = 200;
    var nHeight:Number = 20;
    var nPadding:Number = 3;
    var cLoader:MovieClipLoader = new MovieClipLoader();
    var oListener:Object = {onLoadInit:onContentLoaded};
    var mcLoader:MovieClip = this.createEmptyMovieClip("Loader_MC", 0);
    var mcContent:MovieClip = this.createEmptyMovieClip("Content_MC", 1);
    var mcLoadBarBg:MovieClip = mcLoader.createEmptyMovieClip("LoadBarBg_MC", nDepth++);
    var mcLoadBar:MovieClip = null; //Duplicated later with mcLoadBarBg
    var txtPercLoad:TextField = null; //Create after duplication
    var cMatrix:Matrix = new Matrix();
    mcLoader._alpha = 0;
    cMatrix.createGradientBox(nWidth, nHeight, 0, nPadding, nPadding);
    cLoader.addListener(oListener);
    mcLoader.lineStyle(1, 0x000066, 100);
    DrawRect(mcLoader, 0, 0, nWidth, nHeight);
    mcLoadBarBg.lineStyle(1, 0x0000FF, 0);
    mcLoadBarBg.beginGradientFill("linear", [0x006699, 0x0066FF], [100,100], [0, 255], cMatrix, SpreadMethod.PAD);
    DrawRect(mcLoadBarBg, 0, 0, nWidth - nPadding*2, nHeight - nPadding*2);
    mcLoadBarBg.endFill();
    mcLoadBar = mcLoadBarBg.duplicateMovieClip("LoadBar_MC", nDepth++);
    txtPercLoad = mcLoader.createTextField("PercLoad_TXT", nDepth++, 0, 0, nWidth, nHeight);
    mcLoadBar._alpha = 80;
    mcLoadBarBg._alpha = 30;
    Translate(mcTextMask, nPadding, nPadding);
    Translate(mcLoadBarBg, nPadding, nPadding);
    Translate(mcLoadBar, nPadding, nPadding);
    mcLoadBar._xscale = 0;
    mcContent._alpha = 0;
    mcContent._lockroot = true;
    mcLoader._x = Stage.width/2 - mcLoader._width/2;
    mcLoader._y = Stage.height/2 - mcLoader._height/2;
    txtPercLoad._x = mcLoader._width/2 - txtPercLoad._width/2;
    txtPercLoad._y = mcLoader._height/2 - txtPercLoad._height/2;
    SetTextFormat(txtPercLoad, "0%");
    mcLoader._alpha = 100;
    cLoader.loadClip(loadurl, mcContent);
    _root.onEnterFrame = function()
       var nBytesLoaded:Number = mcContent.getBytesLoaded();
       var nBytesTotal:Number = mcContent.getBytesTotal();
       var nPercLoaded:Number = Math.round(nBytesLoaded / nBytesTotal * 100);
       if(nPercLoaded > 0)
          SetTextFormat(txtPercLoad, nPercLoaded.toString() + "%");
                mcLoadBar._xscale = nPercLoaded;
    function onContentLoaded(Void):Void
       //trace(_root + "::onContentLoaded");
       SetTextFormat(txtPercLoad, "100%");
       cLoader.removeListener(oListener);
       delete _root.onEnterFrame;
       delete oListener;
       delete cLoader;
       _root.onEnterFrame = function()
          //trace(_root + "::onContentLoaded::_root.onEnterFrame");
                var nInc:Number = 5;
                mcLoader._alpha -= nInc;
                mcContent._alpha += nInc;
                if(mcLoader._alpha <= 0) startLoadedContent();
    function startLoadedContent(Void):Void
       delete _root.onEnterFrame;
       mcLoader.removeMovieClip();
       mcContent._alpha = 100;
       mcContent.play();
    function DrawRect(mc:MovieClip, nX:Number, nY:Number, nW:Number, nH:Number, nR:Number)
       trace("DrawRect in: " + mc);
       if(nR == undefined) nR = 6;
       mc.moveTo(nX+nR,nY);
       mc.lineTo(nX+nW-nR,nY);
       mc.curveTo(nX+nW,nY,nX+nW,nY+nR);
       mc.lineTo(nX+nW,nY+nH-nR);
       mc.curveTo(nX+nW,nY+nH,nX+nW-nR,nY+nH);
       mc.lineTo(nX+nR,nY+nH);
       mc.curveTo(nX,nY+nH,nX,nY+nH-nR);
       mc.lineTo(nX,nY+nR);
       mc.curveTo(nX,nY,nX+nR,nY);
    function SetTextFormat(txtField:TextField, sText:String)
       var txtFmt:TextFormat = new TextFormat();
       sText = "Loading... " + sText;
       txtFmt.font = "Verdana";
       txtFmt.align = "center";
       txtFmt.size = 11;
       txtFmt.color = 0x000066;
       txtFmt.bold = true;
       txtField.selectable = false;
       txtField.text = sText;
       txtField.setTextFormat(txtFmt);
       txtFmt = null;
    function Translate(mc:MovieClip, nX:Number, nY:Number):Void
       mc._x = nX;
       mc._y = nY;

    Hi kglad,
    The external swf is a movieclip (flv embedded with an AS3 layer to control the timeline) exported as an swf file .
    The first frame of the external swf is just stop();
    I didn't know the proloader code was AS2 though
    The preloader works fine with the external swf locally, but the problem happens when I run them from my server.
    The external swf itself and its code works fine from the server, both combined don't, so I guess the problem comes from the preloader. Probably because of the AS being 2 insted of 3.

  • External links not work

    Hello,
    I have a word document that has external links. Text that
    links to other page or other url.
    When I convert my doc (word document) into a swf using flash
    paper 2 the links not work. There are still highlighted but no
    linking is taking place.
    please help me.
    Thanks
    Alejandro

    I am having the same problem. At first I thought it was
    because I had converted an excel file but I tried the same
    information from a word document and the links do not work in the
    browser or if I view the SWF file separately. Additionally, when I
    convert the word file to a pdf none of the hyperlinks to pages or
    documents work but the links to email addresses do.

  • IPhone 6 External Mic not working for Siri/Dictation

    I am finding that the external mic on my iPhone 6 works for phone calls and voice memos, but does not work for Siri/Dictation.  When I plug in the earbuds, they work for everything (including Siri/Dictation).
    Was chatting to Apple support who had me reset all settings.  I thought that worked, but realized that after a reset, Siri is off and I was talking to "Voice control" (which works).  When I turned Siri back on, it does not work.
    I have two questions for the community to see if you can help:
    1- I have been assuming this must be a software problem since the mic does work for non-Siri access.  But is that true?  Is there a hardware component that Siri depends on which could be faulty here?
    2- If it is software, what action should I try to address it?  I have done a reset all settings already and that did not help.
    Doug

    Hi, everyone.  I talked to Apple Genius at Apple Store last week, she said it should be a software issue and I needed to reset my iphone 6 plus as a new device and I can not use the backup restore from my iCloud, it was because the microphone bug or glitch can be in the backup also. Ok, followed her advice, erased all contents and set my iphone as a new device , the microphone worked for an hour, but went bad again.  I used "voice memo" app from Apple to test the microphone. It is the best tool since it doesn't involve any provider's network and it doesn't need another person's phone to listen and test.  If you can hear your voice recording clearly, then the mic works.  I tested it 3-4 times a day for a few days now, half of the time the mic doesn't work.  So, set as a new device isn't working. The issue is intermittent and it comes and goes as it likes, so very annoying. I carry my Apple EarPods with me in these past few days ust in case I need to make important phone calls.  Will need to go back to Apple Genius this weekend for sure.  Will give update after the weekend.

  • External Display not working (descriptive details in post)

    Hello
    Background:
    I have been using a black Macbook (last year's model - before the aluminum ones came out) and connecting it to a VIZIO VW22L HDTV10T (television/monitor) via a mini-DVI to VGA adapter.
    This setup always worked, although it was a bit finicky (I'd have to plug it in before closing the display to get in to work in clamshell mode, for example). I get the feeling from reading other forum posts that this is the normal case, though (which so far has been my only real gripe with OS X).
    Anyway, back a couple months ago I wondered if this finicky-ness was partially caused by a messed-up preference file, so I decided to try and fix this. In the ensuing tweaking, I somehow caused my Display preferences to disappear.
    After much effort trying to fix the problem, I eventually called Apple support, which ultimately recommended that I reinstall OS X. I didn't do that, and continued to work at the problem. I eventually was able to bring it back by going into my Time Machine backups and restoring all the Display preference files (I used old preferences from back when I got the external HD, so I knew they'd be "uncorrupted). However, now I'm having problems with my external display, namely that it is not working.
    This problem started early this year, so it might have been caused by the 10.5.5 update, but since I had all these other problems going on, I'm not sure if that was the case.
    Problem:
    The Macbook doesn't seem to recognize the display, or is having problems routing video to the display, or something.
    If I plug the display into the Macbook while it is running normally, the Macbook LCD will flash blue (like it picked up a new display), but them come back to normal. The monitor will go out of sleep mode for a second, but then display a "No signal" message. If I attempt to "Detect Displays" the Macbook screen will either flash blue (as before) or just do nothing.
    If I have the display plugged in when I start up the Macbook, everything will proceed as normal until the time the desktop would be displayed. Instead of this, I just see a blue screen (like some generic desktop before any background is applied). The menu bar, the dock, and icons do not show up. However, I can hear various audio cues telling me the computer is running fine except for htis problem (email notifier going off, etc.).
    I know the problem is not faulty hardware, because when I boot my Macbook into Windows, everything works perfectly. It therefore follows that it is an OS X problem. I downloaded both Cocktail and Applejack and run various repairs on them (most notable repairing preferences), but nothing has changed.
    Any suggestions about how to try fixing this? If there's any technical detail I've missed, let me know.
    Thank you in advance to everyone who tries to help.
    -Richard

    I have same problem. MacBook Pro (new, 2014) upgraded to Yosemite. Had been running with ViewPoint high-resolution, 27" monitor, HDMI. I tried Thunderbolt connection -- it connected, but it would not allow the external monitor to run at its native resolution (2560x1440). It would only display properly using HDMI. Just 3 days ago after I installed the latest OSx software update, and my external monitor problems started. On startup, my MacBook screen flickers non-stop. I can fix problem eventually (after several tries) by disconnecting the HDMI cable, turning OFF the external monitor power, turning external monitor back ON and then plugging in the HDMI to my MacBook Pro. This is very inconvenient.
    I will try using the Thunderbolt cable. When I tried it in the past, it connected, but it wouldn't display the native resolution of my external monitor (which is 2560x1440). Can only get this resolution now with HDMI.

  • External drive not working on iMac, but works on Macbook Pro

    I have read a few different threads relating to this question, with no real luck of a permanent solution.
    I have an external drive that works perfectly on my Macbook Pro. My new iMac will not show the drive though (both with the current software).
    The drive itself shows a power light and appears to be running/powered by the USB port.
    I have tried several ports.
    It does not show in Disk Utility.
    The option in settings is set to show the drive in finder and on the desktop (I have checked this).
    I have tried restarting the iMac.
    I have also had this problem after the iMac has been turned off overnight, and turned on in the morning (and then plugging the drive in after powering on).
    I resolved this issue once by turning off the iMac, removing the power cord for a few minutes, and powering it up again.
    I don't think it should be something I have to do every time I would like to use the drive though - It would be very irritating if I had to do that every time.
    Any advice or options here?
    The iMac has only been used since Christmas day, 2014 - and has had this problem since that day (in which i solved it by the turn off/unplug thing).
    Sorry, I am aware this question has been asked a lot. I haven't come across anything that is giving me a long-term solution to this problem.
    Happy new year!

    Some USB-powered drives are just crappy. They require too much current from the USB and cause the bus to fail or the bus can't provide enough power for it to fully spin up. You can often hear or feel them clicking periodically (like once a second) as they are trying to spin up.
    If this is the case, a powered Hub, external power supply, or Y-cable will be necessary to consistently use the drive.

  • External Monitor Not Working With Macbook Pro

    My computer was working fine with an external monitor, then my computer froze, and I had to hold down the power button. When I turned it back on, my computer would not work with an external monitor. I've tried different cables, so it's not the cable. The monitor is being detected by the computer, but nothing is showen on the external monitor. When connecting the monitor to the computer, the computer's screen goes blue, then turns back to normal. I
    I cannot reset the SMC by removing the battery, I do not have the confidence to remove my battery, and do not have the time to send the computer to someone else to do it.
    I also tried updating my OS from 10.7.4 (Might've been 10.7.3) to 10.7.5.
    My computer is a MacBook Pro (13-inch, Mid 2010), running OS X 10.7.5 Lion.
    I need to get this problem fixed ASAP, any help is appreciated.
    Kind Regards,
    Sergee237

    I forgot to mention, I'm connecting the monitor via MiniDisplay -> HDMI. I've also tried USB -> HDMI and USB -> DVI -> HDMI but none of them seem to work.

  • Macbook air stuck in No bootable device, external keyboard not working.

    Hello.
    Yesterday tried to install Windows 7 via Bootcamp. As everyone else got to "No bootable device - insert boot disk and press any key."
    After few seconds I realized that keyboard is not working. Googled it and found out that I need to buy an external keyboard.So I did.
    Guess what,external keyboard is not working too. Tryed with different PC, it worked with them.
    So what now?

    The Formatted test drive did not have Any OS on it. I just thought that since that was how I installed it originally, that it would work.
    I put in SSD straight out of package, connected Firewire drive with SnowLeopard install, and it booted to it and asked me for to install to which drive, I choose SSD and it took off..
    So what your saying is, do the same thing but hang SSD from broken Mini onto working Mini and boot up with same Firewire drive, and have it install OS back onto Broken SSD drive.
    Assuming all of this works correctly, why would plugging it back into broken Mini work? Wont the Broken Mini still be looking for BootCamp to finish what it started? (just seems that way from what I've experienced so far)

Maybe you are looking for

  • Byte to string

    byte[] bytearray=...............already initialised String s=""; for(int i=0; i<bytearray.length; i++){ s+=( char )bytearray[ i ]+","; Now how do i get back??????

  • Cannot install 8.1.7 Linux Oracle

    Hi, I downloaded the 8.1.7 Oracle linux version from ORacle.com. But when i tried to install it it does not work. I created the oracle and apache users. I de-tared the file on the hard disk. - I can launch X11 apps from the user oracle (so it's not a

  • Update-SPProfilePhotoStore Error

    I am trying to update the user profile pictures with the Update-SPProfilePhotoStore -MySiteHostLocation https://sp.test.com/my/ -CreateThumbnailsForImportedPhotos $true and it is encountering this error. The my sites seem to have a document library c

  • Can i sync my ATV with IMac, if they are connected by the airport express?

    My IMac is connected to Airport Express and the ATV is connected to Airport Express too, is it possible to sync them? I can't find ATV in ITunes

  • I need to do a factory reset for a Go desktop 6835 with Windows XP Does anyone know how??

    Does anyone know how to do a factory reset on the pavilion desktop 6835, ruining Windows XP?? I've tried what I did on my HP laptop, but it only restored the settings.