Listen to Flash Player events

Hi all,
I hope this is the right forum for this kind of question, if no i apologize for the spam and could you please redirect me to the right one.
Is it possible to write a sort of plugin to the Flash Player that can listen on events like:
- the player is loading an FLV video
- the user is pausing the FLV video
- the user is seeking the FLV video
and so on.
This is to develop an application that can control which videos are being accessed by the player and validate against a list of allowed URL.
I have seen that the Action Script3 allow to interface with external API so that for example a Javascript program in the webpage embedding the player can access some methods of player:
http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9 b90204-7cb1.html
however i'm not sure what type of APIs the Flash Player can export to implement what i need.
Thanks in advance for any help/hint,
Giovanni

r035198x wrote:
endasil wrote:
Are you sure you aren't interested in a [static initializer|http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.7]?
That's if they have access to the class file being loaded. Problem with static initializers is that they'd also have to write code in every class. (There is no way of specifying an initializer for a group of classes e.t.c)
I think the OP needs to simplify their requirements.e.g The class which would contain the code that sets this class loading logging capability would not itself be able to be logged.I was just guessing at the OP's requirements, having none. Often people come here and say "I need this," instead of saying "I need to +accomplish+ this..." which presupposes the path to take--a path that is often unnecessary or just plain wrong. So it was just a shot in the dark, saying that if the underlying requirement was to be notified of a single class being initialized, then that would be an alternative.

