Flash Player Debug 14 incompatible with detect script

The latest release of the flash debug player (14.0.0.125) breaks the HTML wrapper scripts which are distributed with flash builder and are widely used by flex and other flash based applications.
More precisely the description returned by the plugin now reads "Shockwave Flash Debugger 14.0 r0" whereas the Release Player has "Shockwave Flash 14.0 r0".
Previously it has been something like "Shockwave Flash 14.0 d0" and "Shockwave Flash 13.0 r0".
Heres is the problematic code from the AC_OETags.js Script:
function GetSwfVer(){
    // NS/Opera version >= 3 check for Flash plugin in plugin array
    var flashVer = -1;
    if (navigator.plugins != null && navigator.plugins.length > 0) {
        if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
            var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
            var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
            var descArray = flashDescription.split(" ");
            var tempArrayMajor = descArray[2].split(".");           
            var versionMajor = tempArrayMajor[0];
            var versionMinor = tempArrayMajor[1];
            var versionRevision = descArray[3];
            if (versionRevision == "") {
                versionRevision = descArray[4];
            if (versionRevision[0] == "d") {
                versionRevision = versionRevision.substring(1);
            } else if (versionRevision[0] == "r") {
                versionRevision = versionRevision.substring(1);
                if (versionRevision.indexOf("d") > 0) {
                    versionRevision = versionRevision.substring(0, versionRevision.indexOf("d"));
            } else if (versionRevision[0] == "b") {
                versionRevision = versionRevision.substring(1);
            var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
    else if ( isIE && isWin && !isOpera ) {
        flashVer = ControlVersion();
    return flashVer;
For the Debugger "Debugger.undefined.14.0" is returned - which obviously is wrong.
This is actually a critical issue for us with a good number of clients affected

Here you go: https://bugbase.adobe.com/index.cfm?event=bug&id=3776250
Thanks

Similar Messages

  • How to install adobe flash player through command line with some script

    Hi Guys,
    Do you know how to install adobe flash player through command line with some script?
    Thanks,
    Galina

    Windows. I tried silent install  with "install_flash_player.exe /install" but it works only with one file that I downloaded from adobe.com - "install_flashplayer10_mssd_aih.exe". But it is possible to download this last file only one time, every next time it redirects me to download install_flash_player.exe file.

  • Flex Builder 3 Beta 3 Debugging not working with latest Flash Player Debug

    First to emphasize that never had such issues with Flex
    Builder 2 Beta 2 and Flash Player 9.0.47 Debug version.
    I downloaded Flex Builder 3 Beta 3 and installed it. Then
    trying to debug any Flex app (old or newly created) does not work.
    I don’t get any errors, but after some research I saw
    it’s nagging up on trying to connect to the Flash Player
    debug version.
    1. Uninstalled old versions of Flash Player (FP).
    2. Downloaded latest debug version of FP 9 (9.0.115) and
    installed it both for IE and Opera (Netscape-compatible).
    3. Installed Flex Builder 3 Beta 3.
    4. Created a simple Flex app.
    5. Ran it in debug mode.
    6. Showed a small window with title “Progress
    Information” and a progress + text: Waiting for Flash Player
    to connect to debugger…
    7. Two minutes later I got the error: “Failed to
    connect; session timed out. Ensure that: 1. You compiled your Flash
    application with debugging on. 2. You are running the debugger
    version of Flash Player.”
    Any idea what is wrong? I tried to download an older debug
    version but then FB 3 Beta 3 raises the error it’s expecting
    version 9.0.115. I searched to download FB3 Beta 2 (because I
    deleted it after downloading Beta 3) but unfortunately Adobe did
    their best to wipe it out from their links.
    Any help is welcome.
    System Specs:
    Windows Vista Ultimate
    Flex Builder 3 Beta 3 Standalone
    JRE 1.6 Update 3
    -Dimitar

    Hi Dimitar,
    Did you close all the browsers (and applications which use
    Flash Player) when you install Flex Builder 3 Beta 3 or Flash
    Player? You can try manually installing it from <FB install
    location>/player/ directory. Here're some
    installation/unintallation instructions of Flash Player:
    http://labs.adobe.com/wiki/index.php/Flex_3:Release_Notes#Installing_Flex_SDK_3_Beta_3
    thanks,
    Sharon

  • Flash player does not work with Ie or Firefox with win 8.1?

    Flash player does not work with Ie or Firefox with win 8.1 64, If i try and play a video I get the message to install Flashplayer.
    If I try and install it it says it is already installed. Your onsite  installer says it is not applicable to my machine.
    I have followed all the normal steps re enabling addons and active filters etc.
    all to no avail Pc is Dell 6 months old, Flashplayer has never worked on this machine. Last MS update mid Dec 2014.
    Version of flashplayer is 15....03.......

    Flash Player is a built-in component of Internet Explorer.  There's nothing separate to download or install.
    Firefox requires a different version of Flash Player (the NPAPI plug-in), which will be served to you if you go here: http://get.adobe.com/flashplayer using Firefox; however, there are some unique stability issues related to Firefox on Win8.1, and you're probably better off using Google Chrome if you want a more optimal experience with Flash Player.
    For problems where IE isn't being detected by sites that require Flash:
    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11

  • Why does Flash/Flex Builder 4 Premium downgrade to Standard when I install Flash Player Debug?

    Why does Flash/Flex Builder 4 Premium downgrade to Standard when I install Flash Player Debug?
    I installed a corporate install of Flex/Flash Builder 4 Premium, and verified that it was the Premium version was installed.  The Start Page said that Flash Player was needed to display the text, so I installed Flash Player 10 Debug -- first download link from here:
    http://www.adobe.com/support/flashplayer/downloads.html
    When I then started Flex Builder 4, the splash screen showed Premium, but as soon as the Start Page was visible, it showed "FB Adobe Flash Builder 4 Standard" --- Help | About showed Standard, and the splash screen from then on showed Standard.
    A Google search showed a work around for this, but it requires a license for Premium, which I don't have because our corporate install has it built-in:
    http://bloginblack.de/2010/05/adobe-master-collection-cs5-breaks-flash-builder-4-premium-a nd-how-to-fix-it/
    1. Anyone know how to resolve this?
    2. Can Adobe fix this?
    Thanks!

    I had similar problem. I was involved in Flash Builder prerelease program and few months later I installed Adobe CS5 Master Collection. After that I had a same situation.  Best thing was, my Flash Builder Beta was Premium version but acted like Standard, and FB from CS5 was Standard but acted like Premium. I removed CS5 and beta version of CS5. used CS5 Cleaning Fix and then reinstalled my apps.
    I was lucky that I didn't have many big projects involved in FB beta or CS5 workspaces, I heard some guys had problems with migrated workspace configurations but I don't know what was the problem.

  • Flash player debug library is old at download page

    I downloaded flash player debug library for linux. I installed it, reloaded browser and checked it's version, but it is 10.1.85
    It seems flash player debug library for linux is old at the download page of adobe.com
    How can I use the newest debug player?

    Sorry, this is not something I can help you with here in the user forum.
    You either need to contact Adobe Support, or file a bug report at https://bugs.adobe.com/flashplayer/

  • Flash player does not work with new ICS Android 4.0.4 OS. Has this problem been addressed?

    Flash player does not work with new ICS Android 4.0.4 OS. Has this problem been addressed? I am using Firefox Beta for android and I also tried just Firefox.

    Please check the Play Store app for any Flash updates and install them if present.

  • NetStream.send not working in Flash Player 11.2 Beta with Cirrus, Please confirm if it is a bug

    Title
    NetStream.send not working in Flash Player 11.2 Beta with Cirrus, Please confirm if it is a bug or feature
    Description
    Problem Description:
    NetStream.send can not send data to peerstreams when using with cirrus. Conflict with documents.
    Sorry for tag the build as 11.0.1.3 while the bug is actually on 11.2 beta since the bug report system didn't have 11.2 beta yet.
    If you are not responsible for 11.2 beta bug fix, please help a hand to handle this bug to 11.2 team.
    This bug is "killing" to your application, so we really appreciate your help. Thanks.
    ==Publisher==
    nc.connect("rtmfp://");
    var ns:NetStream = new NetStream(nc, NetStream.DIRECT_CONNECTIONS);
    ns.publish("sendtest");
    ...//after connection success.
    ns.send("clientfunction", "ok"); // this line cannot reach subscribers. even if subscribers have client object correctly.
    ==Subscriber==
    nc.connect("rtmfp://");
    var ns:NetStream = new NetStream(nc, cirrusid);
    var client:Object = new Object();
    client.clientfunction = clientfunction; // target function
    ns.client = client;
    ns.play("sendtest");
    Steps to Reproduce:
    1. compile the code in the attachment to SendTestExample.swf (not be able to paste it here)
    2. run it under flash player 11.2.202.19 beta
    3. run it under flash player 11
    Actual Result:
    HeartBeat is:
    Start HeartBeat:
    send hello
    send hello
    send hello
    which means NetStream.send was not able to call "clientfunction" as expected.
    Expected Result:
    Start HeartBeat:
    send hello
    in client function: hello
    send hello
    in client function: hello
    send hello
    in client function: hello
    which can call into the clientfunction as flash player 11 did.
    Any Workarounds:
    I can not find it out since it's an api level bug. But this can be very important for lots of applications which rely on send to do rpc.
    Test Configuration
    IE8, Firefox under Windows 7
    Also have problem under Windows XP (but not well tested on this platform)
    App Language(s)
    ALL
    OS Language(s)
    ALL
    Platform(s)
    Windows 7
    Browser(s)
    Internet Explorer 8.0
    ==Attachment==
    package {
        import flash.display.Sprite;
        import flash.events.Event;
        import flash.events.NetStatusEvent;
        import flash.events.TimerEvent;
        import flash.media.Video;
        import flash.net.NetConnection;
        import flash.net.NetStream;
        import flash.text.TextField;
        import flash.utils.Timer;
        import flash.utils.setTimeout;
        public class SendTestExample extends Sprite
            public static var statusArea:TextField;
            var ncServer:NetConnection = new NetConnection();
            var nsServer:NetStream;
            var ncClient:NetConnection = new NetConnection();
            var nsClient:NetStream;
            var timer:Timer = new Timer(1000);
            public function SendTestExample() {
                ncServer.addEventListener("netStatus", onNCStatusServer);
                ncServer.connect("rtmfp://p2p.rtmfp.net","99f72ccbed0948d7589dc38a-3ce1b2616680");
                statusArea = new TextField();
                status("status");
                statusArea.x = 0;
                statusArea.y = 0;
                statusArea.border = true;
                statusArea.width = 200;
                statusArea.height = 350;
                addChild(statusArea);
            function onNCStatusServer(event:NetStatusEvent):void {
                status("Step 1:");
                status("server: " + event.info.code);
                status("id: " + ncServer.nearID);
                switch (event.info.code) {
                    case "NetConnection.Connect.Success":
                        nsServer = new NetStream(ncServer, NetStream.DIRECT_CONNECTIONS);
                        nsServer.addEventListener(NetStatusEvent.NET_STATUS, onNSStatusServer);
                        nsServer.publish("sendtest");
                        ncServer.removeEventListener(NetStatusEvent.NET_STATUS, onNCStatusServer);
                        ncClient.connect("rtmfp://p2p.rtmfp.net","99f72ccbed0948d7589dc38a-3ce1b2616680");
                        ncClient.addEventListener("netStatus", onNCStatusClient);
                    case "NetStream.Publish.BadName":
                        //status("Please check the name of the publishing stream" );
                        break;
            function onNCStatusClient(event:NetStatusEvent):void {
                status("Step 2:");
                status("client: " + event.info.code);
                status("id: " + ncClient.nearID);
                switch (event.info.code) {
                    case "NetConnection.Connect.Success":
                        nsClient = new NetStream(ncClient, ncServer.nearID);
                        var c:Object = new Object();
                        c["clientfunction"] = clientfunction;
                        nsClient.client = c;
                        nsClient.play("sendtest");
                        ncClient.removeEventListener(NetStatusEvent.NET_STATUS, onNCStatusClient);
                        //setTimeout(sendHello, 5000);
                    case "NetStream.Publish.BadName":
                        //status("Please check the name of the publishing stream" );
                        break;
            protected function onNSStatusServer(event:NetStatusEvent):void {
                status("nsserver: " + event.info.code);
                if (event.info.code == "NetStream.Play.Start") {
                    status("Start HeartBeat:");
                    this.timer.addEventListener(TimerEvent.TIMER, function (e:Event):void {
                        sendHello();
                    this.timer.start();
            protected function sendHello():void {
                status("send hello");
                nsServer.send("clientfunction", "hello");
            protected function status(msg:String):void
                statusArea.appendText(msg + "\n");
                trace("ScriptDebug: " + msg);
            protected function clientfunction(event:Object):void {
                status("in client function: " + event);

    Thanks for reporting. I can reproduce the bug in house. We will investigate.
    Calise

  • Which version of Adobe Flash Player is most compatible with Windows Vista Business SP2

    Which version of Adobe Flash Player is most compatible with Windows Vista Business SP2

    The latest version (11.7) is compatible with Windows XP, Vista, 7 and 8.

  • What version of Flash Player should I use with my Power PC based Mac?

    I did the following (see below from a Recent Forum) - and even got a sucessful INSTALLED, but when I go to YouTube....I can not get anything and I am asked to update FLASH.....thoughts?
    What version of Flash Player should I use with my Power PC based Mac?
    Please follow these instructions for installing the most recent version of Flash Player that supports PowerPC based Macs
    1. Follow the instructions for uninstalling Flash Player on the Mac: Uninstall Flash Player
    2. Download and extract the Flash Player 10.1.102.64 zip file
    3. Navigate into the folder "/Flash Player 10.1.102.64/10_1r102_64/"
    4. Mount the file "flashplayer10_1r102_64_ub_mac.dmg" by double clicking
    5. Install using the normal procedure

    I was finally able to successfully installed FP on my Mac OS 10.5.8 using the last trick shown below by Chris (Adobe Flash Player.pkg file). This, only after several (at least 10) attempts, and only after restarting my computer after downloading the install file. Thanks for the helpful post.

  • Latest Flash Player crashes on MacOSX with certain movies

    hi,
    When I try the latest flash player 10.0 r22 with Safari 4.0.1 or FireFox.
    I tried on 3 different computer running 10.5.7 with latest version of flash. The following movies keeps on crashing the browser:
    http://www.deredactie.be
    click on any of those movies (Sometimes i have to click several movies before the crash starts to happen.
    ) and it start crashing previous version of Flash was working ok.
    cheers,
    marc
    I can send crash reports in case needed.

    Just go other one so i add crash info
    Process:         Safari [7480]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         4.0.1 (5530.18)
    Build Info:      WebBrowser-55301800~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [193]
    Interval Since Last Report:          5557 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  5048 sec
    Per-App Crashes Since Last Report:   3
    Date/Time:       2009-06-20 12:46:54.393 -0400
    OS Version:      Mac OS X 10.5.7 (9J61)
    Report Version:  6
    Anonymous UUID:  03264442-1E9C-48EA-8282-17E258736357
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  20
    Thread 0:
    0   libSystem.B.dylib             0x95dc27ac pthread_mutex_init + 9
    1   ...romedia.Flash Player.plugin 0x1874ecad 0x1869e000 + 724141
    2   ...romedia.Flash Player.plugin 0x1874ece8 0x1869e000 + 724200
    3   ...romedia.Flash Player.plugin 0x1886dfe5 0x1869e000 + 1900517
    4   ...romedia.Flash Player.plugin 0x1886e0f8 0x1869e000 + 1900792
    5   ...romedia.Flash Player.plugin 0x1890e7e6 0x1869e000 + 2557926
    6   ...romedia.Flash Player.plugin 0x1886f918 0x1869e000 + 1906968
    7   ...romedia.Flash Player.plugin 0x1884837b 0x1869e000 + 1745787
    8   ...romedia.Flash Player.plugin 0x187b5b5a 0x1869e000 + 1145690
    9   ...romedia.Flash Player.plugin 0x188234b6 0x1869e000 + 1594550
    10  ...romedia.Flash Player.plugin 0x18823b2e 0x1869e000 + 1596206
    11  ...romedia.Flash Player.plugin 0x1882ab2d 0x1869e000 + 1624877
    12  ...romedia.Flash Player.plugin 0x18858aee 0x1869e000 + 1813230
    13  ...romedia.Flash Player.plugin 0x18897526 0x1869e000 + 2069798
    14  ...romedia.Flash Player.plugin 0x18989e58 Flash_EnforceLocalSecurity + 9912
    15  com.apple.WebKit              0x92f71c81 WebNetscapePluginStream::deliverData() + 353
    16  com.apple.WebKit              0x92f71a2f WebNetscapePluginStream::didReceiveData(WebCore::NetscapePlugInStreamLoader*, char const*, int) + 143
    17  com.apple.WebCore             0x91460fff WebCore::NetscapePlugInStreamLoader::didReceiveData(char const*, int, long long, bool) + 79
    18  com.apple.WebCore             0x912676d8 WebCore::ResourceLoader::didReceiveData(WebCore::ResourceHandle*, char const*, int, int) + 56
    19  com.apple.Foundation          0x962a7ed7 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidReceiveData:originalLength:] + 119
    20  com.apple.Foundation          0x962a7e21 _NSURLConnectionDidReceiveData + 177
    21  com.apple.CFNetwork           0x91b1496a URLConnectionClient::_clientDidReceiveData(__CFData const*, URLConnectionClient::ClientConnectionEventQueue*) + 248
    22  com.apple.CFNetwork           0x91b158b2 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConne ctionEventInfo<XClientEvent, XClientEventParams>*, long) + 264
    23  com.apple.CFNetwork           0x91b1436c URLConnectionClient::processEvents() + 104
    24  com.apple.CFNetwork           0x91ac1dbf MultiplexerSource::perform() + 189
    25  com.apple.CoreFoundation      0x95f92595 CFRunLoopRunSpecific + 3141
    26  com.apple.CoreFoundation      0x95f92c78 CFRunLoopRunInMode + 88
    27  com.apple.HIToolbox           0x9021628c RunCurrentEventLoopInMode + 283
    28  com.apple.HIToolbox           0x902160a5 ReceiveNextEventCommon + 374
    29  com.apple.HIToolbox           0x90215f19 BlockUntilNextEventMatchingListInMode + 106
    30  com.apple.AppKit              0x91e3cd0d _DPSNextEvent + 657
    31  com.apple.AppKit              0x91e3c5c0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    32  com.apple.Safari              0x0000cac3 0x1000 + 47811
    33  com.apple.AppKit              0x91e355fb -[NSApplication run] + 795
    34  com.apple.AppKit              0x91e02834 NSApplicationMain + 574
    35  com.apple.Safari              0x000032a2 0x1000 + 8866
    Thread 1:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.WebCore             0x911e3584 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3   com.apple.WebCore             0x911df409 WebCore::IconDatabase::iconDatabaseSyncThread() + 185
    4   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    5   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib             0x95db7286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95dbea7c mach_msg + 72
    2   com.apple.CoreFoundation      0x95f9204e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation      0x95f92c78 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork           0x91a95298 CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    6   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore      0x969e4741 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 81
    3   com.apple.WebCore             0x9124bbd5 WebCore::LocalStorageThread::localStorageThread() + 325
    4   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    5   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x95db7286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95dbea7c mach_msg + 72
    2   com.apple.CoreFoundation      0x95f9204e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation      0x95f92c78 CFRunLoopRunInMode + 88
    4   com.apple.Safari              0x00026b55 0x1000 + 154453
    5   com.apple.Safari              0x00026870 0x1000 + 153712
    6   com.apple.Safari              0x000267fb 0x1000 + 153595
    7   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    8   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore      0x969e4741 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 81
    3   com.apple.Safari              0x0011de33 0x1000 + 1166899
    4   com.apple.Safari              0x0011df21 0x1000 + 1167137
    5   com.apple.Safari              0x00042753 0x1000 + 268115
    6   com.apple.Safari              0x000426cb 0x1000 + 267979
    7   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    8   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x95db7286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95dbea7c mach_msg + 72
    2   com.apple.CoreFoundation      0x95f9204e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation      0x95f92c78 CFRunLoopRunInMode + 88
    4   com.apple.Foundation          0x962a6530 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation          0x96242e0d -[NSThread main] + 45
    6   com.apple.Foundation          0x962429b4 __NSThread__main__ + 308
    7   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    8   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x95e066fa select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    2   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x95e20292 __workq_ops + 10
    1   libSystem.B.dylib             0x95e202c2 start_wqthread + 30
    Thread 9:
    0   ???                           0000000000 0 + 0
    Thread 10:
    0   ???                           0000000000 0 + 0
    Thread 11:
    0   ???                           0000000000 0 + 0
    Thread 12:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync           0x90c7845c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync           0x90c8ad8e CMMConvTask(void*) + 54
    4   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    5   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync           0x90c7845c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync           0x90c8ad8e CMMConvTask(void*) + 54
    4   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    5   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync           0x90c7845c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync           0x90c8ad8e CMMConvTask(void*) + 54
    4   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    5   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib             0x95db7286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95dbea7c mach_msg + 72
    2   ...romedia.Flash Player.plugin 0x18ba1774 Flash_EnforceLocalSecurity + 2203604
    3   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    4   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib             0x95db72ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95de92c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95e2e539 pthread_cond_wait + 48
    3   ...romedia.Flash Player.plugin 0x1897914f 0x1869e000 + 2994511
    4   ...romedia.Flash Player.plugin 0x1899291f Flash_EnforceLocalSecurity + 45439
    5   ...romedia.Flash Player.plugin 0x189795ff 0x1869e000 + 2995711
    6   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    7   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib             0x95db72ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95de92c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95e2e539 pthread_cond_wait + 48
    3   ...romedia.Flash Player.plugin 0x1897914f 0x1869e000 + 2994511
    4   ...romedia.Flash Player.plugin 0x1899291f Flash_EnforceLocalSecurity + 45439
    5   ...romedia.Flash Player.plugin 0x189795ff 0x1869e000 + 2995711
    6   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    7   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib             0x95db72ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95de92c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95e2e539 pthread_cond_wait + 48
    3   ...romedia.Flash Player.plugin 0x1897914f 0x1869e000 + 2994511
    4   ...romedia.Flash Player.plugin 0x1899291f Flash_EnforceLocalSecurity + 45439
    5   ...romedia.Flash Player.plugin 0x189795ff 0x1869e000 + 2995711
    6   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    7   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib             0x95db72ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95de92c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95e2e539 pthread_cond_wait + 48
    3   ...romedia.Flash Player.plugin 0x1897914f 0x1869e000 + 2994511
    4   ...romedia.Flash Player.plugin 0x1899291f Flash_EnforceLocalSecurity + 45439
    5   ...romedia.Flash Player.plugin 0x189795ff 0x1869e000 + 2995711
    6   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    7   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 20 Crashed:
    0   com.apple.CoreFoundation      0x95fa63cb CFReadStreamGetStatus + 43
    1   ...romedia.Flash Player.plugin 0x189799d1 0x1869e000 + 2996689
    2   ...romedia.Flash Player.plugin 0x1897243f 0x1869e000 + 2966591
    3   ...romedia.Flash Player.plugin 0x18972713 0x1869e000 + 2967315
    4   ...romedia.Flash Player.plugin 0x189727c1 0x1869e000 + 2967489
    5   ...romedia.Flash Player.plugin 0x18751727 0x1869e000 + 735015
    6   ...romedia.Flash Player.plugin 0x18751ab3 0x1869e000 + 735923
    7   ...romedia.Flash Player.plugin 0x18751f69 0x1869e000 + 737129
    8   ...romedia.Flash Player.plugin 0x18752362 0x1869e000 + 738146
    9   ...romedia.Flash Player.plugin 0x1875268d 0x1869e000 + 738957
    10  ...romedia.Flash Player.plugin 0x189795ff 0x1869e000 + 2995711
    11  libSystem.B.dylib             0x95de8155 _pthread_start + 321
    12  libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 20 crashed with X86 Thread State (32-bit):
      eax: 0xa07494ec  ebx: 0x95fa63ae  ecx: 0x00000001  edx: 0x00000025
      edi: 0x18e35cf0  esi: 0x00000000  ebp: 0xb05e9b98  esp: 0xb05e9b80
       ss: 0x0000001f  efl: 0x00010283  eip: 0x95fa63cb   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000000

  • Flash Player 11 not working with IE 9. What am I missing?

    Flash Player 11 not working with IE 9. What am I missing??

    Hi Hitomi,
    Yayyyy! found it, downloaded 11.7 and it works on both Second Life media players and websites.
    Thanks so much for your help sderik

  • How can i download and install and really use Adobe Flash Player on my MacBookAir with OS X 10.8.2 ??

    How can i download and install and really use Adobe Flash Player on my MacBookAir with OS X 10.8.2 ??

    Hello Allan,
    thank you for your promt message. I have download the installer like many times before and install the flashplayer like many times before, too. But it does not work ... only getting the black screen ... but then, after checking some settings and defaults i realize that i have to switch in Safari > Security > Plug in to status activated !!!
    Shame on me and sorry for wasting your time, but i started with Mac 3 weeks before and have to leave windows-thinking !!! But i am convinced that mac is the better way ...
    By Soeren

  • Does flash player have compatible trouble with webkitpluginhost in safari 5?

    I installed the newest flash player for safari 5, but found many times webkipluginhost crashes.
    Does flash player have compatible trouble with webkitpluginhost in safari 5?
    please tell me how to solve it or a later update will get through?
    Thanks a lot.

    Try the suggestion on this Apple support site: https://discussions.apple.com/thread/2454737?start=15&tstart=0

  • I need help in getting a flash player that will work with my older MAC.

    Help!

    Is that a Power PC?  See What version of Flash Player should I use with my Power PC based Mac?

Maybe you are looking for

  • Please confirm use of mini DVI-Video (s-video) cable with Macbook

    Hi, I have tried to use the Mini DVI-> Video cable with my new Macbook in order to be able to connect to my TV. Unfortunately it doesnt work, I do get the resolution change when I plug in the cable but nothing on the TV. I went back to the local Appl

  • How to update EKPO-MAHNZ ( reminder counter) in purchase order created?

    There is the requiremtn to update the field EKPO-MAHNZ in a just created purchase order (PO). It is for the purpose of data migration. So a PO is created from file data using BAPI_PO_CREATE1 but this BAPI seem not to provide a way to update the menti

  • Error in create a new absence for employee

    Hi experts I have been already config all steps on IMG but i can not create a new absences for employee by IT2001, the error message below "no qouta available for att/abs (absence type) for (Emp No.) between (start_date) and (end_date)". I haven't se

  • Problem in BAPI  'BAPI_SALESORDER_CHANGE'.

    Hi All, I am facing a problem in BAPI  'BAPI_SALESORDER_CHANGE'. My requirement is as below. For a particular type of Sales Order i have to update all the ship-to PO.Basically in all these PO's we have to suffix 'old'. I am pasting the code which I u

  • Help. Why is my access to my cloud content restricted????

    >> Duplicate post removed to comply with the Verizon Wireless Terms of Service   See Can't view my pictures on the Cloud on my PC << Message was edited by: Verizon Moderator