Firefox constantly freezing due to issues with Flash. Please help.

I was running the firefox 20 beta (and have been for a while) when in the last few days, suddenly any time I tried to open any site that used even the slightest amount of flash, the browser would freeze for minutes on end before finally releasing a "plugin error" type message about Shockwave Flash. If i clicked 'continue' it would stay frozen. If i clicked 'stop script' then sometimes it would fix it, but most of the time it would keep freezing and showing that same message over and over until I stopped the process in task manager.
First I tried to update flash and shockwave- both are up to date. So i decided to delete the files themselves and the programs via add/remove and reinstalled them. Still did not fix the problem.
Next I tried to do a reset firefox to default state. This didn't work. I tried doing it again with the flash files deleted/uninstalled AND I rebooted the computer and the problem still persisted.
Finally, I tried to downgrade to a more stable version of firefox, so I downloaded 19 and it still didnt work. Tried the uninstall/re install for flash one more time and nothing.
At this point, I cannot access about half of the pages I usually go to on the web and I need help here, please anything will do.
One thing that I noticed that might be helpful is that no matter how many times i uninstalled or reinstalled flash, every time it would try to run, task manager would show two instances of it, each using different amount of memory.
again, please please help. If there is any solution short of a total wipe it would be greatly appreciated

hello, maybe it's an issue with the protected mode in the flash plugin - you could try if [https://support.mozilla.org/en-US/kb/flash-113-crashes#w_solution-2-downgrade-to-flash-10-3 downgrading to flash 10.3] (which is still supported) or [http://forums.adobe.com/thread/1018071#TemporaryWorkaround disabling protected mode] makes a difference.

