Firefox Mac: Flash no longer works after upgrading to latest version of Yosemite.

I'm running the latest version of Yosemite and with the recent upgrade, I can't get any video (Flash, YouTube, etc.) to run using Firefox. Works fine in Safari and Chrome. I did all of the usual permission repairs, reboots, Firefox resets, etc. Nothing seems to work. Any advice?

With a bit more digging on the net... I fixed it!
Check this crazy stuff out:
AS3Verbose=1 # Traces detailed information about SWF  ByteCode structure and Runtime parsing of the bytecode
http://jpauclair.net/2010/02/10/mmcfg-treasure/
In mm.cfg is bad. Turn it off, everything's happy. Some add-in must've turned it on for me.
Zen

Similar Messages

  • ITunes has stopped working after upgrading to latest version.......

    I recently upgraded my iTunes software but ever since I did that, I keep getting an error message that says, "iTunes has stopped working". I have included the info from the error. I am using Windows 7 64-Bit. I hope someone can help me with this. I miss my iTunes.
    Problem signature:
    Problem Event Name: BEX
    Application Name: iTunes.exe
    Application Version: 10.2.0.34
    Application Timestamp: 4d6dd34e
    Fault Module Name: icuuc40.dll
    Fault Module Version: 4.0.0.3207
    Fault Module Timestamp: 4d3b6a8e
    Exception Offset: 00073335
    Exception Code: c0000409
    Exception Data: 00000000
    OS Version: 6.1.7600.2.0.0.768.3
    Locale ID: 1033
    Additional Information 1: e043
    Additional Information 2: e0436f8e95924b8cc03f3b6e8fbccbe6
    Additional Information 3: 3521
    Additional Information 4: 352153d1c7a000354229557e718745c3
    Read our privacy statement online:
    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
    C:\Windows\system32\en-US\erofflps.txt

    Hi and welcome to Apple Discussions, KLH.
    There are a few threads discussing this issue, including this one -> http://discussions.apple.com/thread.jspa?threadID=2771714
    That thread and a few others mention downloading the DLL from another site. Heres a direct link to the workaround/fix -> http://discussions.apple.com/messageview.jspa?messageID=13162938&stqc=true
    Also, there was a few posts asking what time zone people are in. What timezone are you in and is the computer updated?
    WTH.

  • I have Acrobat 7.0 updated to 7.1.4 which surprising no longer works after upgrading my mac os

    I have Acrobat 7.0 updated to 7.1.4 which surprising no longer works after upgrading my mac operating system to OS 10.8.5 (mountain lion), and gives an err message that system no longer supports PPc applications. I guess Acrobat 7 is a PPc application and wanted to know if there is any work-forward here to be able to keep using this product? I didn't see this coming.

    There may be parts of it that work if the MAC is anything like the PC. I have been able to get AA 7 to partially work on a Win7, 64-bit machine, but several work-arounds are required. The biggest one is the installation of a PS print driver and such. So, can you open Acrobat and/or Distiller? Do they seem to function? If so, there may be some workarounds. Otherwise you probably need to purchase AA XI. Actually, I would recommend purchasing the newer version anyway -- just trying to give you a picture of what might be possible.
    When you say it no longer works it is not clear what you mean. You may need to clarify and also indicated if you have tried repairing the installation and such. I can't say a lot more since I am not really familiar with the MAC.

  • Back to my mac no longer works after upgrading to Lion

    Back to my Mac no longer works after upgrading to Lion
    After I upgraded my home machines to Lion, I can no longer access them from my work computer, which is running Snow Leopard. When they were both Snow leopard, it worked fine. How can I get them working again? I don't have control over the OS on my work computer. Is it necessary for me to downgrade all of my home computers to Snow leopard in order to get them talking again?
    Additionally the binoculars icon appears in the menu bar all of the time. In previous versions, this would only happen when somebody connected to my machine. Could these problems be related?

    OK, so further investigation has addressed the BTMM issue on a remote machine.
    With all machines running lion, I was having issues trying to log in to a standard user headless machine already running.  In Snow Leopard, I had no issues with this since you can log in via screen sharing using an admin login that's running a standard login.  Lion allows multiple accounts to be signed in which is handy since you can now run virtual sessions.  This means you can admin the remote computer without bothering the remote user.
    The problem was that now logging in using admin login brings up the admin account (which makes sense) instead of the desktop to the standard login.  I applied a similar solution to a problem that was related to screen sharing I found on this board.  What I believe to be the fix is to add the standard user to the screen sharing user list.  Then screen share to the remote account using the standard user credentials. 
    So on the remote computer, in System Settings->Sharing->Screen Sharing, add the standard user to be allowed access.  Previously I only had admins.  This may not be an ideal solution for what I'm trying to do since the remote computers primary login is the standard user to be used as a common computer, but it now works so I am happy with it.
    Now my only "problem" is my AEBS complaining about my MobileMe credentials, but it doesn't appear to have an impact on BTMM performance so I'll quietly wait for a fix down the road.

  • Script no longer works after Upgrade to 10.4.6

    The following script worked fine using 10.4 thru 10.4.5 but no longer works after upgrading to 10.4.6.
    When I highlight a folder and then run the script the highlighted folder is moved to a specific "Achive" folder, depending on whether the highlighted folder has a ".0" or ".1" or etc in its name.
    When I run the script using 10.4.6 I get an error indicating that the highlighted folder already exists in the destination.
    Anyone else having Applescript problems with 10.4.6?
    --Bob
    tell application "Finder"
    activate
    set fname to selection as string
    if fname contains "0." then
    move selection to folder "ARCHIVE" of folder "0JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "1." then
    move selection to folder "ARCHIVE" of folder "1JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "2." then
    move selection to folder "ARCHIVE" of folder "2JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "3." then
    move selection to folder "ARCHIVE" of folder "3JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "4." then
    move selection to folder "ARCHIVE" of folder "4JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "5." then
    move selection to folder "ARCHIVE" of folder "5JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "6." then
    move selection to folder "ARCHIVE" of folder "6JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "7." then
    move selection to folder "ARCHIVE" of folder "7JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "8." then
    move selection to folder "ARCHIVE" of folder "8JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "9." then
    move selection to folder "ARCHIVE" of folder "9JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end tell

    I, too, immediately started having problems with my scripts immediately after updating to OS 10.4.6. I put my scripts in "Library/Applications/..." so that the scripts associated with particular applications are available in the menu bar. I don't know if that has any bearing on the problem, but for me, it was not any particular script, but just about every one that started going funny.
    First, I noticed that my scripts would typically work right once, but fail in some odd manner the second time I tried to use one. The second thing I noticed was that the modification dates of my scripts were changing to the time that I last executed the scripts, even though I had not altered and recompiled any of them in weeks. Finally, I noticed that the scripts that were failing were ones in which I had used property statements to initialize some of my variables.
    What I think is happening is this: for some strange reason 10.4.6 is recompiling scripts every time they are run, and variables are being initialized, not to the values specified in property statements, but to whatever the variable was the last time the script ended.
    I discovered that I could prevent this from happening by (1) recompiling all my scripts to make sure all the property statements were back in effect, and then (2) setting the permissions of all my scripts to read only. This seems to prevent whatever in 10.4.6 is recompiling the scripts from doing this each time the script is run. At least, the modification dates are no longer changing inexplicably, and all my scripts are running reliably again.
    It's a bit of a pain to have to remember to reset script permissions to read/write whenever I want to make a change, and then change them back to read only before executing, but it seems to be a reliable workaround. I'd appreciate hearing if anyone else can replicate this phenomenon, or tell me if I'm on the right track.
    Jeff Johnson
    Dual 1.2 GHz   Mac OS X (10.4.6)  
    Dual 1.2 GHz    

  • On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion. They DO work on a lenovo machine but not my imac

    On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion.
    They DO work on a lenovo machine but not my iMac. reset Pram - no luck. took speakers from wife's desktop, they
    do not work when jack plugged into my iMac - Sys Prefs "SOUND" only lists "internal speakers/ built in" as available options.
    I used my altec lansing speakers on 3 macs including this one for 5-6 years.....now with Mountian Lion I can only get internal speakers???
    Ideas? Any/All help would be greatly appreciated - been going nuts with this for 2 days now.

    Hi,
    When you start Messages fro the first time you are asked for an Apple ID
    When this is verified and entered it appears in Messages Menu > Preference > Accounts and is Enabled.
    The App should have also picked on on those iChat Accounst you had before.
    These should be Enabled if they were when you last used iChat.
    Exactly which "Accounts" are logged in can be seen in Message Menu > Accounts and will include the iMessage "Account" and Bonjour.
    In the Window menu you will see CMD +0 for the Messages window and CMD+1 for the "Buddies" window which is a combined list at this stage.
    Go to the Preferences > General Section and Untick the "Collect all accounts into one list".
    This will give you separate iChat type Buddy lists.
    You can check if that account/Buddy list is set to Invisible or if in the Preferences > Accounts > Security you have settings that will block some people from seeing you as On line.
    You are saying Buddies can see you as On Line which implies they are still sending to your AIM based Names (@Mac.com is a valid AIM Screen Name)
    I am not sure from your post if you are trying to iMessage their email IDs thinking they are Apple IDs and that they are using Messages as well.
    There is no Buddy list for iMessages side
    No-one can tell you are "On Line" until they have your details in the "To" spot in Messages with the correct iMessaged contact info (iPhone Number or Apple ID)
    Obviously an Apple ID can be an email or look like one.
    In some cases they are also valid AIM Screen Names as well.
    In the case or the @mac.com name you may have linked this Apple ID to iMessages as well.
    11:31 PM      Saturday; August 11, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • IPad app no long works after upgrading to iOS 7.1.1

    iPad app no long works after upgrading to iOS 7.1.1

    Did you try deleting then reinstalling the app?  Sometimes developers will need to update their apps for compatibility.  If it still doesn't work after reinstalling, wait a few days to see if an app update becomes available.

  • IPhoto no longer work after upgrading to Mavericks.

    My iPhoto will no longer work after upgrading to Mavericks. iPhoto will not update. How do I fix this?

    kmg55 wrote:
    Just upgraded and Iphoto will not work,
    Check that iPhoto is v9.5.1 (In Applications, highlight iPhoto, and ⌘I)
    If it is v9.5.1, then hold option-command and click the iPhoto icon and go through the repair steps.

  • HT2188 home button no longer working after upgrade to io6 on my iphone4...any ideas to fix this problem

    home button no longer working after upgrade to ios6 software on my iphone4..anything i can do to frix this or apple send me a new device.  phone no good without a home button

    The button's broken.  S**t happens.  Apple will replace your phone.  If in waranty it will be free of charge.  If not, you will pay $149. 
    You can elect to have it repaired at a 3rd party shop near you if you choose, but this will void all warranty if there's any left.

  • Microphone no longer works after upgrade to windows 8.1

    After upgrade to windows 8.1 my internal microphone no longer works.
    I tried installing updates suggested in other posts with similar driver problems but they did not work.
    HPSupportSolutionsFramework-en-11.51.0048 did not work.
    My internal microphone is IDT High Definition Audio Codec
    When I go through the control panel  and look at it - it shows a status of "not plugged in"
    Please help 
    thanks

    OK I am a little confused.
    There has been no response on this subject in over a week. Not since I responded to your questions regarding product name and number.
    However I just received the following email from you:
    Hello gordml,
    The questions you posted on the HP Support Forum recently received one or more answers.
    Question: Microphone no longer works after upgrade to windows 8.1
    Date: Sun Dec 21 01:01:56 PST 2014
    View the answer(s).
    Did this reply resolve your post or question?
    If yes, then share the good news! Let others know this reply was helpful by accepting this solution.
    You can also show your appreciation by giving kudos.
    We appreciate your feedback. It's what keeps our community such a helpful, vibrant place for our members.
    Thanks for being a member!
    The HP Support Forum Team"
    Why would this be sent to me if there has been no recent replies on this issue?

  • Iphone 5S issue after upgrade to latest version 8.1.2

    hi,
    recently i upgrade my phone to latest version 8.1.2 , brought me 2 new issue
    1) siri - sometimes can't awake when using speak command " hey siri " in charging mode
    2) battery stability -  Battery start behave strange after > 35% , can drain to 19 or less in a seconds, previous version able to sustain until 3% before the device ready to switch off, now the device dead in 19~10% force device to shut off , when put the charging cable to phone turn on with battery meter approximately 30% >
    i have this issue quite sometimes after upgrade to latest version
    3) app crash- the devices sometimes crash, quit the app or freeze but this  rarely happen
    hope can come out some version to fix above matters, which can be such annoying especially the second issue as highlighted.
    thank

    RESOLVED - I can't believe it, but I have actually figured this out.
    Getting frustrated with going in circles, I decided to dig into security options.  First off, I opened Windows' Properties for the start-up icon for InDesign.  Right off, I noticed under the Compatibility tab that InDesign was set to run in Compatibility Mode for Windows XP (Service Pack 3).  This did not seem right, so I turned off the option to run in Compatibility Mode and re-started up InDesign.  Low and behold, the option Window | Mini Bridge was now displayed!  And it worked!
    Sorry to have bothered you gentlemen with this problem.  I really appreciate your assistance!
    Mark.

  • After upgrading to latest version of iTunes it will not remember my podcast password as it did before

    After upgrading to latest version of iTunes it will not remember my podcast password as it did before

    Hey becky612,
    Thanks for the question. I understand that your iPod nano is not recognized in iTunes after updating. The following troubleshooting articles may provide a resolution based on your symptoms:
    Windows
    iPod appears in Windows but not in iTunes
    iPod not recognized in 'My Computer' and in iTunes for Windows
    iTunes reports that "iTunes cannot recognize this iPod at this time"
    Thanks,
    Matt M.

  • Onboard Mac Lan no longer works after 1.9 update!!!

    I was using bios v1.8 and both my Mac Lan and my Giga Lan were working perfectly fine. Now that i updated to v1.9 my Mac Lan no longer works but my Giga is fine!!! 
    My Mac Lan still gets an ip address from my router, but i cannot ping the router nor anyone else on the network and my internet does not work!! So right now im using my Giga lan but i want my other one working like it was.
    I tried going BACK to v1.8 but it did not fix the problem, so i went back yet again to v1.9 and im still left with the same problem.  Ive tired disabling it and re-enabling it in both the bios and in windows and still nothing. Ive also tried re-installing the drivers and that did not work either. I even ran a Winsock Fix but that didn't fix the problem either.
    Is anyone else having this problem besides me? what can i do to fix it???

    Download new bios and extract it to a directory where you can find it (root of c:\ if you are lazy like me).  Run wminfo if you are paranoid about losing your mac address and copy it down for your nvidia adapter.
    Restart windows in safe mode.  Close every application down in task manager. 
    Run winflash as described below and CHECK ALL THE RIGHT BOXES TO UPDATE BOOTBLOCK AND TO CLEAR THY CMOS.  Read Syar's description below as that is what I used:
    Quote from: syar2003 on 30-July-05, 00:24:48
    No , floppy flash is not neccesary !
    Can use
    C:\Program Files\MSI\Live Update 3\FlashUty\Award
    winflash.exe
    Place checkmarks on bootblock/dmi area/update all/clear cmos
    During flashing you see it will verify the programming of the bios chip .
    And the good thing is unlike dos flash you can redo it if it fails , just by starting taskmanager and kill winflash.exe
    and start over (as long as the machine isn't powered down or restarted).
    I always say no after the flashing when asked to restart , exit the winflash utility , make a normal shutdown , turn off PSU for 10 seconds , then turn back
    on , enter bios and load optimized default , followed by a boot to build/update dmi pool .
    Kill all unwanted apps in the systemtray before running winflash and dont have any other applications running .
    Best way is to boot to windows safemode .

  • Reports no longer work after upgrading to SCCM 2012 R2

    I upgraded my SCCM 2012 SP1 environment to R2 and reports no longer work.  I've removed the site role, waited a day, and added it.  I've also verified the account (used by the reporting site role) has access to the DB and can logon locally.  The
    problem still persists.  Here's a copy/paste of the error:
    Microsoft.Reporting.WinForms.ReportServerException
    An error has occurred during report processing. (rsProcessingAborted)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    Microsoft.Reporting.WinForms.ReportServerException
    Cannot read the next data row for the dataset DataSet1. (rsErrorReadingNextDataRow)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    Microsoft.Reporting.WinForms.ReportServerException
    Conversion failed when converting the nvarchar value 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXscrubbed' to data type int.
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    I've tried many other TechNet solutions as well with no improvement:
    http://social.technet.microsoft.com/Forums/en-US/ae08aa43-054d-47e7-99fb-c4f101962478/reports-not-working-after-upgrade-to-sccm-2012-r2-?forum=configmanagergeneral
    http://social.technet.microsoft.com/Forums/en-US/77bad9b6-de0e-42d3-ae9f-e7c9d26b4330/reporting-error-after-upgrading-to-sccm-2012-r2?forum=configmanagergeneral
    Any other thoughts on this?

    So to be clear you have Done both the Mofcomp and Added the correct account to the Windows Authorization Access Group?
    What is version of SQL are you using?
    Is SSRS remote or local to CM12?
    What service account are you using for SSRS?
    Bases on the error message you are getting this within the console, Does the native SSRS report work? BTW I never recommend accessing the report via the console.
    http://be.enhansoft.com/post/2013/09/10/Should-Configuration-Manager-SSRS-or-ASP-Reports-be-Accessed-from-the-Browser-or-the-Console.aspx
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • My printer (HP Laserjet 2100) is no longer working after upgrading

    My printer (HP Laserjet 2100) is no longer working after the upgrade; it just spits out page after page of error codes and blank pages. I've tried using both the HP driver and a generic driver. This is being accessed over a network. Has anyone encountered this problem after upgrading from Lion?

    Hi,
    Make sure to install the latest HP Printer Drivers 2.11 update as it should resolve a Postscript printing issue and I believe it will resolve the problem.
    You may do so by clicking the Apple icon and then Software Update, you should see the update listed.
    For any further issue go to Library\Printers and remove the HP folder, then download and install the following package:
    http://support.apple.com/kb/DL907
    Hope it helps,
    Shlomi

Maybe you are looking for

  • Images in gallery now dark and dull

    I added some new photos to my iWeb photo gallery, but when published, they look much darker and duller on the page slideshow, both in Safari and Firefox, and reds especially look horrible. The original photos were saved down to sRGB so they'd look th

  • Whats is the use of delaring SubType of Exception classes in catch clause

    Hi, Just go through the following code. String ip="127.0.0.1";           StringTokenizer st = new StringTokenizer(ip,"."); int i=0,           while(st.hasMoreTokens()){                String str = st.nextToken();                try {                 

  • Error: couldn't create user

    hi, i have installed EP on WAS 6.40. when i am tring to create a user i am getting the error as : "Couldn't create User". can someone guide me as to how to resolve this issue.... please reply fast...

  • Date keeps changing randonly

    Hello I have a 64gb 3rd gen Itouch with os 4, i connect to a pc with win 7 i tunes 10. As of lately as in the last 6 months i will wake up and use my ipod calander for meetings and inportant dates and times. when i turn it on in the morning the date

  • Apple widgets keep appearing when installing new downloaded widgets

    hi, i do not use apple widgets at all. i dont need to know the weather, i dont like skying and i prefer to search google on safari. I always hide them, with the dashboard manager. everything is fine until i have to add a new widget: after it is insta