Similar Messages

  • Flash player on the new mac sarafi can't use keyboard and event listener

    flash player on the new mac sarafi can't use keyboard and event listener
    cn:英文有些差不好意思,附上中文说明:在flash player web 开发时,我在最新版本的sarafi上,目前出现不能响应键盘事件bug,为了验证是不是我本地问题,我也用在多款别的网页游戏上进行测试,全有这个bug,另外,有时还有那个fp弹出本地 缓存提示设置窗口也点不了“允许或拒绝“那些按钮

    Now after 5 weeks, you have always not resolved this very important and urgent issue. It seems that Adobe has realy abandonned the actionscript / flash player projects. Why not simply discontinue flash player on desktops too ? Or even better remove or block "automaticaly" all flash players with the final update. That could create a serious issue on the Internet for few weeks but at least that will be honorable end like a Samurai's Seppuku...

  • How do I listen to an event broadcast over adobe flash player?

    Adobe flash player is causing me grief with my iPad.

    Adobe recently announced they will no longer be supporting Flash with ANY mobile device. All these websites that have not kept up with the times by not providing such content with an open standard that is supported by iOS devices better wake up - especially with the number of iOS devices sold to date - iPhones, iPod Touch, and iPads. They are missing out on one huge market with continued significant growth, but they will be forced to now with Flash no longer being supported with any mobile device.

  • Adobe flash player settings popup Event

    Is there an event that is dispatched that can be listened for when the adobe flash player settings window is shown?

    I could not find anything reliable. I tried it for the Camera, was able to tell
    that is showing up because a button was clicked but never able to tell when it
    was closing. There was the activity event of the Camera but it always fired
    twice and was not reliable. I think there is a feature request or something but
    not 100% sure.
    C

  • URGENT: Flash Remoting problem in onStatus event with Flash Player 8

    I'm having a problem that only occurs in Flash Player 8 and
    above.
    When I publish to Player 8, my Connection.onStatus fires
    to function correctly. The problem is that the status
    information is undefined!
    Any idea?
    Thanks in advance,
    Rui Pereira

    convert all mouse events to touchevents
    Adobe Flash Platform * Touch, multitouch and gesture input

  • HT201184 i canot install the new version of adobe flash player so i con not listen to the songs posted on fb

    i canot install the new version of adobe flash player so i con not listen to the songs posted on fb

    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS. Note that version 10,1,102,64 is the last version available to PPC Mac users*. The latest version, 10.2.152.25, 10.3.x beta, or later, is for Intel Macs only, as Adobe no longer support the PPC platform. Version 11.0.1.152 is for Lion.
    * Unhelpfully, if you want the last version for PPC Macs, you need to go here:  http://kb2.adobe.com/cps/142/tn_14266.html  and scroll down to 'Archived Versions/Older Archives'. The first one on the list, Flash Player 10.1.102.64 is the one you download. More information here:  http://kb2.adobe.com/cps/838/cpsid_83808.html
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/909/cpsid_90906.html
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.
    (If you are running a PPC Mac with Flash Player 10.1.102.64 and are having problems with watching videos on FaceBook or other sites, contributor Texas Mac Man suggests the following solution which fools the site into thinking that you are running the latest version:)
    Download this http://www.steelbin.com/FPforFBPPC.zip to your desktop, unzip it, and replace the current Flash Player plug-in which is in your main/Library/Internet Plug-Ins folder, (not the user Library). Save the old one just in case this one doesn't work.

  • Publish for Flash Player 11, video events not working

    I have a Flash project that I'm publishing in Flash Player 11 in hopes having better animation results with Flash Player 11's better rendering capabilites.
    However, my AS3 Video Events are now throwing errors. These two Event listeners throw the error.
    "Access of possibly undefined property COMPLETE through a reference with static type Class"
    "Access of possibly undefined property PLAYING_STATE_ENTERED through a reference with static type Class."
    videoOverlay_mc.video_mc.addEventListener(VideoEvent.COMPLETE, fnc_endOfVideo)
    videoOverlay_mc.video_mc.addEventListener(VideoEvent.PLAYING_STATE_ENTERED, fnc_videoStart);
    If I publish as Flash Player 10.x the events & listeners work fine.
    I've been trying to find documentation on Flash Player 11 and what video events to use. Does anyone know where I can find this?
    The API's still shows the videoEvents, http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/fl/video/VideoEvent.htm l
    Thanks in advance for your reply,
    Zak

    Kglad,
    My apologies. I rushed my reply.
    This worked:
    videoOverlay_mc.video_mc.addEventListener(fl.video.VideoEvent.COMPLETE, fnc_endOfVideo);
    videoOverlay_mc.video_mc.addEventListener(fl.video.VideoEvent.PLAYING_STATE_ENTERED, fnc_videoStart);
    function fnc_videoStart(evt:fl.video.VideoEvent):void {
    function fnc_endOfVideo(evt:fl.video.VideoEvent):void {
    I had to put the full event path in the function parameter as well otherwise I got a "Ambiguous reference to VideoEvent compile error".
    Thanks a lot for your help.
    Zak

  • Flash Player 11.2 not firing onCuePoint event

    In my current flash project i'm using a flv with cuepoints to trigger certain events.
    After flash player update to 11,2,202,228 debug version (Firefox 11, Win7), those cuepoints will no longer work.
    Before updating the project worked fined. In IE9, Flash player 11.1 everything is OK.
    Anybody else with this problem?

    Patty,
    Does this problem exist with the release player on Firefox?  Do you have any sample swf's where I can see this behavior?
    I'd also recommend opening a new bug report about this over at bugbase.adobe.com, please post back with the URL so that we can look into this internally.
    Thanks,
    Chris

  • My iPad does not support flash player. What can I do to listen to Finnish radio on the iPad?

    Help! How can I listen to my beloved Finnish radio on this new fangled iPad? To listen to it I require flash player. Any ideas?

    For general internet radio listening I recommend TuneIn Radio, either the free or paid Pro version.
    If by Finnish radio you mean Yle they have an app available, they even direct you to it when you first surf to their website.
    Mikael

  • I would like to listen to rhapsody on my iPod, but i can't seem to download a flash player that will work

    How do you download a flash player onto an ipod touch?

    You don't.
    There is no flash player for ipod.  Adobe does not make one.
    You cannot download anyhitng from the internet onto the iphone.  The ONLY apps come from the app store in itunes.

  • I need adobe flash player to listen to an audio download, how or what will work

    Can I download adobe flash player on iPad air

    Yes.  There are several Browsers in the App store that support Flash to varying degrees.
    Yoiu may want to test some of those out.
    Things like Puffin, Skyfire, Photon, etc... Search for "Flash Browser"  in the App Store.

  • Flash Player crashes when accessing my webcam

    Hello,
    I am using about 20 different HP Elitepad 900 G1 tablets (all 32 bit OSes). On each one, when signing into MegaMeeting and being prompted to access the webcam, IE stops responding. When I try the same thing in Firefox, it states that Flash Player has encountered an error and to reload the page, which it then promptly encounters the same error.
    I have confirmed that I have the most up to date flash player, tried uninstalling and reinstalling, updating my drivers and confirmed that on another Flash based site (Chatroulette) that the error occrus, as well as confirmed that the camera app (Windows 8.0) and Skype both function just fine with the web cam.
    At this point, I am at a loss because beyond this, there are no problems utilizing flash for the meeting, just that they cannot join with voice/video and that is the point of the meetings.
    Posted below are the DXDIAG files as well as the version of flash that I have installed, and I am just looking for some assistance in confirming what I can do to get this working.
    Thank you all very much!
    Flash Player: 13.0.0.206
    DXDIAG:
    System Information
    Time of this report: 5/7/2014, 14:14:28
           Machine name: MHSI-T-493
       Operating System: Windows 8 Pro 32-bit (6.2, Build 9200) (9200.win8_gdr.130708-1504)
               Language: English (Regional Setting: English)
    System Manufacturer: Hewlett-Packard
           System Model: HP ElitePad 900
                   BIOS: 68CUA Ver. F.05
              Processor: Intel(R) Atom(TM) CPU Z2760  @ 1.80GHz (4 CPUs), ~1.8GHz
                 Memory: 2048MB RAM
    Available OS Memory: 2008MB RAM
              Page File: 936MB used, 1391MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: 96 DPI (100 percent)
    System DPI Setting: 120 DPI (125 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.02.9200.16384 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: Intel(R) Graphics Media Accelerator
           Manufacturer: Intel(R) Corporation
              Chip type: Intel® Graphics Media Accelerator
               DAC type: Internal LVDS, HDMI
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_8086&DEV_08CF&SUBSYS_18DC103C&REV_05
         Display Memory: 747 MB
       Dedicated Memory: 0 MB
          Shared Memory: 747 MB
           Current Mode: 1280 x 800 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: unknown
             Monitor Id: LGD040C
            Native Mode: 1280 x 800(p) (59.998Hz)
            Output Type: Internal
            Driver Name: igdumd32.dll
    Driver File Version: 9.14.0003.1176 (English)
         Driver Version: 9.14.3.1176
            DDI Version: 9Ex
         Feature Levels: 9.3,9.2,9.1
           Driver Model: WDDM 1.2
    Graphics Preemption: DMA
    Compute Preemption: DMA
      Driver Attributes: Final Retail
       Driver Date/Size: 11/14/2013 16:45:40, 1994752 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B78E66-4B8F-11CF-1477-DF38A4C2C435}
              Vendor ID: 0x8086
              Device ID: 0x08CF
              SubSys ID: 0x18DC103C
            Revision ID: 0x0005
    Driver Strong Name: oem90.inf:400ac85dd97eff91:generic32_VEN_8086&DEV_08CF:9.14.3.1176:pci\ven_8086&dev_08cf& subsys_18dc103c
         Rank Of Driver: 80DA0001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
            DXVA2 Modes: DXVA2_ModeMPEG2_IDCT  DXVA2_ModeMPEG2_VLD  DXVA2_ModeH264_VLD_NoFGT  DXVA2_ModeVC1_VLD 
       Deinterlace Caps: {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(YUY2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(UYVY,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(YV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(NV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(IMC1,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(IMC2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(IMC3,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(IMC4,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(S340,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(S342,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (Intel SST Audio Device (WDM))
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: ACPI\VEN_INTC&DEV_33B3
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: isstrtc.sys
             Driver Version: 6.02.9200.0000 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 7/3/2013 15:14:04, 241152 bytes
                Other Files:
            Driver Provider: Intel
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Intel SST Audio Device (WDM))
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: isstrtc.sys
             Driver Version: 6.02.9200.0000 (English)
          Driver Attributes: Final Retail
              Date and Size: 7/3/2013 15:14:04, 241152 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: HIDI2C Device
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x03EB, 0x8404
            FF Driver: n/a
          Device Name: GPIO Button Driver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: GPIO Button Driver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: n/a
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Matching Device ID: USB\ROOT_HUB20
    | Service: usbhub
    | Driver: usbhub.sys, 6/30/2013 17:48:36, 334680 bytes
    | Driver: usbd.sys, 6/30/2013 17:48:36, 18776 bytes
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x0424, 0x9514
    | | Location: Port_#0001.Hub_#0001
    | | Matching Device ID: USB\Class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 6/30/2013 17:48:36, 334680 bytes
    | | Driver: usbd.sys, 6/30/2013 17:48:36, 18776 bytes
    | |
    | +-+ USB Input Device
    | | | Vendor/Product ID: 0x046D, 0xC064
    | | | Location: Port_#0004.Hub_#0002
    | | | Matching Device ID: USB\Class_03&SubClass_01
    | | | Service: HidUsb
    | | | Driver: hidusb.sys, 5/3/2013 23:08:13, 19456 bytes
    | | | Driver: hidclass.sys, 11/25/2013 18:17:13, 61440 bytes
    | | | Driver: hidparse.sys, 6/28/2013 21:32:26, 26496 bytes
    | | |
    | | +-+ HID-compliant mouse
    | | | | Vendor/Product ID: 0x046D, 0xC064
    | | | | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | | | | Service: mouhid
    | | | | Driver: mouhid.sys, 3/2/2013 02:18:13, 20992 bytes
    | | | | Driver: mouclass.sys, 7/25/2012 22:42:15, 39152 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 7/25/2012 21:36:28, 23040 bytes
    | Driver: kbdclass.sys, 7/25/2012 22:42:33, 39664 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 5.0 GB
    Total Space: 29.1 GB
    File System: NTFS
          Model: MMC Memory Card
          Drive: D:
    Free Space: 0.1 GB
    Total Space: 0.1 GB
    File System: FAT32
          Model: MMC Memory Card
    System Devices
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_8086&DEV_08C0&SUBSYS_18DC103C&REV_05\3&267A616A&2&00
       Driver: n/a
         Name: Intel(R) Graphics Media Accelerator
    Device ID: PCI\VEN_8086&DEV_08CF&SUBSYS_18DC103C&REV_05\3&267A616A&2&10
       Driver: C:\Windows\system32\DRIVERS\igdkmd32.sys, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 1012736 bytes
       Driver: C:\Windows\system32\DRIVERS\igddim32.sys, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 406528 bytes
       Driver: C:\Windows\system32\DRIVERS\igdperf32.sys, 11/14/2013 16:45:40, 4096 bytes
       Driver: C:\Windows\system32\igdumd32.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 1994752 bytes
       Driver: C:\Windows\system32\igdogl32.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 2966016 bytes
       Driver: C:\Windows\system32\pvrscopeservices.dll, 11/14/2013 16:45:44, 92160 bytes
       Driver: C:\Windows\system32\igddim32.vp, 11/14/2013 16:45:40, 8700 bytes
       Driver: C:\Windows\system32\igd_XC.vp, 12/14/2012 16:11:16, 43396 bytes
       Driver: C:\Windows\system32\igd_XO.vp, 12/14/2012 16:11:16, 43521 bytes
       Driver: C:\Windows\system32\igd_XA.cpa, 12/14/2012 16:11:16, 1397159 bytes
       Driver: C:\Windows\system32\igd_XA.vp, 12/14/2012 16:11:16, 1074 bytes
       Driver: C:\Windows\system32\igd_XG.vp, 12/14/2012 16:11:16, 43522 bytes
       Driver: C:\Windows\system32\hccutils.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:38, 161280 bytes
       Driver: C:\Windows\system32\igfxsrvc.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:42, 408576 bytes
       Driver: C:\Windows\system32\igfxsrvc.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:42, 378880 bytes
       Driver: C:\Windows\system32\igfxpph.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 309248 bytes
       Driver: C:\Windows\system32\igfxcpl.cpl, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 229888 bytes
       Driver: C:\Windows\system32\igfxdev.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 453632 bytes
       Driver: C:\Windows\system32\igfxtray.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:42, 291328 bytes
       Driver: C:\Windows\system32\hkcmd.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:38, 301056 bytes
       Driver: C:\Windows\system32\igfxress.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:42, 9083392 bytes
       Driver: C:\Windows\system32\igfxpers.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 265728 bytes
       Driver: C:\Windows\system32\gfxSrvcWin8.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:38, 209920 bytes
       Driver: C:\Windows\system32\IGFXDEVLib.dll, 1.00.0000.0000 (Invariant Language), 11/14/2013 16:45:40, 9216 bytes
       Driver: C:\Windows\system32\IntelInvokePanel.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:42, 722432 bytes
       Driver: C:\Windows\system32\GfxRes.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:38, 1584128 bytes
       Driver: C:\Windows\system32\igfxext.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 288768 bytes
       Driver: C:\Windows\system32\igfxexps.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 308736 bytes
       Driver: C:\Windows\system32\igfxrara.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 494592 bytes
       Driver: C:\Windows\system32\igfxrchs.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 488448 bytes
       Driver: C:\Windows\system32\igfxrcht.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 488960 bytes
       Driver: C:\Windows\system32\igfxrdan.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 495616 bytes
       Driver: C:\Windows\system32\igfxrdeu.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 497152 bytes
       Driver: C:\Windows\system32\igfxrenu.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 344576 bytes
       Driver: C:\Windows\system32\igfxresn.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 498176 bytes
       Driver: C:\Windows\system32\igfxrfin.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496640 bytes
       Driver: C:\Windows\system32\igfxrfra.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497664 bytes
       Driver: C:\Windows\system32\igfxrheb.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 494592 bytes
       Driver: C:\Windows\system32\igfxrhrv.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496640 bytes
       Driver: C:\Windows\system32\igfxrita.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497152 bytes
       Driver: C:\Windows\system32\igfxrjpn.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 491520 bytes
       Driver: C:\Windows\system32\igfxrkor.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 489984 bytes
       Driver: C:\Windows\system32\igfxrnld.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497152 bytes
       Driver: C:\Windows\system32\igfxrnor.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496128 bytes
       Driver: C:\Windows\system32\igfxrplk.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497152 bytes
       Driver: C:\Windows\system32\igfxrptb.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496128 bytes
       Driver: C:\Windows\system32\igfxrptg.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497152 bytes
       Driver: C:\Windows\system32\igfxrrom.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497152 bytes
       Driver: C:\Windows\system32\igfxrrus.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497664 bytes
       Driver: C:\Windows\system32\igfxrsky.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496640 bytes
       Driver: C:\Windows\system32\igfxrslv.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496128 bytes
       Driver: C:\Windows\system32\igfxrsve.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496640 bytes
       Driver: C:\Windows\system32\igfxrtha.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 495616 bytes
       Driver: C:\Windows\system32\igfxrcsy.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 497152 bytes
       Driver: C:\Windows\system32\igfxrell.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 498176 bytes
       Driver: C:\Windows\system32\igfxrhun.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496640 bytes
       Driver: C:\Windows\system32\igfxrtrk.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496128 bytes
       Driver: C:\Windows\system32\Gfxres.ar-SA.resources, 12/14/2012 16:23:52, 139442 bytes
       Driver: C:\Windows\system32\Gfxres.cs-CZ.resources, 12/14/2012 16:23:52, 138406 bytes
       Driver: C:\Windows\system32\Gfxres.da-DK.resources, 12/14/2012 16:23:38, 138024 bytes
       Driver: C:\Windows\system32\Gfxres.de-DE.resources, 12/14/2012 16:23:34, 138321 bytes
       Driver: C:\Windows\system32\Gfxres.el-GR.resources, 12/14/2012 16:23:42, 140836 bytes
       Driver: C:\Windows\system32\Gfxres.es-ES.resources, 12/14/2012 16:23:48, 138393 bytes
       Driver: C:\Windows\system32\Gfxres.en-US.resources, 12/14/2012 16:23:34, 137811 bytes
       Driver: C:\Windows\system32\Gfxres.fi-FI.resources, 12/14/2012 16:23:48, 138221 bytes
       Driver: C:\Windows\system32\Gfxres.fr-FR.resources, 5/17/2013 13:43:38, 138530 bytes
       Driver: C:\Windows\system32\Gfxres.he-IL.resources, 12/14/2012 16:23:46, 138983 bytes
       Driver: C:\Windows\system32\Gfxres.hr-HR.resources, 12/14/2012 16:23:44, 138219 bytes
       Driver: C:\Windows\system32\Gfxres.hu-HU.resources, 12/14/2012 16:23:54, 138630 bytes
       Driver: C:\Windows\system32\Gfxres.it-IT.resources, 12/14/2012 16:23:50, 138393 bytes
       Driver: C:\Windows\system32\Gfxres.ja-JP.resources, 12/14/2012 16:23:50, 139129 bytes
       Driver: C:\Windows\system32\Gfxres.ko-KR.resources, 12/14/2012 16:23:36, 138220 bytes
       Driver: C:\Windows\system32\Gfxres.nb-NO.resources, 12/14/2012 16:23:54, 138008 bytes
       Driver: C:\Windows\system32\Gfxres.nl-NL.resources, 12/14/2012 16:23:40, 138215 bytes
       Driver: C:\Windows\system32\Gfxres.pl-PL.resources, 5/17/2013 13:44:00, 138536 bytes
       Driver: C:\Windows\system32\Gfxres.pt-BR.resources, 12/14/2012 16:23:38, 138231 bytes
       Driver: C:\Windows\system32\Gfxres.pt-PT.resources, 12/14/2012 16:23:36, 138286 bytes
       Driver: C:\Windows\system32\Gfxres.ro-RO.resources, 12/14/2012 16:23:36, 138258 bytes
       Driver: C:\Windows\system32\Gfxres.ru-RU.resources, 12/14/2012 16:23:46, 140371 bytes
       Driver: C:\Windows\system32\Gfxres.sk-SK.resources, 12/14/2012 16:23:34, 138330 bytes
       Driver: C:\Windows\system32\Gfxres.sl-SI.resources, 12/14/2012 16:23:44, 138212 bytes
       Driver: C:\Windows\system32\Gfxres.sv-SE.resources, 12/14/2012 16:23:42, 138119 bytes
       Driver: C:\Windows\system32\Gfxres.th-TH.resources, 12/14/2012 16:23:50, 141976 bytes
       Driver: C:\Windows\system32\Gfxres.tr-TR.resources, 12/14/2012 16:23:40, 138216 bytes
       Driver: C:\Windows\system32\Gfxres.zh-CN.resources, 12/14/2012 16:23:44, 137724 bytes
       Driver: C:\Windows\system32\Gfxres.zh-TW.resources, 12/14/2012 16:23:46, 137791 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\libmfxhw32-c1.dll, 3.12.0008.0023 (English), 8/22/2012 08:45:52, 13431296 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\mfx_mft_h264ve_32.dll, 3.12.0009.0021 (English), 9/20/2012 13:22:52, 528384 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\he_32.vp, 9/20/2012 13:22:56, 18209 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\c.cpa, 9/20/2012 09:00:38, 846855 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\cpa.vp, 9/20/2012 13:22:54, 993 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\dev.vp, 9/20/2012 13:22:56, 21463 bytes
         Name: Intel(R) Imaging Signal Processor 2300
    Device ID: PCI\VEN_8086&DEV_08D0&SUBSYS_00000000&REV_05\3&267A616A&2&18
       Driver: C:\Windows\system32\DRIVERS\camera.sys, 6.02.9200.16384 (English), 7/11/2013 01:24:10, 207872 bytes
       Driver: C:\Windows\system32\DRIVERS\isp_firmware.bin, 12/16/2012 15:43:18, 1659946 bytes
       Driver: C:\Windows\system32\DRIVERS\mute.bmp, 12/16/2012 15:43:26, 14454 bytes
       Driver: C:\Windows\system32\IntelCameraPlugin.dll, 1.00.0000.0001 (English), 7/11/2013 01:23:58, 745472 bytes
       Driver: C:\Windows\system32\IntelSocYuvCopy.dll, 1.00.0000.0001 (English), 7/11/2013 01:24:22, 109568 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.02.9200.16384
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.02.9200.16384
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.02.9200.16384
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.02.9200.16384
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.02.9200.16496
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.02.9200.16384
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.02.9200.16604
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.02.9200.16384
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.02.9200.16384
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.9200.16384
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.9200.16384
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.9200.16384
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.9200.16384
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.9200.16384
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16429
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.9200.16384
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.9200.16384
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.9200.16384
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.9200.16384
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9200.16384
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.9200.16384
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.9200.16384
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9200.16384
    Intel SoC YUV Copy Filter,0x00400000,1,1,IntelSocYuvCopy.dll,1.00.0000.0001
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.9200.16384
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.9200.16384
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.9200.16384
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.9200.16384
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.9200.16384
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.9200.16384
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.9200.16384
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.9200.16384
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.9200.16384
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.9200.16384
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.9200.16384
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.9200.16384
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.02.9200.16384
    File writer,0x00200000,1,0,qcap.dll,6.06.9200.16384
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.9200.16384
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.9200.16384
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.9200.16384
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9200.16384
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.9200.16384
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.9200.16384
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.9200.16384
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.9200.16812
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.9200.16812
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.9200.16384
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.02.9200.16384
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.9200.16384
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.9200.16384
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.9200.16384
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.9200.16384
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.9200.16384
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.8506.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.9200.16384
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.9200.16384
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.9200.16384
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.9200.16384
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.9200.16384
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.02.9200.16384
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.9200.16384
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.9200.16384
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.02.9200.16384
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.02.9200.16384
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.02.9200.16384
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.9200.16384
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.9200.16384
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.02.9200.16384
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.02.9200.16384
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    PCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.9200.16384
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.9200.16384
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.9200.16384
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.9200.16384
    Audio Capture Sources:
    Microphone (Intel SST Audio Device (WDM)),0x00200000,0,0,qcap.dll,6.06.9200.16384
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.9200.16384
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.9200.16384
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.9200.16384
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.9200.16384
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.9200.16384
    WDM Streaming Capture Devices:
    IntelSST Audio Wave for DMIC,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    ,0x00000000,0,0,,
    OV8830,0x00200000,0,4,ksproxy.ax,6.02.9200.16384
    OV2720 Front,0x00200000,0,4,ksproxy.ax,6.02.9200.16384
    WDM Streaming Rendering Devices:
    IntelSST Audio Wave for IHF,0x00200000,2,2,ksproxy.ax,6.02.9200.16384
    ,0x00000000,0,0,,
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.9200.16384
    Video Capture Sources:
    OV8830,0x00200000,0,4,ksproxy.ax,6.02.9200.16384
    OV2720 Front,0x00200000,0,4,ksproxy.ax,6.02.9200.16384
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9200.16384
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.9200.16384
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.9200.16384
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.9200.16384
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    Audio Renderers:
    Speakers (Intel SST Audio Device (WDM)),0x00200000,1,0,quartz.dll,6.06.9200.16384
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.9200.16384
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.9200.16384
    DirectSound: Speakers (Intel SST Audio Device (WDM)),0x00200000,1,0,quartz.dll,6.06.9200.16384
    Preferred DirectShow Filters
    [HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]
    <media subtype GUID>, [<filter friendly name>, ]<filter CLSID>
    MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    {64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
    {78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    {64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
    MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
    MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    {64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    {44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    {6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
    {20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    {58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
    {5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    {7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    Media Foundation Transforms
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]
    <category>:
      <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>
    Video Decoders:
      Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
      DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 6.02.9200.16384
      Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 6.02.9200.16496
      Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
      WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 6.02.9200.16384
      WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 6.02.9200.16604
      MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 6.02.9200.16384
      Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 6.02.9200.16384
      Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 6.02.9200.16384
    Video Encoders:
      Intel® H.264 Encoder MFT, {4BE8D3C0-0515-4A37-AD55-E4BAE19AF471}, 0x4, 7, mfx_mft_h264ve_32.dll, 3.12.0009.0021
      H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 6.02.9200.16420
      WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 6.02.9200.16384
      WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 6.02.9200.16384
      Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 12.00.9200.16384
    Video Effects:
      Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 6.02.9200.16384
      Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 6.02.9200.16384
      VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 6.02.9200.16384
      Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 6.02.9200.16384
      Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 6.02.9200.16384
    Video Processor:
      HDX264_Transcoder, {0BB94541-4EB9-4134-B201-E1E33B78DEE6}, 0x21, CtxVideoCodec.dll, 15.01.0000.4054
      Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 12.00.9200.16420
    Audio Decoders:
      Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, MSAudDecMFT.dll, 6.02.9200.16578
      WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 6.02.9200.16384
      Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 6.02.9200.16578
      A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 12.00.9200.16628
      GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 12.00.9200.16628
      WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 6.02.9200.16384
      Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 6.02.9200.16578
      WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 6.02.9200.16384
      G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 12.00.9200.16628
      IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 12.00.9200.16628
      MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 6.02.9200.16384
      ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 12.00.9200.16628
    Audio Encoders:
      MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 12.00.9200.16628
      WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 6.02.9200.16384
      Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 12.00.9200.16384
      WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 6.02.9200.16384
      Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 6.02.9200.16384
      Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 6.02.9200.16384
    Audio Effects:
      AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 6.02.9200.16384
      Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 6.02.9200.16384
    Multiplexers:
      Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 12.00.9200.16437
    Others:
      Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
    Media Foundation Enabled Hardware Categories
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]
    EnableDecoders = 0
    EnableEncoders = 1
    EnableVideoProcessors = 1
    Media Foundation Byte Stream Handlers
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
    <file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]
    .3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    .adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    .dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred
    .dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler
    .ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    .m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .m2ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mov, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mp2v, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    .mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mp4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    .mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mpg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .nsc, {B084785C-DDE0-4D30-8CA8-05A373E185BE}, NSC Byte Stream Handler, Preferred
    .sami, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
    .smi, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
    .tod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .vob, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
    .wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .wtv, {65964407-A5D8-4060-85B0-1CCD63F768E2}, WTV Byte Stream Handler, Preferred
    audio/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/aacp, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/eac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    audio/L16, {3FFB3B8C-EB99-472B-8902-E1C1B05F07CF}, LPCM Byte Stream Handler, Preferred
    audio/mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/mpeg3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/vnd.dlna.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/vnd.dolby.dd-raw, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    audio/wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
    audio/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/x-m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/x-mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/x-mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/x-ms-wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    audio/x-wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
    video/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    video/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    video/msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    video/vnd.dlna.mpeg-tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    video/x-m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/x-ms-asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    video/x-ms-wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    video/x-ms-wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    video/x-msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    Media Foundation Scheme Handlers
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
    <URL type>, <handler CLSID>, <brief description>[, Preferred]
    file:, {477EC299-1421-4BDD-971F-7CCB933F21AD}, File Scheme Handler, Preferred
    http:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler
    http:, {9EC4B4F9-3029-45AD-947B-344DE2A249E2}, Urlmon Scheme Handler
    http:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    httpd:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler, Preferred
    httpnd:, {2EEEED04-0908-4CDB-AF8F-AC5B768A34C9}, Drm Scheme Handler, Preferred
    https:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
    httpsd:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
    httpt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    httpu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    mcast:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    mms:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    ms-appdata:, {CFC81939-3886-4ACF-9692-DA58037AE716}, MsAppData Scheme Handler, Preferred
    ms-appx-web:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppxWeb Scheme Handler, Preferred
    ms-appx:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppx Scheme Handler, Preferred
    ms-winsoundevent:, {F79A6BF9-7415-4CF3-AE10-4559509ABC3C}, Sound Event Scheme Handler, Preferred
    rtsp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    rtspt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    rtspu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    sdp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    Preferred Media Foundation Transforms
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]
    <media subtype GUID>, [<transform friendly name>, ]<transform CLSID>
    {00000006-0000-0010-8000-00AA00389B71}, A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}
    MFAudioFormat_AAC, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
    MFAudioFormat_WMAudio_Lossless, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_MPG4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    {3F40F4F0-5622-4FF8-B6D8-A17A584BEE5E}, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
    MFVideoFormat_WVC1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    KSDATAFORMAT_SUBTYPE_ADPCM, ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}
    MFVideoFormat_DVHD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    MFAudioFormat_MPEG, Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}
    {00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
    MFAudioFormat_WMAudioV9, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
    MFVideoFormat_WMV2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
    {53314356-0000-0010-8000-00AA00389B71}, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MFAudioFormat_MP3, MP3 Decoder MFT, CLSID_CMP3DecMediaObject
    MEDIASUBTYPE_mp42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    MFVideoFormat_MSS1, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
    MFVideoFormat_WMV1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WVP2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVP, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MFVideoFormat_WMV3, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVR, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    KSDATAFORMAT_SUBTYPE_MULAW, G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}
    MFVideoFormat_MJPG, MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}
    MEDIASUBTYPE_mp43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
    {00000031-0000-0010-8000-00AA00389B71}, GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}
    MFVideoFormat_MSS2, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
    MFVideoFormat_DVSD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    MFAudioFormat_WMAudioV8, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
    MFAudioFormat_MSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_RAW_AAC1, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
    MFVideoFormat_MP43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
    MFVideoFormat_DVSL, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    MFVideoFormat_DVC, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    {00000011-0000-0010-8000-00AA00389B71}, IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}
    MEDIASUBTYPE_MP42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_mpg4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_m4s2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MFVideoFormat_MP4S, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MFVideoFormat_M4S2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MEDIASUBTYPE_mp4s, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    {33363248-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    {E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
    MFVideoFormat_MP4V, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MFVideoFormat_H264, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
    {7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
    MFVideoFormat_MPG1, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
    MEDIASUBTYPE_WMVA, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
    Disabled Media Foundation Transforms
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\DoNotUse]
    <transform CLSID>
    Disabled Media Sources
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\DoNotUse]
    <media source CLSID>

    Finally found the issue, but unfortunately I am not sure if this will help in your particular case, since you are using a 3rd party software.  You can however contact the developer with this information and hopefully they can send you a patch.
    The default size of the Camera object in Flash is 160x120, but this resolution seems to be too low for the Intel driver.  Additionally, if the Width property is smaller than the Height property (portrait mode), it seems to also cause the crash.
    In our application, we simply resized the camera object to 640x400 and it solved our problem.
    Before calling the Camera object, a simple line of code can be added:
    Camera.setMode(640x400,15,true);
    and it resolved the issue on the Dell Venue 8 Pro and Acer W4.
    I hope this helps solving your problem!

  • Large photos freeze flash player, example file included.

    This was working with Flash 10, but 10.1 kills it  I am not sure if its the server or client side that makes it freeze.
    File is located at
    http://laceybrowne.com/broke.fla
    Thanks!
    also posting the code at the bottom for people who can't download
    import flash.display.BitmapData
    stop();
    var aScene:Array = []
    var aSceneWidth:Array = []
    var aSceneHeight:Array = []
    nCanvasWidth = Stage.width-50
    nCanvasHeight = Stage.height
    nCanvasRatio = nCanvasWidth / nCanvasHeight;
    aScene[0] = this.createEmptyMovieClip('scene', 1);
    var oLoader:MovieClipLoader = new MovieClipLoader()
    oLoader.addListener(this); //use the main timeline to listen and respond to oLoader's broadcast events
    //sScenePath = "http://laceybrowne.com/8702373.jpg"//works
    sScenePath = "http://laceybrowne.com/8964867.jpg"//doesn't work, freezes everything in flash player 10.1
    oLoader.loadClip(sScenePath, aScene[0])
    function onLoadInit(_mc:MovieClip)
         _mc.forceSmoothing = true;
         _mc._quality = "BEST";
         if(_mc._name == "scene")
                   // transfer image to bitmap object
                   aScene[0]._x = 0
                   aScene[0]._y = 0
                   aSceneWidth[0] = _mc._width
                   aSceneHeight[0] = _mc._height
         else
              _mc._height = 50;
              _mc._width = 50;
    function setSceneSizes(i)
         var nWidth = aSceneWidth[i];
         var nHeight = aSceneHeight[i];
         if(nWidth/nHeight < nCanvasRatio)
              var nStartWidth = nCanvasWidth;
              var nStartHeight = (nHeight / nWidth) * nCanvasWidth;
         else
              var nStartWidth = (nWidth / nHeight) * nCanvasHeight;
              var nStartHeight = nCanvasHeight;
         aScene[0]._width = nStartWidth;
         aScene[0]._height = nStartHeight;

    haha yes we did, but it broke as soon as I went to 10.1!
    The .draw command was killing big pictures once i went to 10, then i removed the draw commands and just worked with the loaded MC, and it worked, then i updated to 10.1 and it doesn't work now... driving me nuts.
    and not 100% sure what you mean by not accessing the data, I have to change its width/height/x/y once it comes in.

  • How do close a Flash player without using a close button?

    Can you tell me how to launch a Flash video after/as the home
    page loads and then make the player disappear after the video has
    finished playing without using a close button?
    Here’s an example where the player remains after the
    video has played. -
    http://www.hansenauto.com/
    Do you have any design (positioning) suggestions on how to
    accomplish this task?

    Once the video is complete, you could make a call to a
    javascript function that hides the div container of the Flash
    Object using ExternalInterface. If you are using FLVPlayback
    component, create a listener for its complete event. If you are
    using NetStream/NetConnect, listen for the Buffer.Play.Stop status
    event.

  • Looking for INTIMATE Flash Player Knowledge, to explain something DELICATE

    Hello ::- ). I have stumbled upon a Flash Player behavior about which I have some assumptions & some questions, but I would like to discuss them with somebody who has VERY good knowledge of Flash Player. If you like a good brain teaser and like to see some living proof about how Flash Player works, read on CAREFULLY. I also present inside this post the SOLUTION, which I managed to find after 10 hours of torment.
    Sorry for the use of caps in this message but I wanted to emphasize some  things. Imagine that as I am writing this, I am outraged and desperate  ::- ).
    Ok, so here is the (very simple) situation:
    1. I got an ENTER_FRAME hooked on the Stage, in which sometimes, when the User moves the mouse, I move all objects on the Stage.
    2. Inside a Timer, I got a hit testing function in which I test against the EDGES of some objects.
    3. When the objects on the Stage are MOVED (in increments of 8 pixels / frame), this is what happens:
    dispObject.visible = false;  //I repeat, that's visible = false.
    dispObject.hitTestPoint(x, y, true); //Returns TRUE. Yes, despite the object being hidden, the hit test SUCCEEDS.
    dispObject.visible = true;
    dispObject.hitTestPoint(x, y, true); //Returns FALSE when the object is VISIBLE.
    Where X and Y are coordinates situated INSIDE the shape of the object, at the extremities (left or right). I got solid proof that they're inside the object, as I dumped the contents of the Stage to a BitmapData and investigated it. Without doubt, the hit testing occurs INSIDE the colored shape of the object but the result is FALSE when the object is VISIBLE=TRUE and TRUE when the object is hidden.
    Also, the Hit Tests that I am doing are based on 2 moving  objects: I am hit testing against a moving object (dispObject), and the X/Y location where I  am doing the hit testing are dictated by the position of ANOTHER moving  object.
    Now... I know very well how hitTestPoint works. The object I'm hit testing is ON the Display List (I only played with the Visible property).
    MY SOLUTION:
    Instead of doing the Hit Test in the Timer, I just queued it in an Array and I moved it inside the ENTER_FRAME event, PRIOR TO MOVING THE STAGE OBJECTS. This makes it work regardless of whether the Hit Tested object is Visible or not.
    QUESTIONS:
    1. Does Flash Player have an internal priority for event types? I am NOT talking about Event Listener Priority but about priority in executing entire TYPES of events.
    2. Case in question: does ENTER_FRAME *ALWAYS* execute PRIOR to TIMER?
    3. Why does hitTestPoint work differently with INVISIBLE objects? Let me rephrase that: why do INVISIBLE objects get moved AFTER the TIMER event??? Becaues obviously this is what happens. When the object is invisible, Flash Player moves it differently, so that's why the Hit Test succeeds. If the object is Visible, it gets moved in ENTER_FRAME and the Hit Test fails, EVEN THOUGH ON THE SCREEN, I actually SEE IT HIT the ACTUAL SHAPE of the object.
    Again:
    So yes, what I'm saying is that visibly, on the screen, it should NOT fail because I drawed some pixels at each location I am shape-hit testing and the pixels actually INTERSECT the SHAPE, but even so, the function returns FALSE. But when the object is HIDDEN, the hit test RETURNS TRUE. Okay, that's about all the ways I can explain it haha.
    Sorry for repeating myself a bit, but I really want to get the point home. To conclude: I managed to fix the problem but I wonder why, God, why did I have to lose so much time with this? So here's to hoping some Guru sees this thread and guides me through the mysteries of Flash Player internals, because this sure as heck isn't documented (I looked everywhere about Event Priorities and STAGE WORKFLOW but couldn't find anything!)

    If you have Flash Player issues you should post them in the Flash Player forum...
    http://forums.adobe.com/community/webplayers/flash_player

Maybe you are looking for

  • PROBLEM PLEASE HELP

    do u know how when u plug ur ipod in it brings up a page with the info about ur ipod and tabs at the top saying playlists, music, videos, tv...etc when i plug mine in it doesnt go to that page it goes to the page about that january update. when i cli

  • Adobe Muse install problem April 2014 - Errors encountered during installation (7).

    ERROR: Third party payload installer InstallAdobeMuse.exe failed with exit code: 7 This is the 3rd time that I have lost my Muse installation. Yes, the app just disappeared. Uninstallers cannot find it. A search cannot locate any files. It just disap

  • Problem exporting using FCE HD

    When trying to export from FCE HD (3.5), I am selecting one of the conversion options (mpeg4 for web), the hd whirrs for a second and then returns 'unknown file error!' and won't do anything else to process the thing. What have I missed? I've tried t

  • HT1338 How do I install a driver for the speakers I have connected to the headphone jack?

    How do you install a driver for speakers I have connected to the headphone jack?

  • Serious enhancement bug

    Hi, The following instance field which is marked in the XML metadata as persistence-none, is not initialized with the enhancement-provided, protected, no-args constructor (it remains null): // this field marked as JDO transient private DecimalFormat