Similar Messages

  • Image Gallery issues with Lightbox2 - please help!

    Hello there,
    I am using Lightbox2 image gallery.  The loading.gif and close.gif aren't showing up and I think there's an issue with the path in the lightbox.js file.  The loading and close gifs are located in the Images gallery so I changed the path in the lightbox.js file accordingly - I've gone through this many many times but they are still not showing up.
    Can anyone please help me?
    My website is: www.labellepetraie.com
    Here's where I downloaded the script from: http://www.huddletogether.com/projects/lightbox2/#how
    I have tried all the path combinations mentioned in their forum but to no avail.  What am I doing wrong?
    Thank you for any help you can offer to me.
    Regards!

    Interesting.  I've just looked at your scripts, and it would appear that you have blended two versions of lightbox2 on your page,.  Is that possible?  The lightbox.js file has no function called initLightbox() in it, whereas older versions do.  So, try changing this:
    window.onload = function(){ // use this instead of <body onload …>
         MM_preloadImages('../3websites/home4.jpg','../3web sites/amenities1.jpg','../3websites/inquiry1.jpg','../3websites/rates1.jpg','../ 3websites/photos1.jpg');
            initLightbox();
    to this:
    window.onload = function(){ // use this instead of <body onload …>
         MM_preloadImages('../3websites/home4.jpg','../3web sites/amenities1.jpg','../3websites/inquiry1.jpg','../3websites/rates1.jpg','../ 3websites/photos1.jpg');
            //initLightbox();
    to see if that works.  I think so.  Turns out the initLightbox() function call that we activated by fixing the code before is no longer needed by the lightbox2 script as of v2.04!  I see that it still tells you to put that function call in the body tag, but i think that is wrong (which is very weird to say, can I really be right???).  If you look at the example page online you'll see that he uses this body tag:
    <body>
    and there are no onload's anywhere. 
    Let me know.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Another person who has a problem with Flash - Please Help!!

    I have a Dell Dimension 4700 Intel (R) Pentium (R) - 4 CPU   2.80 GHz    2.79 GHz    504 MB of RAM
    For a few years now I would have to restore the computer to an earlier time after an update was done in order to view youtube, etc.  It seemed that when my computer did an automatic update it would mess up the flash player.
    My husband just recently did another update and now the flash isn't working and the computer won't restore anymore.
    I keep getting the following messages:  adobe flash player active x set up failed to install 19166
    program error:  failed to register      status installation complete
    I have uninstalled and installed the flash several times
    everytime i go to install flash it says:  Adobe Flash Player 10:  This application has been downloaded before.  Reload?
    Then I get:  Your security settings do not allow websites to use ActiveX controls installed on your computer.
    I don't want to take this somewhere because I have a feeling that will just wipe the computer clean and I have a feeling it is something stupid that I'm not doing.
    Please Help.

    OK...Check, check...did all that. I am cutting and pasting a segment from the flash troubleshooting page because its exactly what is happening to me. There were no responses to help this person.
    "I've tried installing flash player 9 but am not able to do so. It will begin installing but when it gets to 'items remaining: 4' the progress bar continues to move and underneath says searching but nothing happens. I tried leaving it on all night but same thing when I came back in the morning. When I close the installer it then says 'stopping now may result in an incomplete set of software' Also, when I tried uninstalling previous versions, the uninstaller does nothing. It says 'items uninstalled: 0' and 'processing', but same thing, the thing spins but nothing happens. i tried the other steps given to see if that helped but nothing seems to work."
    Here is the page...
    http://sdc.shockwave.com/cfusion/webforums/forum/messageview.cfm?forumid=44&cati d=184&threadid=1267248&enterthread=y#4577694
    I tried some of the suggestions above the last two posts. But it looks like my problem is the same as those.
    I even tried to post on there but from what I see it looks like I have to have flash to do it...I get the page with the blue lego brick.
    I'm pulling my hair out. I didn't realize how much of the internet ran on flash.

  • Constant Problems with flash, Please help Urgent for University work

    Hello Im having problems, my 1st frame code is
    stop();
    import flash.events.MouseEvent;
    sync_btn.addEventListener(MouseEvent.CLICK, onClick);
    function onClick (e:MouseEvent):void{
    gotoAndStop(2);
    This seems to work fine, and get my to the 2nd frame, which is where i have problems, my aim is to make a button to continue, and a button to go back to the first frame i p much copied what you used.
    stop();
    SyncMusic_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler1);
    function mouseDownHandler1(event:MouseEvent):void {
    gotoAndStop(3);
    BktoConfig_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler2);
    function mouseDownHandler2(event:MouseEvent):void {
    gotoAndStop(1);
    The instance names were copied straight from where i named them so they are right, this is making me mad because ive been working on cs5.5 at uni, and on cs4 at home and my cs4 doesnt run my cs5.5 work i had made a start on (where all this was working)
    I keep getting the error :
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Untitled_fla::MainTimeline/frame2()
    at flash.display::MovieClip/gotoAndStop()
    at Untitled_fla::MainTimeline/onClick()
    And the button going back doesnt work, Im in urgent need of help because this assignment is due next week, and ive been working on it for at least 2 weeks now and nothing i can do seems to be working.

    The 1009 error indicates that one of the objects being targeted by your code is out of scope.  This could mean that the object....
    - is not in the display list
    - doesn't have an instance name (or the instance name is mispelled)
    - does not exist in the frame where that code is trying to talk to it
    - is animated into place but is not assigned instance names in every keyframe for it
    - is one of two or more consecutive keyframes of the same objects with no name assigned in the preceding frame(s).
    If you go into your Publish Settings Flash section and select the option to Permit debugging, your error message should have a line number following the frame number which will help you isolate which object is involved.

  • USB 3.0 Hub Issue with W510 Please Help

    I tried to search for this but no luck.  I just bought a Syba 4-port USB 3.0 hub to use with my W510.  After plugging in the power and then the USB cord, the drivers installed and everything seemed fine.  After restarting the computer I noticed that I had lost Bluetooth (even the LED was off).  I tried restarting again and using the Function-F5 keys but Bluetooth wasn't even an option.  I disconnected the hub, restarted the computer, and was able to see and reenable Bluetooth.  I repeated the problem, and now have resorted to hooking up the hub to my desktop.  To make sure it wasn't a "hub" issue I tried a USB 2.0 hub with the laptop and it booted up just fine, with Bluetooth still enabled.  Also, while I didn't confirm it, somehow I think plugging the Syba hub in (AC adapter) and then inserting the USB cable actually turned my computer on...weird.  Does anyone know why this USB 3.0 hub won't let my computer boot normally?  Can anyone recommend a USB 3.0 hub that can be left plugged in and doesn't have any boot or Bluetooth issues?  I couldn't find a BIOS setting that might be the culprit.

    There appears to be a BIOS bug with the latest BIOS (1.34 for my 4318 CTO W510).  After the above failed attempt to hook up a USB 3.0 Hub I tried a different brand (Monoprice) and had exactly the same result.  You can't have a hub (with AC Adapter attached or not) to my laptop without it disabling Bluetooth at bootup (the radio is unavailable in Windows until you unplug the hub, restart the computer, and reenable with Function F5).  I've elevated the issue to Lenovo and hopefully they'll have a BIOS update...it isn't a driver issue (I don't think) as the Bluetooth gets disabled prior to Windows booting.  Has anyone else successfully been able to get a USB 3.0 hub to work, while mainting Bluetooth?  By work...I mean not having to plug and unplug everytime...you should be able to leave it plugged in, turn off the computer, turn on the computer, and everything still work.  Frustrating.

  • Recording issues with sound PLEASE HELP

    Hi I am currently trying to record a home movie from VHS to DVD.
    Playing the tape via the InterVideo MSIPVS program I have excellent video and sound. now here is where my problem lies.
    When select to record from the program it records the video perfectly but not the audio. I am just curious as to what the problem maybe. I looked in the record tab on the setup menu and it gives me the option to select the video input source but not the audio input source. I have the audio input selected in the device tab and this allows me to hear the tape that is being played on my computer.
    I have read a few of the forum posts and none really seem to cover this problem. I am just curious if there is something I may have missed or done wrong on install that may have caused this.
    Currently running  :
    AMD XP 1600
    1gig Ram
    TV@anywhere Master
    Geforce 5600XT
    onboard sound
    Win 2k Service pack 4
    DirectX 9c
    Any help would be GREATLY appreciated as I am about to throw this thing in the wood stove and light it.
    Thanks in Advance

    I have exactly the same problem!
    Record video and on playback only get picture.
    Strangley I have noticed that if I pause and dont shut MSIPVS then sound on the recorded file will play. But, if you shut down the programme you dont get sound with the picture. Also if you do this you get a file TShift in the folder where the recorded file is stored.

  • Serious issues with ipod - please help soon!!

    My ipod ran out of battery a couple of days ago. i plugged it in to charge overnight, but when i woke up just the apple logo was on the screen and the ipod had not charged at all.
    eventually after trying a few times i got the ipod to charge. when it had i went to play some music but it came up as having no songs. no pictures, no albums, nothing. but when i go into setting it says more than half my ipods capacity is used up and its all listed as 'other'. now when i plug it into my computer its saying its corrupted and i should restore it.
    i really really dont want to lose all the music thats on my ipod cos its not on my computer. would be great if anyones got any ideas!

    Hi, almost the exact same thing just happened to my ipod. And i have the same problem with not having the songs backed up on the computer.
    What i think i will have to do is copy all the music off the ipod onto the computer. You do this by going to "my computer" and clicking on your ipod icon. From there you click on the "tools" then "folder options". After that select "veiw" and change from "do not show hidden files and folders to "show hidden files and folders". Close that small window down and folder should appear call "ipod control" double click on it and then right click on the "music" folder, click copy and then paste into "my documents". Make sure that after the folder is copied you unhide it by right clicking and then clicking "propertys" and unhide.
    After that, you can go to itunes and click "file" then select "add folder to libary" then chose the music folder in you documents...
    I hope it works and i have made it clear enough for you.
    I know just how you feel about loosing all the stuff....
    Nathan

  • Plugin issue with CS4 - please help

    I'm trying to open a InDesign CS4 file and I get a "Cannot open file, please upgrade your plug-ins to their latest version or upgrade to the latest version of InDesign." I did the InDesign upgrade but I can not find anything on upgrading plugins. Plus what's really weird is it is saying it can not find all the Adobe pluging and I have all of them loaded.
    Please help!!!

    It's a CS5 file, most likely.
    Bob

  • Firefox 3.6.23 having freezing and rebooting issues with Adobe Flash Player 11 Plugin

    Firefox 3.6.23 is experiencing constant freezing and rebooting issues with Adobe Flash Player 11 Plugin, not sure if it is a conflict issue or not.
    Since the update there had been no reported issues till today when the blue screen came up on me, this issue prior to plug in 11 had occurred at least 6 times, this issue only happens on firefox.
    I do not wish to update since recent firefox browsers seem to have a lot of ongoing issues.

    Anyone able to help please?
    Thanks.

  • After the recent update I am having issues with Flash based games freezing and not responding.

    After the recent update I am having issues with flash based programs not running or loading correctly.  The programs will not load or take an extremely long time to load compared to jsut a few days ago.  This happens across the board on anything flash based.  Also, once they do load they will freeze, stop responding or need to be constantly refreshed to come back alive which is short lived at best.  I went thru the help and did all the file deleting, cache clearing, disabling hardware acceleration, removing then reinstalling flash, and even removing and reinstalling my browsers.  None of this has helped at all.  I am using Chrome and it is up to date and I checked my Flash player and it is up to date.  I am running windows 7 64bit.

    Here's what you're up against guys,
    Adobe writes the base code for Flash Player, and then hands it off to Google, who adapt it to a PPAPI plug-in (it's NPAPI when Adobe writes it). It's then "PepperFlash" and Google embeds it in their Chrome browser. While Google is pushing a "webwide" move to PPAPI Flash Content, a reinvention of the wheel so to speak, not everyone "got the memo", and Google is slowly making it so that PepperFlash will block NPAPI Flash content from running properly, and you have to disable PepperFlash to force the NPAPI plug-in to work, which sometimes fixes it, sometimes not. I have a feeling this is only going to get worse. HTML5 will eventually resolve the video end but game developers need to come up with something that won't require a plug-in.
    And to the first post:  Since PepperFlash is embedded in Chrome by Google, you can uninstall and reinstall Flash Player from here until your hard drive literally seizes up.... guess what? It has NO EFFECT at all on the PepperFlash plug-in in Chrome because it's a separate file in a separate folder and the uninstaller & installers don't have anything to do with it.

  • Interface freeze issue with Flash Projector

    I am facing an interface freeze issue with Flash Projector running a flex state based application. A Flash Projector exe was generated from a standalone flash player ver 10.2. The target machine on which the problem occuresd has 10.3.
    Basically "screen freeze" means that the user interface is running as usual on Flash Player, but it's not responding to any user input (like button presses). But if we alt-tab to another application, the state changes in the Flash player. There is display with buttons on the screen, but touching the buttons or doing anything else - it did not respond.  Rebooting the computer fixes the problem.
    Can you suggest why this is happening? Is there any known bug in Flash Player.
    The problem is this is being hard to reproduce on the developer workstation as it doesn't happen always. But it happens quite often on the target machine running an Intel Atom N270. What debugging steps can you suggest?
    Problem Description : http://www.youtube.com/watch?v=z25oV9QWRyk

    First, thanks for the video.  Having this always makes it much easier to understand the problem.  A couple of recommendations.  First, if you feel like this might be a player bug, please add a new bug report over at bugbase.adobe.com and if possible please include any sample code or swf's that can help us reproduce the problem internally.  Linking the video would also be great.  In addition, would you mind reposting this question over on the Flash Professional forums?  This forum is primarily for end users, the Pro forums will get you in touch with a wider developer audience who might have additional feedback.
    Thanks,
    Chris

  • Sollution to Firefox 3.6.8 issues with Flash 10.1.53.64 !!

    Sollution to Firefox 3.6.8 issues with Flash 10.1.53.64 !!
    Had the well known problem after upgrading to 3.6.8.
    Found that many people had the same problem also.
    After investigating A LOT about this one i've found that if you set, in about:config, the parameter " dom.ipc.plugins.enabled.npswf32.dll " to FALSE it solves the problem !!
    So...
    dom.ipc.plugins.enabled.npswf32.dll == false

    While I have not contacted Adobe, I am sure the answer will be don't use Firefox 3.6.8. ( The compliment to the answer you gave. It not Firefox that has the problem but Adobe.)
    Since the only solution that I have seen is to disable the key reason to use Firefox 3.6.8 (crash protection) then the problem would appear to be in how Firefox as done the crash protection.

  • Issues with Flash Pro CS5 on Mac

    Hi,
    I recently bought a MacBookPro 15", 2.4 GHz Intel Core i5, 4GB 1067 MHz DDR3 and CS5 Creative Suite. Built in Intel HD Graphics and NVIDIA GeForce GT 330M.
    Hi have some issues with Flash Pro:
    - when objects on the stage are quite big (for example a 800x3000 movie clip), it start showing strange colors and wrong position, however when double clicking the movie clip to edit it, it looks correct. Also no problem when publishing. See images attached, the first one is correct, the second one shows the problem, when editing the mc in the 2nd image i get the third image that is correct.
    Correct:
    Wrong:
    After entering editing mode:
    - after a while, when making a change in the stage or in the time line (deleting frames for example), it doesn't show it immediately, but i need to refresh the page. This happens more when opening many fla in the same time. Closing and restarting Flash fixes it, for a while.
    - after a while it doesn't show when selecting an object, the object looks like is not selected, however i can see that it is in the properties panel.  This happens more when opening many fla in the same time.  Closing and restarting Flash fixes it, for a while.
    Hi have been using CS3 and CS4 with less powerful computers before (always mac) and i never encountered these issues.
    Removing preferences and Application support files didn't help. I also updated Flash  to v. 11.0.1, but no joy.
    Does anyone know what's the problem?
    Thanks a lot.
    Mike

    Based on some searching and testing, it seems that if you redirect ~/Library/Application Support/Adobe/Flash CS5 to a location on the local hard drive, rather than the network account storage, the problem ceases.
    I hope this helps anyone else who may run into this problem.
    Take care,
    Branden

  • Having Major Issues with Flash Player

    Using IE 8,  64 bit, flash player 11.4.402.287
    Having major issue with flash player! can not play a lot of games on FB. Games tell me that i need to update my Flash Player, PC says I have the latest version installed already.Ok, thought i would uninstall/reinstall...no go. Will not uninstall, says I need to close IE...which none are open.  This issue has been going on for weeks now.  I have done everything the help said to do and still not working.  I need HELP!

    im using the recent adobe flash player
    windows XP, internet explorer, 10.045.2, 32bit
    im not sure how this works, but im sure all that is correct:)
    if you need additional infomation, just let me know

  • Issues with Flash player in CC

    Hi,
    I am facing this issue with Flash in CC. We have recently upgraded our Adobe suite from CS6 Master Collection to Adobe Creative Cloud ENT.
    The video playback in the software(Flash in CC) is incredibly slow and choppy, which makes it difficult for students to work on their animation.
    This is happening with all PCs using Flash CC, there are few students who have Flash CS6 on their PCs and they aren’t having this problem.
    Thanks,
    Ram

    Hi Mohan,
    Thanx for the response. below are my specs:
    Specs:
    Windows 7 Pro, Service pack 1, build 7601
    Intel Core i5 760 2.8Ghz
    5 GB RAM
    Nivdia Gefore GT 220
    Just tried your recommendations.
    The performance issue exists for both the stage/timeline playback as well as test movie. I tried the suggestion to close the timeline and it doesn’t seem to make any difference.
    When playing back footage, the FPS display on the timeline can be seen to fluctuate.
    I’ve also tried another thing: Closing Flash CC and opening the test movie SWF file, which opens in Flash Player 11 and it plays perfectly fine.
    Tanx.. Ram

Maybe you are looking for

  • Sales orders with expired dates should not consider in MRP

    Hi, My requirement is that when i m running MRP for sales order for which expiry date has already been lapsed or over.sysyem should not create any mrp elements(Planned order) for such Sales orders. We have maintained one Z table which gives the valid

  • How can I get a SOAP Error message in ABAP ?

    Dear all. I'm trying to get SOAP Error message during XI Interface. I've got an Error ( T-code : sxi_monitor ) and I need to get the Error message and write to screen. I used CATCH CX_AI_APPLICATION_FAULT. CATCH CX_AI_SYSTEM_FAULT. but couldn't get t

  • My mini keyboard for mac stopped writing

    i can only write with keyboard viewer

  • Satellite U500-1DZ DPC latency problem with the graphic card geforce 310M

    Hello I have a problem with de DPC latency cause by the nvdia card driver. I use my computer for audio and it's really not possible to work. graph with geforce abled : http://nsm04.casimages.com/img/2010/09/22/100922123519210586795529.png when i disa

  • How to move plug-ins from old to new elements?

    I just purchased and downloaded elements 11. How do I move my Topaz and OnOne plugins from my old elements 10 to my new 11? Also I am having an error 1316.A when trying to uninstall elements 10; got rid of editor but not organizer; what should I do t