Changing the speed fo the flash player

Does the adobe flash player have the capability to slow down
or speed up the video?

No, sorry... that's not controllable from the client
side..

Similar Messages

  • [svn:fx-beta1] 7038: Updating Gumbo webtier packaging to take into account the Flash Player 10 requirement , MXML 2009 namespace changes and associated manifests, and new locales.

    Revision: 7038
    Author:   [email protected]
    Date:     2009-05-18 09:31:29 -0700 (Mon, 18 May 2009)
    Log Message:
    Updating Gumbo webtier packaging to take into account the Flash Player 10 requirement, MXML 2009 namespace changes and associated manifests, and new locales.
    QE: Yes, I tried checkintests with the webtier.war distribution and could successfully compile the associated apps. Please test the webtier.war distribution with the larger suite of webtier tests.
    Doc: No
    Checkintests: Pass
    ant package: Successful
    Reviewer: Paul
    Modified Paths:
        flex/sdk/branches/beta1/modules/webtier/j2ee/coldfusion/build.xml
        flex/sdk/branches/beta1/webapps/webtier/WEB-INF/flex/flex-config.xml
        flex/sdk/branches/beta1/webapps/webtier/build.xml

  • How do you stop the flash player when you change pages on a web site

    Hi all;
    I'm building a website in flash using my limited understanding of action script.  Everything was progressing very well until I found that if I go to one of my example pages of my web site and play the flash video (with audio) and click back to my "home" button, the audio will continue to play.  If I go back to the example page, the video is off and when I start the video, it plays again with the other audio.  I hear the audio twice! I know there is an action script to handle this but, I can't figure it out.
    My question is, How do I stop the audio when I click away from the example page back to the home page or any other page?
    Thanks in advance for your help.
    I'm usinf Flash CS4 and a Mac OS operating system.

    The problem is most likely in your Action Script. Therefore this question should be posted in the Action Script forum. This forum only deals with the Flash Player, which, in this case is running the script as it is written, and therefore, working properly.

  • Why can't I install the flash player on my Kindle Fire???

    I have tried several times to install the flash player on my Kindle Fire but it keeps telling me there is an issue opening the download. How am I able to download it yet am unable to install it. It makes no sense to me why it would be able to download yet not be able to open the installation. Is this a problem that is being fixed? I've tried to "troubleshoot" this issue myself but there is little information on it. If the Kindle Fire is unable to install the Adobe Flash player then there needs to be some changes made either on your companies part or Amazons. There are apps offered on the Kindles that need this flash player in order to operate. If you could back to me with an answer as soon as possible I would greatly aprreciate it. Thank you.

    Hi,
    Although we continue to provide security and patch releases for Android devices which originally shipped with Adobe Flash Player, new feature development for the Android browser has drawn to a close as we shift our focus to Adobe AIR for mobile applications. For more details on the rationale for our decision I refer you to the following article.
    http://blogs.adobe.com/conversations/2011/11/flash-focus.html
    The following article describes how to manually install the Adobe Flash Player manually on your Android device.
    http://forums.adobe.com/thread/1061194
    Another alternative is to install the SkyFire browser, which appears to support Flash Video.
    https://play.google.com/store/apps/details?id=com.skyfire.browser&feat ure=search_result#?t=W251bGwsMSwyLDEsImNvbS5za3lmaXJlLmJyb3dzZXIiXQ
    Regards,
    Greg

  • How to Install Elements 5 Without Installing the Flash Player that is On the Photoshop Elements 5 CD

    Having just changed the operating system here from Microsoft Windows XP Pro to Microsoft Windows 7 Pro (64 bit), it is desirable to install the Existing Photoshop Elements 5, Without Installing the Flash Player and Adobe Reader programs on the Elements 5 CD.  The Elements 5 Setup Wizard does not appear to offer an option to "uncheck" or otherwise prevent the Flash Player and Adobe Reader programs from being installed.  It is not desirable to install and then uninstall the unwanted Flash Player and Adobe Reader programs.  It is also not desirable to purchase a newer version of Elements at this time.

    If you cancel out of the Setup Wizard and then go to Start>Computer and right click on the cd and choose explore, you should be able to go to the folder
    that has photoshop elements 5 and run the Installer or Setup.exe and bypass all the other out of date stuff like flash and adobe reader.
    Also, after installing pse 5 you'll want to apply the 5.02 patch so pse 5 runs better on windows 7.
    (it says for vista, but works on windows 7 x64 as well)
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=3569

  • Does Adobe Reader for Android have the Flash Player Runtime

    I have a PDF document that I generate which contains an embedded Flex application.
    It works fine with the desktop version of PDF reader. However. It doesn't appear that
    PDF reader for Android contains the Flash Player runtime.
    Can someone from Adobe confirm this ?
    Thanks.

    Dov, you confimed that Adobe Reader for Android has the Flash Player Runtime - I thought this feature is necessary to be able to show embedded  (flv) videos?
    What about viewing cross platform proof PDF files containing mp4 (H.264) embedded videos?
    Up to now I’m forced to show ezPDF Reader in my workflow scenarios - think about the bad psychology that I always will have explain that the rich media PDF workflows could work with Adobe products, but Adobe itself seems to limit PDF use cases in order not to become a competitor of let’s guess of FOLIO?
    Please explain me why? No market? I would like to contradict as much as I can.
    If someone starts to weaken the big possibilities for PDF even on mobile devices this seems to be Adobe itself: Where are the Adobe show cases showing rich media PDFs on mobile devices?
    Almost everything Adobe is showing with rich media information is in DPS  based on Folio  (slide shows, videos etc).
    You might get all the functionality much easier using PDF (seen from a classic DTP workflow using Word, FrameMaker or InDesign)
    Why didn’t Adobe add more multimedia features?  Where is the 3D support on mobile devices?
    Has Adobe changed the overall PDF strategy?
    Where is an  Adobe PDF cross platform strategy for using rich media PDFs on PC, Macs, Android and iPhone/iPads?
    Dieter Gust

  • FABridge - Error: You are trying to call recursively into the Flash Player [...]

    I'm using FABridge to communicate between JS (and GWT) and a flex component I've written, but I've run into a strange error:
    You are trying to call recursively into the Flash Player which is not allowed. In most cases the JavaScript setTimeout function, can be used as a workaround.
    I know what the error means, but what I don't understand is why I'm only receiving this error when I run the application locally (127.0.0.1) in this one webapp.
    Once I upload the app to the remote testing server, the error goes away and the app functions as it should.  I've tried to use setTimeout without any luck.
    I thought this might be a crossdomain problem so I set Security.allowDomain("*") in flex and the same on the testing server via a crossdomain.xml file but this did nothing.
    The function that is being called takes a parameter (image or an image wrapped in swf file) via the querystring and adds it to the stage.  The files all exist on the remote server.
    Another strange part is that when I run the flex app via Flash Builder it behaves fine. Also, I've run the component as part of a separate project locally without issue.
    The problem only exists when I run the component as part of the this project, when I'm working on it locally.  I even have another local app using the same component that works fine.
    I'm at a loss.  Any ideas?

    Ok, I was excited when I noticed I didn't change allowscriptaccess, but that didn't work. 
    Just to recap:
    -I have Security.allowDomain("*") as the first line in the init() (creationComplete) function
    -I have a crossdomain.xml file located on the remote server that allows="*" and ports="*" (because gwt debugs through :8888)
    -allowscriptaccess is set to always
    -I am using FABridge to communicate between JS and the swf.  Calling the function directly from Firebug causes the same error. 
    Even trying to call a function that is completely unrelated to the remote domain produces the same error.  For example, getAppHeight().  So at second glance, this doesn't seem to be a security issue?
    The only post (Google Cache) about the error suggests I use FABridge.MethodsToCallLater which doesn't seem to exist anymore in the version of FABridge that I downloaded.  The copy of FABridge I have doesn't have any version information in the file, but I believe I pulled it from the Flex 3 SDK. 
    Can anyone tell me if that feature has been removed/added in recent versions?  Or any other insights into my current situation?  Thanks for looking!

  • Why can't I install the Flash Player on my I-Pad?

    Why can't I install the Flash Player on my I-Pad?

    davidleegrant wrote:
    Why can't I install the Flash Player on my I-Pad?
    Because eight years ago, when Apple developed it, Steve Jobs was adamant that iOS NEVER EVER EVER be compatible with Flash. That... will never change.
    Apple says to use "SkyFire" as your browser if you must view Flash content (which they do not recommend you do with an iPad). It's free in the App Store.

  • Cannot use the flash player to watch video on OS X yosemite

    cannot use the flash player to watch video on OS X yosemite

    I had this problem but found that I needed to change the security setting in Safari for plug-ins
      Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
    Hope this helps.
    David

  • 2 Desired Improvements for the Flash Player 'about' web page

    Hi all ...   I'm finally writing to request two improvements to this web page:
         http://www.adobe.com/software/flash/about/
    As a geek, I have long been annoyed that this web page does not keep its Flash object and does not show the Flash Player plugin version number in the same format as used in the detailed list of latest Flash Player versions for various web browers and operating systems.
    This web page is mainly a tool for techs.  It can be improved greatly with these two changes (which I'm requesting on May 29, 2013):
    1)  Near the top of the page, KEEP the flash animation object --
    do NOT replace it with an advertisement in a few seconds.
         Keeping the Flash object there allows a knowledgeable user
    to right-click on the object to see the Flash plugin version, which
    is a way to confirm that the web page's displayed Flash Player
    version is correct.
        Currently, the Flash object is replaced within a few seconds
    with an advertisement for some other Adobe product.  This is
    MOST ANNOYING.  As a tech, I'm specifically going to this web
    page to (a) see that the Flash Player plugin I just installed is
    working and/or (b) see what exact version it is.
        Again:   Keep the Flash object in place -- drop the code that
    replaces that object with an advertisement.
    2)  The displayed Flash Player version is formatted with commas,
    as in   
                    You have version
                    11,7,700,202 installed
    while ALL of the versions in the table below are formatted
    (properly) with dots, as in 
                    Player version
                    11.7.700.202
        Make it easier for us mere humans to compare these version
    numbers ... rework the HTML code to replace the commas with
    dots.  (It's not rocket science.)
    Thank you. 
        -- A geek and former software build & release
            engineer in Tacoma WA

    Thanks, Chris.    That other web page does serve my needs better.  I've created a web link to it on my flash drive where I keep the latest Flash plugins for IE and non-IE web browsers.
    I still feel that the "About" web page needs the two changes I suggested. 
    Thanks also for pointing out that the box displaying the version of the installed Flash plugin is actually a Flash .SWF object .... since it is currently static (meaning, it has no animation whatsoever), I had no clue it was a Flash object.
    So, I add a 3rd request:   have that version-display SWF object redone, to have a simple animation added and to have its code to display version revised to use periods (dots) in the version numbers.  If that object currently is intended and used in some other Adobe (European?) we page, create a new object for the English "About" page.   Or to re-use code, use the version-display object from the page at
          http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html
    on the "About" page as well.
    Again, as a techie pressed for time, I want a web page where I see the current version of the installed plugins and the versions of the latest releases, in the same formatting,
    along with an animated flash object to prove that the Flash plugin in that web browser is working. 
    I do not accept that the mostly-technical Flash "About" page needs to have marketing materials (an ad).   People go to the About page specifically to see the Flash version info and to prove that Flash is working.
    Thanks again ....  - Ray

  • Changing the default player

    How can I change the default publish preview player from HTML to Flash in Adobe Flash CS5.5??

    I believe if you just use Control -> Test Movie (CTRL-ENTER on the keyboard) you will get the same result as choosing to Publish Preview -> Flash.  An swf will be published and the file will be displayed in the Flash Player.

  • Why does the flash player work on some website but not others??

    I have the new flash player, and for the most part the player will work on some web sites. However I like to be on myspace and it says that I have to install the new version of the flash player. However I ALREADY have the new verison. There are other site that I go to as well and it tells me the same thing. what is going on and how can I fix it. I am at my wits ends right now and I dont know what to do. Can any one help me please

    I had the same issue when I had created Flash Paper items. I had found the a solution on my opinion.
    http://www.eolsoft.com/freeware/flash_movie_player/
    you actually need a Flash Movie Player and not Flash Player. they are different. the only issue is that Adobe does not support this anymore.
    so what I did is placed the EXE file of Flash Movie Player found on the link above on my server, made a note to my viewers that Flash Movie Player is required to view the documents.
    I found this solutlion when my boss asked why he could not view any of the Flash Paper Documents

  • Mac system preferences quit unexpectedly while using the Flash Player plug-in

    Yesterday, 4/28/14, I got news that Flash version 13.0.0.201 had security issues, so I went to my MacBook Pro and using system preferences and the Flash pane, determined that I needed to upgrade to 13.0.0.206. The flash pane opened normally.  I did the Flash upgrade and everything seemed to work OK, and the system preferences Flash pane continues to function normally.
    I then went to my wife's identical MacBook Pro - mid 2009 running OS 10.9.2, opened system preferences, clicked on the Flash icon to see what version of Flash she was running, and system preferences quit leaving the message "System Preferences quit unexpectedly while using the Flash Player plug-in.  Undaunted, I went to www.get.adobe.com and downloaded the lastest version fo Flash player and installed it on her maching, verifying the version as 13.0.0.206 using the Adobe website version verification functionality.  However, even after the upgrade to 13.0.0.206, her system preferneces quits when the Flash icon is selected.
    Here is the crash log:
    Process:         System Preferences [1788]
    Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Identifier:      com.apple.systempreferences
    Version:         13.0 (13.0)
    Build Info:      SystemPrefsApp-259001000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [154]
    Responsible:     System Preferences [1788]
    User ID:         501
    PlugIn Path:       /Library/PreferencePanes/Flash Player.prefPane/Contents/MacOS/Flash Player
    PlugIn Identifier: com.adobe.flashplayerpreferences
    PlugIn Version:    ??? (13.0.0.206)
    Date/Time:       2014-04-28 20:53:11.258 -0700
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID:  1E1A01A9-C48C-C06B-60FB-201E015F786B
    Sleep/Wake UUID: 833B7FBF-B4D3-4276-9D44-D26BA77699D9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    com.adobe.flashplayerpreferences v.13.0.0.206 (Flash Player)
    objc[1788]: GC: forcing GC OFF because OBJC_DISABLE_GC is set
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x00007fff8fc59732 strlen + 18
    1   com.adobe.flashplayerpreferences          0x000000010700da03 0x10700a000 + 14851
    2   com.adobe.flashplayerpreferences          0x000000010700da03 0x10700a000 + 14851
    3   com.adobe.flashplayerpreferences          0x0000000107013d61 0x10700a000 + 40289
    4   com.adobe.flashplayerpreferences          0x0000000107013cd5 0x10700a000 + 40149
    5   com.adobe.flashplayerpreferences          0x00000001070198cd SMImplementation::SettingsReader::GetNewSettingsData(SASM::SimpleString**) + 313
    6   com.adobe.flashplayerpreferences          0x0000000107016548 SASM::SettingsManager::GetNewSettingsDataFromFile(SASM::SimpleString const&, SASM::SimpleString**) + 308
    7   com.adobe.flashplayerpreferences          0x0000000107016ae8 SASM::SettingsManager::LoadMasterSettingsFromDisk() + 136
    8   com.adobe.flashplayerpreferences          0x0000000107017653 SASM::SettingsManager::SettingsManager(SASM::FileManager*) + 259
    9   com.adobe.flashplayerpreferences          0x000000010700c773 0x10700a000 + 10099
    10  com.apple.frameworks.preferencepanes          0x00007fff91727f78 -[NSPreferencePane loadMainView] + 179
    11  com.apple.frameworks.preferencepanes          0x00007fff917279e1 -[NSPrefPaneBundle instantiatePrefPaneObject] + 354
    12  com.apple.systempreferences             0x00000001002da59e 0x1002d1000 + 38302
    13  com.apple.systempreferences             0x00000001002d9294 0x1002d1000 + 33428
    14  com.apple.Foundation                    0x00007fff89fa7cb7 __NSFireDelayedPerform + 333
    15  com.apple.CoreFoundation                0x00007fff8dfbe494 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    16  com.apple.CoreFoundation                0x00007fff8dfbdfcf __CFRunLoopDoTimer + 1151
    17  com.apple.CoreFoundation                0x00007fff8e02f5aa __CFRunLoopDoTimers + 298
    18  com.apple.CoreFoundation                0x00007fff8df79755 __CFRunLoopRun + 1525
    19  com.apple.CoreFoundation                0x00007fff8df78f25 CFRunLoopRunSpecific + 309
    20  com.apple.HIToolbox                     0x00007fff8f505a0d RunCurrentEventLoopInMode + 226
    21  com.apple.HIToolbox                     0x00007fff8f505685 ReceiveNextEventCommon + 173
    22  com.apple.HIToolbox                     0x00007fff8f5055bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    23  com.apple.AppKit                        0x00007fff8c7993de _DPSNextEvent + 1434
    24  com.apple.AppKit                        0x00007fff8c798a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    25  com.apple.AppKit                        0x00007fff8c78cb2c -[NSApplication run] + 553
    26  com.apple.AppKit                        0x00007fff8c777913 NSApplicationMain + 940
    27  libdyld.dylib                           0x00007fff923a05fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8ff92662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff92d9343d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff92d93152 _dispatch_mgr_thread + 52
    Thread 3:: Dispatch queue: com.apple.root.background-priority
    0   libsystem_kernel.dylib                  0x00007fff8ff92392 fsync + 10
    1   com.apple.SearchKit                     0x00007fff8bed1a45 IAFileStoreStreamFlush + 49
    2   com.apple.SearchKit                     0x00007fff8bed1a05 StoreStreamFlush + 33
    3   com.apple.SearchKit                     0x00007fff8bed14a5 StorageCommit + 642
    4   com.apple.SearchKit                     0x00007fff8bed1217 IAStorageCommit + 23
    5   com.apple.SearchKit                     0x00007fff8bed11e3 IAStorage::Commit(unsigned char) + 13
    6   com.apple.SearchKit                     0x00007fff8becd6e8 TIAIndex::Flush(unsigned int) + 514
    7   com.apple.SearchKit                     0x00007fff8bef2f66 TIAIndex::Create(IAStorage*, __CFString const*, unsigned int, OpaqueIATextAnalysisRef**, unsigned int) + 2820
    8   com.apple.SearchKit                     0x00007fff8bee7a22 IAIndexInitialize + 124
    9   com.apple.SearchKit                     0x00007fff8bf02561 SKIndexInitialize(void const*, __CFString const*, unsigned int, OpaqueIATextAnalysisRef**, unsigned int) + 618
    10  com.apple.SearchKit                     0x00007fff8bf02245 SKIndexCreateWithURL + 135
    11  com.apple.frameworks.preferencepanes          0x00007fff91732ac5 -[NSPrefPaneSearchCenter createSearchIndexForPrefPaneBundles:] + 650
    12  com.apple.frameworks.preferencepanes          0x00007fff9172f415 __33-[NSPrefPanesCenter _writeCache:]_block_invoke + 995
    13  libdispatch.dylib                       0x00007fff92d941d7 _dispatch_call_block_and_release + 12
    14  libdispatch.dylib                       0x00007fff92d912ad _dispatch_client_callout + 8
    15  libdispatch.dylib                       0x00007fff92d9309e _dispatch_root_queue_drain + 326
    16  libdispatch.dylib                       0x00007fff92d94193 _dispatch_worker_thread2 + 40
    17  libsystem_pthread.dylib                 0x00007fff889a1ef8 _pthread_wqthread + 314
    18  libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x00007fff8ff91e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889a1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889a4fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00006080002049b0  rbx: 0x00007fff5f92bdd0  rcx: 0xbaddb01d9c44bead  rdx: 0xbaddb01d9c44bead
      rdi: 0xbaddb01d9c44bea0  rsi: 0x0000000000000008  rbp: 0x00007fff5f92bd00  rsp: 0x00007fff5f92bd00
       r8: 0x0000000000000040   r9: 0x00007fff5f92bc00  r10: 0x00007fff5f92bd38  r11: 0x0000000000000246
      r12: 0x00007fff5f92bdd0  r13: 0x0000608000037d00  r14: 0xbaddb01d9c44bead  r15: 0x0000000000000000
      rip: 0x00007fff8fc59732  rfl: 0x0000000000010286  cr2: 0x0000608000429000
    Logical CPU:     1
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
           0x1002d1000 -        0x1002f2ff7  com.apple.systempreferences (13.0 - 13.0) <57B93F86-66C8-39C3-A283-EBD0B667E726> /Applications/System Preferences.app/Contents/MacOS/System Preferences
           0x101be5000 -        0x101bedff3  libCGCMS.A.dylib (599.21.1) <84C6C6F3-AD75-3120-A86F-8AE1005A0ECE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
           0x101bfa000 -        0x101c22ffb  libRIP.A.dylib (599.21.1) <994C1D46-A532-3361-8C20-11778DC12040> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x101c32000 -        0x101c35ffa  libCGXType.A.dylib (599.21.1) <0F364FEE-105D-329D-B823-082AA45E6AFD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x101d2b000 -        0x101d2bff9 +cl_kernels (???) <A9182942-35E4-48D9-A0B1-C3EDFD153182> cl_kernels
           0x101d48000 -        0x101d49ffa +cl_kernels (???) <02D3A031-3719-4474-895B-E247921836C8> cl_kernels
           0x104467000 -        0x10454dfef  unorm8_bgra.dylib (2.3.58) <6E7397EF-CC78-3C15-8B21-05E7FB47F645> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib
           0x105a35000 -        0x105a39ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.0 - 2.6.0f1) <82D2F703-F961-3298-B06F-14B772D23C7B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x106fe9000 -        0x106fefff7  libCGXCoreImage.A.dylib (599.21.1) <D66366B5-33BA-3715-9A40-50F0FF5EAE39> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A. dylib
           0x107008000 -        0x107008ffd +cl_kernels (???) <6B12399C-F787-48F9-ACFB-E876FF52567E> cl_kernels
           0x10700a000 -        0x107089ff7 +com.adobe.flashplayerpreferences (13.0.0.206) <9EFB3F12-F7C4-38A8-A92D-39A3097F9037> /Library/PreferencePanes/Flash Player.prefPane/Contents/MacOS/Flash Player
        0x7fff63b4e000 -     0x7fff63b81817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
        0x7fff86c1e000 -     0x7fff86c5dfff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff86c5e000 -     0x7fff86c5efff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff86ccb000 -     0x7fff86d0dff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff86d0e000 -     0x7fff86d46ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
        0x7fff86d47000 -     0x7fff86d47fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff86d48000 -     0x7fff86d60ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
        0x7fff86d93000 -     0x7fff86ddaff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
        0x7fff86dde000 -     0x7fff86df5ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
        0x7fff86df6000 -     0x7fff86e65ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
        0x7fff86e66000 -     0x7fff86eccfff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff86ece000 -     0x7fff871b8fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
        0x7fff871d3000 -     0x7fff872a4ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff872a5000 -     0x7fff872a6ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff872a9000 -     0x7fff872d8fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff87498000 -     0x7fff874e9ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8757d000 -     0x7fff8757dfff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8757e000 -     0x7fff87582fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff87583000 -     0x7fff877e4fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
        0x7fff877e5000 -     0x7fff877e8fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff877e9000 -     0x7fff877ecffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff877ed000 -     0x7fff8780bfff  com.apple.facetimeservices (10.0 - 1000) <DED6A966-DF0E-3E58-BD34-D85ED82A99D7> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff87813000 -     0x7fff8781fff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
        0x7fff87883000 -     0x7fff878b2ff9  com.apple.GSS (4.0 - 2.0) <1B71A3E1-E31D-32CC-A733-ED155CC4A6A2> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff878b3000 -     0x7fff87933fff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
        0x7fff87934000 -     0x7fff87935ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff87942000 -     0x7fff87a0dfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
        0x7fff87a10000 -     0x7fff87a6bffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
        0x7fff87a87000 -     0x7fff87a87fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87a88000 -     0x7fff87a99ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff87a9a000 -     0x7fff87a9cfff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff87a9d000 -     0x7fff87a9fff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff87aa6000 -     0x7fff87af9fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
        0x7fff87afa000 -     0x7fff8894cff7  com.apple.WebCore (9537 - 9537.75.14) <8C80717D-91D3-32D5-92F4-804AC1D1E881> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
        0x7fff8895c000 -     0x7fff88965ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff88966000 -     0x7fff8898afff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff8898b000 -     0x7fff8899eff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
        0x7fff8899f000 -     0x7fff889a6ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff889a7000 -     0x7fff88befff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff88c31000 -     0x7fff88da1ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff88eff000 -     0x7fff88f4afff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff88f4b000 -     0x7fff88f98fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff88f99000 -     0x7fff88fb6ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff88fb9000 -     0x7fff88fdeff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff88fdf000 -     0x7fff8900bfff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
        0x7fff8900c000 -     0x7fff890f3ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff890f4000 -     0x7fff89128fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff8920c000 -     0x7fff89214fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff89215000 -     0x7fff89220fff  libkxld.dylib (2422.92.1) <A7DFFC8C-45EE-3525-A961-EF93C2FB1340> /usr/lib/system/libkxld.dylib
        0x7fff89221000 -     0x7fff89222fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff89223000 -     0x7fff89604ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff89605000 -     0x7fff89653ff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
        0x7fff89654000 -     0x7fff89692ff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff89693000 -     0x7fff89764fff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
        0x7fff8976e000 -     0x7fff89772ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
        0x7fff89b4f000 -     0x7fff89b9dfff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff89b9e000 -     0x7fff89ed4fff  com.apple.MediaToolbox (1.0 - 1273.49) <AB8ED666-6D15-3367-A033-F4A8AD33C4E0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff89ed5000 -     0x7fff89edfff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff89ee0000 -     0x7fff89f43ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff89f44000 -     0x7fff8a242fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8a2cd000 -     0x7fff8a2e1fff  com.apple.aps.framework (4.0 - 4.0) <23BC5746-0914-3102-B84F-BEAB31A77AEC> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
        0x7fff8a731000 -     0x7fff8a853ff1  com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8a854000 -     0x7fff8aae5ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8aae6000 -     0x7fff8aae6fff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8aaf2000 -     0x7fff8aaf4ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff8aaf5000 -     0x7fff8ab1dffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff8ab28000 -     0x7fff8ab2bfff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
        0x7fff8ab2c000 -     0x7fff8ab47ff7  libPng.dylib (1042.2) <103F76EB-0FB7-320E-822F-53483CCB7299> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8abbd000 -     0x7fff8abcffff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
        0x7fff8abd0000 -     0x7fff8abd1ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff8abd2000 -     0x7fff8acd8fff  com.apple.ImageIO.framework (3.3.0 - 1042) <DEA4FF1B-D340-32C3-977D-D249709C6031> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8ad30000 -     0x7fff8ae1efff  libJP2.dylib (1042.2) <DD2DE799-C053-3C6A-91EC-D637CBD6FF90> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8ae2c000 -     0x7fff8ae53ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff8ae54000 -     0x7fff8ae64fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8ae65000 -     0x7fff8ae7eff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8b5cf000 -     0x7fff8b5d1fff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
        0x7fff8b660000 -     0x7fff8b7ceff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff8b7cf000 -     0x7fff8b7f9ff7  libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib
        0x7fff8b7fa000 -     0x7fff8b80bff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8b80c000 -     0x7fff8b8a9fff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff8b8aa000 -     0x7fff8b90efff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
        0x7fff8b94e000 -     0x7fff8b9abfff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
        0x7fff8b9ac000 -     0x7fff8ba11ffb  com.apple.Heimdal (4.0 - 2.0) <1560A2CC-2C0C-3F7B-868C-BD5ADB241F5A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8ba39000 -     0x7fff8baa3ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8baaf000 -     0x7fff8bafdfff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff8bd15000 -     0x7fff8bd25ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff8bd33000 -     0x7fff8bd39ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8bd90000 -     0x7fff8bd99fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff8bdb1000 -     0x7fff8be95fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8bebf000 -     0x7fff8bf2cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
        0x7fff8bf2d000 -     0x7fff8bf31ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff8bf74000 -     0x7fff8bf79ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff8bf7a000 -     0x7fff8c2f1ff6  com.apple.JavaScriptCore (9537 - 9537.75.12) <DC1116A7-934C-37C1-9AB2-354DBA43EAD7> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8c2f2000 -     0x7fff8c369fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
        0x7fff8c36a000 -     0x7fff8c36cfff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8c36d000 -     0x7fff8c376ff7  libcldcpuengine.dylib (2.3.58) <C8785704-6195-3129-86CA-20F0F3C20F15> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
        0x7fff8c377000 -     0x7fff8c513ff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8c517000 -     0x7fff8c774ffd  com.apple.RawCamera.bundle (5.03 - 731) <99C18399-B160-3C4A-AEDC-A2FD4944FCC6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8c775000 -     0x7fff8d2ebfff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8d64d000 -     0x7fff8d650fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff8d651000 -     0x7fff8d781ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
        0x7fff8d782000 -     0x7fff8d80dfff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
        0x7fff8d825000 -     0x7fff8d84efff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
        0x7fff8d868000 -     0x7fff8d870ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8d871000 -     0x7fff8d8fafff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
        0x7fff8d8fb000 -     0x7fff8d8fdfff  libRadiance.dylib (1042.2) <63C92F09-F862-3303-9EF6-55A80B48F2CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8d9b2000 -     0x7fff8d9b4ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
        0x7fff8daf9000 -     0x7fff8db00fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8db01000 -     0x7fff8db3cfff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8db3d000 -     0x7fff8db4afff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8db4b000 -     0x7fff8db4cffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8db4d000 -     0x7fff8dd05ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
        0x7fff8dd06000 -     0x7fff8de3cffc  com.apple.WebKit (9537 - 9537.75.14) <98D7B16B-B2C8-3A4E-9AE9-7A8385ACFBA9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8de7d000 -     0x7fff8deaaff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8def2000 -     0x7fff8df08fff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
        0x7fff8df09000 -     0x7fff8e0eefff  com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8e0ef000 -     0x7fff8e0effff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
        0x7fff8e0f0000 -     0x7fff8e14ffff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8e150000 -     0x7fff8e59efff  com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8e59f000 -     0x7fff8e606ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6

    --Mac HD/Library/Internet Plug-ins
    Trash the Flash Player.plugin and flashplayer.xpt files
    --Mac HD/Linrary/Application Support/Adobe
    Trash the Flash Player and Flash Player Install Manager folders
    --Mac HD/Library/PreferencePanes
    Trash the Flash Player.prefPane file
    --[user]/Library/Preferences
    Trash the com.macromedia.Flash Player.app.plist and com.adobe.flash.plist (if there is one)
    Note: To access the [user]/Library, hold the "Option" key and click "Go" from the Finder menu.
    Emtpy the trash.
    Download the FULL installer: Flash Player 13 Plug-in (Mac OS X)
    Quit your browser and run it.

  • How can i set the html5 player by default in ubuntu instead of the flash player ? i just can use the flash player as default

    Well i use lubuntu 14.04 and i've realized that the html5 player on youtube works so much better than the flash player, but i can't use it by default, for play videos i have to request the html5 player, and the problem is when i restart the browser or when i turn off my computer, big is my surprise because youtube is using the flash player. If i disable the flash plugin is ok because youtube doesn't have another option but to use html5, but this is not the solution, because there is still some videos that use flash, and other web sites too. so: how can i fix this or i just have to wait that mozilla gives html5 support for linux, because on windows the default player is the html5. i'd really appreciate any help, thanks

    I usually use Ubuntu, and am not aware of HTML5 being the default for Flash videos on Windows.
    Is it more likely you have chosen an option on the YouTube website to use HTML5. I think this page offers support and includes an option to toggle HTML5 or FlashPlayer.
    * https://www.youtube.com/html5

  • How do I get a user to update to the Flash Player Version to 10.1

    I would like to find out if there is a way for a message to pop up on my website if the user has Flash Player version lower than 10.1. If the version 10.1 or higher (in the future) no message should come up. The message should prompt a user to update to the Flash Player version 10.1.
    My entire site is in Flash and I am using AS3. So I am guessing I should implement an AS3 code on the first frame of the script layer. Does anyone know what would be this code?

    O.K. I see,
    HTML code is automatically generated by Flash program.
    I am unable to give you a short answer on this and thus attaching the code I
    see in DreamWeaver:
    0) {
    versionRevision = versionRevision.substring(0,
    versionRevision.indexOf("d"));
    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;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if
    that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
    versionStr = GetSwfVer();
    if (versionStr == -1 ) {
    return false;
    } else if (versionStr != 0) {
    if(isIE && isWin && !isOpera) {
    // Given "WIN 2,0,0,11"
    tempArray         = versionStr.split(" "); // ["WIN", "2,0,0,11"]
    tempString        = tempArray[1]; // "2,0,0,11"
    versionArray      = tempString.split(","); //
    } else {
    versionArray      = versionStr.split(".");
    var versionMajor      = versionArray[0];
    var versionMinor      = versionArray[1];
    var versionRevision   = versionArray[2];
             // is the major.revision >= requested major.revision AND the minor
    version >= requested minor
    if (versionMajor > parseFloat(reqMajorVer)) {
    return true;
    } else if (versionMajor == parseFloat(reqMajorVer)) {
    if (versionMinor > parseFloat(reqMinorVer))
    return true;
    else if (versionMinor == parseFloat(reqMinorVer)) {
    if (versionRevision >= parseFloat(reqRevision))
    return true;
    return false;
    function AC_AddExtension(src, ext)
      if (src.indexOf('?') != -1)
        return src.replace(/\?/, ext+'?');
      else
        return src + ext;
    function AC_Generateobj(objAttrs, params, embedAttrs)
      var str = '';
      if (isIE && isWin && !isOpera)
        str += '';
      document.write(str);
    function AC_FL_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".swf", "movie",
    "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
         , "application/x-shockwave-flash"
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_SW_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".dcr", "src",
    "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
         , null
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
      var ret = new Object();
      ret.embedAttrs = new Object();
      ret.params = new Object();
      ret.objAttrs = new Object();
      for (var i=0; i < args.length; i=i+2){
        var currArg = args[i].toLowerCase();
        switch (currArg){
          case "classid":
            break;
          case "pluginspage":
            ret.embedAttrs[args[i]] = args[i+1];
            break;
          case "src":
          case "movie":
            args[i1] = AC_AddExtension(args[i1], ext);
            ret.embedAttrs["src"] = args[i+1];
            ret.params[srcParamName] = args[i+1];
            break;
          case "onafterupdate":
          case "onbeforeupdate":
          case "onblur":
          case "oncellchange":
          case "onclick":
          case "ondblclick":
          case "ondrag":
          case "ondragend":
          case "ondragenter":
          case "ondragleave":
          case "ondragover":
          case "ondrop":
          case "onfinish":
          case "onfocus":
          case "onhelp":
          case "onmousedown":
          case "onmouseup":
          case "onmouseover":
          case "onmousemove":
          case "onmouseout":
          case "onkeypress":
          case "onkeydown":
          case "onkeyup":
          case "onload":
          case "onlosecapture":
          case "onpropertychange":
          case "onreadystatechange":
          case "onrowsdelete":
          case "onrowenter":
          case "onrowexit":
          case "onrowsinserted":
          case "onstart":
          case "onscroll":
          case "onbeforeeditfocus":
          case "onactivate":
          case "onbeforedeactivate":
          case "ondeactivate":
          case "type":
          case "codebase":
          case "id":
            ret.objAttrs[args[i]] = args[i+1];
            break;
          case "width":
          case "height":
          case "align":
          case "vspace":
          case "hspace":
          case "class":
          case "title":
          case "accesskey":
          case "name":
          case "tabindex":
            ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
            break;
          default:
            ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
      ret.objAttrs["classid"] = classid;
      if (mimeType) ret.embedAttrs["type"] = mimeType;
      return ret;
    // -->
    <!url's used in the movie>
    <!text used in the movie>
    </html

  • Do I need to pass a applet test with Java before the Flash player will function?

    I have downloaded the unstall and install programs for Adobe Flash Player and followed all the steps poster, "eidnolb" noted to prior poster greenie41180 on March 6th,  2010, 8:05PM.   The flash player test did not work.   I also do not see applets, when I use the latest version of Java on an applet test.    I might try reinstalling IE8, or going to IE7 and reinstalling Flash Player.  Gawd!  hours have been used, just trying to get Flash Player going so I can resume watching the tutorials at Mathtutordvd.com.   
    What other troubleshooting steps can be taken?   I have tried everything eidnolb suggested in prior posts.
    Hello everyone, When I try to download the Flash player I get the error message listed above.    I turned off the firewall and virus modes on my TrendMicro protection program, when downloading the player.     I already have Java 6, update 18 in the system.   I restarted the computer.  I also adjusted the configurations for Javascript and ActiveX under the "Tools" menu for the Security and Advanced tabs of Internet options.  I have Windows XP, service pack 3, with Internet Explorer 8.  
    Also, I tested the recent, most updated program, Java and I still can not see an applet.    I have spent 7 or more hours on this.  I thought initially this process was going to be straight forward.     I desperately need this Flash player so I can learn math at the streaming video site called,  Mathtutordvd.com       Oh! gosh maybe someone here can help me help myself by giving me more troubleshooting steps.  I did follow Adobe's troubleshooting steps, but I still get the same, above error box with,  MSXML2.XSL Template 3.0 (Original exception: undefined)
      I hope, eventually to watch the streaming site, once this Flash Player is loaded.   I really do not understand what is going on here.  Thanks for your help.
    Information:   Windows\System32\Macromed\Flash
    These items are in the Flash folder:
                                                    Flash10e.ocx    version 10.0.45.2
                                                    Install text document
                                                    Uninstall_activeX  10.0.45.2
                                                    FlashUtil10e  Adobe Flash Player Helper  10.0.45.2
                                                    Should not FlashUtil10e be listed as FlashUtil10e.exe  ???
                                                    FlashInstall text document
    Genuinst   Microsoft application file  version
    6.0.2800.1531                                                                            KB913433 Setup Information 
                                                                                                           This is the Java version and also, these are listed and enabled in the “Manage add-ons” for Internet Explorer 8:           C:\Program Files\Java\jre\bin
    Java Plug-in 1.6.0_18  ActiveX control
    File: npjpi160_18.dll  version:  1.6.0.18
                                                    Java™Plug-in 2 SSV    version: 6.0.180.7  , file: jp2ssv.dll
    JQSIEStartDetectorImpl  Class  version:  6.0.180.7,  file:                               jqs_plugin.dll   for  program Files\Java\jre6\lib\deploy\jqs\ie
    Adobe PDF link Helper, version 9.0.0.332
    File:  AcroIEHelperShim.dll
    For C:\Program Files\Adobe  the listed files are:  
                                                    Reader 9.0
                                                    Acrobat.com
                                                    Photoshop 7.0
    Also,  under common files:   C:\Program Files\Common Files\Adobe\Acrobat\ActiveX the following files are present:
                            Pdfshell.dll
                            AcroIE HelperShim.dll
                            AcroPDF.dll
                            AcroIEHelper.dll
    There is also a file called Adobe AIR under the Common Files category.
    Next,  there are some Java undate files listed as:  C:\program Files\Common Files\Java\Java Update
    Also, listed in the “Manage add-ons”  is:  Shockwave Flash Object,  Flash10e.ocx,
    which is enabled.  
    When I checked the C:\program Files  I reviewed all listed folders and did not see folders named,  Adobe Flash Player 10 ActiveX,  or  Adobe Flash Player 10 plug-in.    The only folder found label with Adobe, was the prior mentioned folder,  Adobe containing Reader9.0,  Acrobat.com, and Photoshop7.0.

    Hi, May I suggest that you read your previous 3 threads that have been responded to?
    You need to stop starting threads, this is the 4th one. You need to stop copying and pasting from the first thread to the new threads that you are starting. It serves no positive purpose.
    eidnolb

Maybe you are looking for

  • IPad on the Enterprise network

    Hello All - I am looking to get some more information on the iPad in the enterprise. We are currently using Cisco wireless running a corporate SSID using WPA+WPA2 with AES and 802.1X. Is anyone running iPad's in the 802.1X enterprise? We use a Device

  • Problem with Installers

    I have a few problems. A few of my apps do not start at launch, and some of my system preferences won't display. I also am having trouble installing .dmg files but not .bin files. All installers seem to work fine but I can't get passed the screen tha

  • My ipad mini can't locate me on maps..how do i fix it?

    my ipad mini can't locate me on maps..how do i fix it?

  • I cannot dl forms from Officio.ca on my iPad mini

    I want to dl some PDF forms from my account on Officio.ca. But I can't. I have Adobe Reader 10 on it. I just click on the form but nothing happens. I would be happy if sb helps me with this problem. Thank u in advance Nargess

  • Devices line in iPhoto does not allow you to sync but it does in iTunes

    When I to into Itunes my Ipod shows up and you click on the Devices and you can choose to sync what you want. However in iPhoto the devices line shows up but the Mac does not allow you to choose to sync i.e. the photos. Also the sceen it jumps into s