Scaling My Flash Movie Proportionally To Fit Any Browser

Hi,
Thanks for any help.
I am trying to make my flash site scale to the browser size, just like this site: http://www.flashcomponents.net/upload/samples/1213/index.html?full=true
The reason is because I want to design for bigger screens (that most of us have) yet still be able to view my website on small monitors i.e. 800 x 600.
I don't think I want a 'liquid/fluid' layout (as mentioned in many tutorials) because they can compromise the design aesthetic if browser window is too big or small.
I just want the movie to shrink or grow proportionally with the browser. I would also like it to stop growing beyond the dimensions that I build the flash movie- to avoid losing bitmap quality.
I currently have my flash centered in the browser with fixed dimensions. What settings do I need to change in Flash or Dreamweaver to make this happen? Also, if you have any comments or criticisms about this type of layout please do mention it. I have found only one issue with this layout - it does not zoom in when you press "command & +", but other flash sites do.
Thank you!

Hi animated_cloud.
In all honesty, I dont think you should create a scalable template if you will be using bitmap images in your movie. On the other hand, if you will be using vector images, or dinamically drawn content within your movie, then making it scale is fine.  But this is up to you! =)
ok. first off, you should go check in your File ---> Publish Settings. In the SWF Tab you should see scaling options. You should play around with some of these to understand what each do.
Have a look through those settings, and if you cant find what you want come back and we'll go from there.
good luck.

Similar Messages

  • Adobe Flash Player not working on any browser in computer

    I really need help flash player not working in any browser in google chrome. For example in http://www.twitch.tv/ You need Adobe Flash Player to watch this video.  Download it from Adobe. I already did everything to fix it shown in support page please help!!!!

    Same problem on the same website here, pls help
    -Hi, i think I've manage to solve the problem by following the instruction on the following page
    http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html
    http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html
    remember to restart your browser after doing the steps

  • How do you make html page resize to fit any browser

    Hi All,
    How do you make the html page resize to fit any browser/window both vert and horizontally.
    Thanks!
    Randy

    Horizontally by using percentage width instead of pixels.  This is called a liquid layout.
    http://alt-web.com/TEMPLATES/CSS2-Liquid-Page.shtml
    Vertical resizing is irrelevant in web design.  Page content determines page height.  The more content, the longer the page.  The less content, the shorter the page.  Scrollbars appear when needed.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • I5Charts resizing to fit any browser settings

    We have 6 i5Charts in one page.
    How can we make each size automatically re-size to fit any browser settings?
    One chart code is below:
    var i5Chart1 = new com.sap.xmii.chart.hchart.i5Chart("WVLMicrofiber7/Charts/WVLCharts", "WVLMicrofiber7/WebServices/WSWVL7TESTDATA");
        i5Chart1.setChartWidth("940px");
        i5Chart1.setChartHeight("250px");
        i5Chart1.getChartTemplateObject().setProperty("Title","Freeness Lane 1");
        var Query1= i5Chart1.getQueryObject();
        Query1.setParameter("Param.1",tempMachine);   
        Query1.setParameter("Param.2","FREENES1");       
        i5Chart1.draw("FREENES1");

    Hi Amr,
    If you want the i5Chart to occupy the available space in the broswer page rather than specifying width, then you can try by not providing width, i.e., something as shown below:
    var chart = new com.sap.xmii.chart.hchart.i5Chart(<DT>,<QT>);
    chart.draw('content1');
    In the above case the chart will expand to 100% of the available width on the browser page.
    Best Regards,
    Ria

  • Resize image to fit any browser?

    How do I set my image to re-size to automatically fit any
    browser window?
    I know it's a simple thing like pinning the image to a layer
    that's size is set to % - am i right, please help!

    Nahh - it won't be reliable, from what I understand. And, not
    only will it
    fail unpredictably, but your image will be subjected to the
    horrible pixel
    doubling trick of browsers as it resizes....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "*mista*" <[email protected]> wrote in
    message
    news:eki2ic$6mr$[email protected]..
    >>>How do I set my image to re-size to automatically
    fit any browser window?
    > I am not too sure about this but if you define the
    container holding the
    > image
    > as width="100%" and then within the image tag define
    <img src=".."
    > width="100%" height="100%" >, that should stretch the
    container and the
    > image
    > to the size based on the browser window. I can't say
    much about how this
    > will
    > impact the resolution of the image.
    > And like Shane said, what would you want to achieve by
    this.
    > Maybe someone more experienced can give better
    suggestions
    >

  • Flash movie is repeating in safari browser

    Have inserted a flash movie into a web page using dreamweaver. Have exported the flash movie out as window mode = transparent.
    have made the <param name="wmode" value="transparent" /> tags. Works ok on most browsers except Safari. It seems to repeat the movie vertically (well just a few pixels of it. Is there any way to constrict the Flash object tag so it does not repeat vertically in Safari?

    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="258" height="370">
            <param name="movie" value="../media/TAAENV501B_menu_performance.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="8.0.35.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="../scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="../media/TAAENV501B_menu_performance.swf" width="258" height="370">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="transparent" />
              <param name="swfversion" value="8.0.35.0" />
              <param name="expressinstall" value="../scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>

  • Flash Player not working in any browser.

    I am running Windows 7 x64 and have no pending windows updates.
    When I go to:
    http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html
    I can see the two indicators that tell me that I have Flash installed.
    I recently got my motherboard back from an RMA and installed an extra GPU and a new PSU (running an HD 6850 and HD 6870 in CrossfireX). Ever since the upgrade, flash player has crashed any time I try to view a youtube video in any browser, or any time I've tried to log into League of Legends (Which I believe runs on Adobe Air). I have tried updating my graphics drivers and also reverting them to older drivers, as well as updating flash/air and reverting them as well. I have also gone into Chrome://plugins and disabled/enabled in almost every combination possible - to no avail.
    Any help?

    The HTML5 video loaded perfectly and even worked every single time when I refreshed. The non-HTML5 video didn't work no matter how many times I tried again.
    Also, I had LoLReplay the first time I tried, and then reinstalled windows completely (was about time for a fresh start anyways) and have not reinstalled LoLReplay but I'm still having the same problem.
    I will update this post with my DXdiag information shortly.
    EDIT:
    Also, I have tried disabling/enabling hardware acceleration and it seems to make no difference. I have tried disabling CrossfireX or using just one or the other of the graphics cards as well but that seems to make no difference as well
    DXdiag information:
    System Information
    Time of this report: 1/29/2013, 20:53:05
           Machine name: BEN-PC
       Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7600) (7600.win7_gdr.120830-0334)
               Language: English (Regional Setting: English)
    System Manufacturer: System manufacturer
           System Model: System Product Name
                   BIOS: BIOS Date: 12/19/12 16:16:49 Ver: 18.05
              Processor: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz (8 CPUs), ~3.5GHz
                 Memory: 16384MB RAM
    Available OS Memory: 15578MB RAM
              Page File: 2213MB used, 28941MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7600.16385 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
            Sound Tab 3: No problems found.
            Sound Tab 4: No problems found.
            Sound Tab 5: 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: AMD Radeon HD 6800 Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x6738)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_6738&SUBSYS_31071682&REV_00
         Display Memory: 1347 MB
       Dedicated Memory: 2005 MB
          Shared Memory: 3437 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: E2360
             Monitor Id: GSM57E3
            Native Mode: 1920 x 1080(p) (60.000Hz)
            Output Type: DVI
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1172 (English)
         Driver Version: 9.12.0.0
            DDI Version: 10.1
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 12/19/2012 14:08:04, 1151488 bytes
            WHQL Logo'd: n/a
        WHQL Date Stamp: n/a
      Device Identifier: {D7B71EE2-2478-11CF-A671-0D11BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x6738
              SubSys ID: 0x31071682
            Revision ID: 0x0000
    Driver Strong Name: oem59.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_NI:9.12.0.0:pci\ven_1002&dev_6738
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) 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,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) 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,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) 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,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) 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,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (2- Logitech G35 Headset)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: USB\VID_046D&PID_0A15&REV_0303&MI_00
            Manufacturer ID: 65535
                 Product ID: 65535
                       Type: WDM
                Driver Name: USBAUDIO.sys
             Driver Version: 6.01.7600.16385 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 7/13/2009 18:06:32, 109568 bytes
                Other Files:
            Driver Provider: Logitech, Inc.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 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
                Description: Realtek Digital Output(Optical) (Realtek High Definition Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0892&SUBSYS_10438436&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.6543 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 1/3/2012 04:55:54, 4730344 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 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
                Description: Realtek Digital Output (Realtek High Definition Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0892&SUBSYS_10438436&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.6543 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 1/3/2012 04:55:54, 4730344 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 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
                Description: Speakers (2- eClaro)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: PCI\VEN_13F6&DEV_8788&SUBSYS_97837284&REV_00
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                Other Files:
            Driver Provider: HT OMEGA Inc.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: Yes
    EAX(tm) 2.0 Listen/Src: Yes, Yes
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: S/PDIF Pass-through Device (2- eClaro)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: PCI\VEN_13F6&DEV_8788&SUBSYS_97837284&REV_00
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                Other Files:
            Driver Provider: HT OMEGA Inc.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 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 (2- Logitech G35 Headset)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: USBAUDIO.sys
             Driver Version: 6.01.7600.16385 (English)
          Driver Attributes: Final Retail
              Date and Size: 7/13/2009 18:06:32, 109568 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Line In (2- eClaro)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Microphone (2- eClaro)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Stereo Mix (2- eClaro)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Wave (2- eClaro)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Microphone (2- HD Pro Webcam C920)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: USBAUDIO.sys
             Driver Version: 6.01.7600.16385 (English)
          Driver Attributes: Final Retail
              Date and Size: 7/13/2009 18:06:32, 109568 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
    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: Logitech G35 Headset
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0x0A15
            FF Driver: n/a
          Device Name: Razer Anansi
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x1532, 0x010F
            FF Driver: n/a
          Device Name: Razer Anansi
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x1532, 0x010F
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1E26
    | Matching Device ID: usb\root_hub20
    | Service: usbhub
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0024
    | | Location: Port_#0001.Hub_#0002
    | | Matching Device ID: usb\class_09
    | | Service: usbhub
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC232
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    |
    + Razer Naga Epic
    | Vendor/Product ID: 0x1532, 0x001F
    | Matching Device ID: hid\vid_1532&pid_001f&mi_01
    | Upper Filters: rzudd
    | Service: kbdhid
    |
    + Razer Anansi
    | Vendor/Product ID: 0x1532, 0x010F
    | Matching Device ID: hid\vid_1532&pid_010f&mi_00
    | Upper Filters: RzSynapse
    | Service: kbdhid
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC231
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    |
    + Razer Naga Epic
    | Vendor/Product ID: 0x1532, 0x001F
    | Matching Device ID: hid\vid_1532&pid_001f&mi_00
    | Upper Filters: rzudd
    | Service: mouhid
    |
    + Razer Anansi
    | Vendor/Product ID: 0x1532, 0x010F
    | Matching Device ID: hid\vid_1532&pid_010f&mi_02
    | Upper Filters: RzSynapse
    | Service: mouhid
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 47.1 GB
    Total Space: 114.5 GB
    File System: NTFS
          Model: INTEL SSDSC2CW120A3
          Drive: D:
    Free Space: 90.8 GB
    Total Space: 476.9 GB
    File System: NTFS
          Model: ST3500410AS
          Drive: E:
          Model: TSSTcorp CDDVDW SH-S223C
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7600.16385 (English), , 0 bytes
    System Devices
         Name: Intel(R) USB 3.0 eXtensible Host Controller
    Device ID: PCI\VEN_8086&DEV_1E31&SUBSYS_84CA1043&REV_04\3&11583659&0&A0
       Driver: n/a
         Name: ASMedia XHCI Controller
    Device ID: PCI\VEN_1B21&DEV_1042&SUBSYS_84881043&REV_00\4&11EB9DBD&0&00E4
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_AA88&SUBSYS_AA881682&REV_00\4&BAB4994&0&0108
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
    Device ID: PCI\VEN_8086&DEV_1E2D&SUBSYS_84CA1043&REV_04\3&11583659&0&D0
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 2 - 1E12
    Device ID: PCI\VEN_8086&DEV_1E12&SUBSYS_84CA1043&REV_C4\3&11583659&0&E1
       Driver: n/a
         Name: Asmedia 106x SATA Controller
    Device ID: PCI\VEN_1B21&DEV_0612&SUBSYS_84B71043&REV_01\4&3927C719&0&00E7
       Driver: n/a
         Name: AMD Radeon HD 6800 Series
    Device ID: PCI\VEN_1002&DEV_6739&SUBSYS_31101682&REV_00\4&C9C687&0&0009
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
    Device ID: PCI\VEN_8086&DEV_1E26&SUBSYS_84CA1043&REV_04\3&11583659&0&E8
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 1 - 1E10
    Device ID: PCI\VEN_8086&DEV_1E10&SUBSYS_84CA1043&REV_C4\3&11583659&0&E0
       Driver: n/a
         Name: Asmedia 106x SATA Controller
    Device ID: PCI\VEN_1B21&DEV_0612&SUBSYS_84B71043&REV_01\4&299066B9&0&00E6
       Driver: n/a
         Name: AMD Radeon HD 6800 Series
    Device ID: PCI\VEN_1002&DEV_6738&SUBSYS_31071682&REV_00\4&BAB4994&0&0008
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family SMBus Host Controller - 1E22
    Device ID: PCI\VEN_8086&DEV_1E22&SUBSYS_84CA1043&REV_04\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family SATA AHCI Controller
    Device ID: PCI\VEN_8086&DEV_1E02&SUBSYS_84CA1043&REV_04\3&11583659&0&FA
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_1E20&SUBSYS_84361043&REV_04\3&11583659&0&D8
       Driver: n/a
         Name: Intel(R) 82579V Gigabit Network Connection
    Device ID: PCI\VEN_8086&DEV_1503&SUBSYS_849C1043&REV_04\3&11583659&0&C8
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_17A0&DEV_7163&SUBSYS_00000000&REV_01\4&30551E88&0&00E1
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 8 - 1E1E
    Device ID: PCI\VEN_8086&DEV_1E1E&SUBSYS_84CA1043&REV_C4\3&11583659&0&E7
       Driver: n/a
         Name: Xeon(R) processor E3-1200 v2/3rd Gen Core processor PCI Express Root Port - 0155
    Device ID: PCI\VEN_8086&DEV_0155&SUBSYS_84CA1043&REV_09\3&11583659&0&09
       Driver: n/a
         Name: eClaro
    Device ID: PCI\VEN_13F6&DEV_8788&SUBSYS_97837284&REV_00\5&5A4B537&0&0000E1
       Driver: n/a
         Name: Intel(R) Z77 Express Chipset LPC Controller - 1E44
    Device ID: PCI\VEN_8086&DEV_1E44&SUBSYS_84CA1043&REV_04\3&11583659&0&F8
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 7 - 1E1C
    Device ID: PCI\VEN_8086&DEV_1E1C&SUBSYS_84CA1043&REV_C4\3&11583659&0&E6
       Driver: n/a
         Name: Xeon(R) processor E3-1200 v2/3rd Gen Core processor PCI Express Root Port - 0151
    Device ID: PCI\VEN_8086&DEV_0151&SUBSYS_84CA1043&REV_09\3&11583659&0&08
       Driver: n/a
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_1E3A&SUBSYS_84CA1043&REV_04\3&11583659&0&B0
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 5 - 1E18
    Device ID: PCI\VEN_8086&DEV_1E18&SUBSYS_84CA1043&REV_C4\3&11583659&0&E4
       Driver: n/a
         Name: Xeon(R) processor E3-1200 v2/3rd Gen Core processor DRAM Controller - 0150
    Device ID: PCI\VEN_8086&DEV_0150&SUBSYS_84CA1043&REV_09\3&11583659&0&00
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_AA88&SUBSYS_AA881682&REV_00\4&C9C687&0&0109
       Driver: n/a
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7600.16385
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7600.16385
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7600.16385
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7600.16385
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7600.16597
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    ATI Ticker,0x00200000,0,1,Ticker.ax,
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7600.16385
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7600.16905
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7600.16385
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7600.16385
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7600.16905
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7600.16905
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7600.16724
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7600.16724
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7600.16724
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7600.16905
    VHMixerSource,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0200
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7600.16905
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7600.16385
    ATI MPEG File Writer,0x00200000,1,0,atimpenc.dll,12.05.0000.21219
    ATI MPEG Video Decoder,0x00200000,1,2,atimpenc.dll,12.05.0000.21219
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7600.16724
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7600.16385
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7600.16724
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7600.16385
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7600.16905
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7600.16905
    MMACE ProcAmp,0x00200000,0,2,MMACEFilters.dll,
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7600.16385
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7600.16905
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7600.16385
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,12.05.0000.21219
    VHSplitProcSource,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0200
    VHCropResize,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0200
    AMD MJPEG Decoder,0x00800001,1,1,atimpenc.dll,12.05.0000.21219
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7600.16905
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7600.16905
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7600.16724
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7600.16905
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7600.16905
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7600.16905
    ATI MPEG Video Encoder,0x00200000,1,1,atimpenc.dll,12.05.0000.21219
    ATI MPEG Multiplexer,0x00200000,2,1,atimpenc.dll,12.05.0000.21219
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7600.16385
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7600.16385
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7600.16385
    MMACE SoftEmu,0x00200000,0,2,MMACEFilters.dll,
    File writer,0x00200000,1,0,qcap.dll,6.06.7600.16385
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7600.16385
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7600.16385
    ATI Video Scaler Filter,0x00200000,1,1,atimpenc.dll,12.05.0000.21219
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7600.16905
    MMACE DeInterlace,0x00200000,0,2,MMACEFilters.dll,
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7600.16905
    VHYV12Decoder,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0200
    VHStreamDelay,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0200
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7600.16905
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7600.16385
    VHMultiWriter,0x00200000,1,0,VHMediaCOM.dll,2.00.0000.0200
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7600.16385
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7600.16724
    VHAudioGain,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0200
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7600.16385
    VHFrameRateConv,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0200
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7600.16385
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7600.16385
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7600.16867
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7600.16385
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7600.16724
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7600.16385
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7600.16905
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7600.16905
    VHDeinterlace,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0200
    VHYV12Encoder,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0200
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7600.16905
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7600.16905
    ATI Video Rotation Filter,0x00200000,1,1,atimpenc.dll,12.05.0000.21219
    VHMultiReader,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0200
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7600.16724
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7600.16385
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7600.16905
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7600.16905
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7600.16905
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7600.16385
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7600.16867
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7600.16905
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7600.16385
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7600.16905
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Xfire Video Codec,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,12.05.0000.21219
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7600.16905
    PCM,0x00200000,1,1,quartz.dll,6.06.7600.16905
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7600.16905
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7600.16905
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7600.16905
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7600.16905
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7600.16905
    Audio Capture Sources:
    Microphone (2- Logitech G35 Hea,0x00200000,0,0,qcap.dll,6.06.7600.16385
    XSplitBroadcaster,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0200
    Line In (2- eClaro),0x00200000,0,0,qcap.dll,6.06.7600.16385
    Microphone (2- eClaro),0x00200000,0,0,qcap.dll,6.06.7600.16385
    Microphone (2- HD Pro Webcam C9,0x00200000,0,0,qcap.dll,6.06.7600.16385
    Stereo Mix (2- eClaro),0x00200000,0,0,qcap.dll,6.06.7600.16385
    Wave (2- eClaro),0x00200000,0,0,qcap.dll,6.06.7600.16385
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7600.16724
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7600.16724
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7600.16724
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7600.16905
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7600.16905
    WDM Streaming Capture Devices:
    Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    eClaro,0x00200000,2,2,ksproxy.ax,6.01.7600.16385
    eClaro Digital,0x00200000,2,2,ksproxy.ax,6.01.7600.16385
    eClaro Wave In,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    Logitech HD Pro Webcam C920,0x00200000,1,3,ksproxy.ax,6.01.7600.16385
    HD Pro Webcam C920,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    USB Audio Device,0x00200000,2,2,ksproxy.ax,6.01.7600.16385
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    Realtek HDA SPDIF Optical Out,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    Realtek HDA SPDIF Out,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    eClaro,0x00200000,2,2,ksproxy.ax,6.01.7600.16385
    eClaro Digital,0x00200000,2,2,ksproxy.ax,6.01.7600.16385
    eClaro Wave In,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    USB Audio Device,0x00200000,2,2,ksproxy.ax,6.01.7600.16385
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7600.16867
    Video Capture Sources:
    Logitech HD Pro Webcam C920,0x00200000,1,3,ksproxy.ax,6.01.7600.16385
    XSplitBroadcaster,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0200
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7600.16385
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7600.16867
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7600.16867
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7600.16899
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7600.16899
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7600.16899
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7600.16899
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    Audio Renderers:
    Speakers (2- Logitech G35 Heads,0x00200000,1,0,quartz.dll,6.06.7600.16905
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7600.16905
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7600.16905
    DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7600.16905
    DirectSound: Realtek Digital Output(Optical) (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7600.16905
    DirectSound: S/PDIF Pass-through Device (2- eClaro),0x00200000,1,0,quartz.dll,6.06.7600.16905
    DirectSound: Speakers (2- eClaro),0x00200000,1,0,quartz.dll,6.06.7600.16905
    DirectSound: Speakers (2- Logitech G35 Headset),0x00200000,1,0,quartz.dll,6.06.7600.16905
    Realtek Digital Output (Realtek,0x00200000,1,0,quartz.dll,6.06.7600.16905
    Realtek Digital Output(Optical),0x00200000,1,0,quartz.dll,6.06.7600.16905
    S/PDIF Pass-through Device (2- ,0x00200000,1,0,quartz.dll,6.06.7600.16905
    Speakers (2- eClaro),0x00200000,1,0,quartz.dll,6.06.7600.16905
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0

  • Controlling where flash movie loads on a web  browser

    I want to have the index page for my site open with a flash
    movie on top of the rest of the content of the page at a set pixel
    distance from the top of the page and centered horizontally in
    relation to the browser. I have been able to make this work with an
    absolute location using CSS elements in Dreamweaver and the
    equivalent of what used to be layers. It all works as long as the
    position of the layer is absolute, and your monitor settings are
    pretty standard. Otherwise the flash plays on the left:
    http://www.iconoclastic.net/metaphordogs/index.html
    When I try to make it a relative location, it moves to the
    top of the browser. When I try to make it relative to a table, it
    displaces the table content rather than playing over it.
    Any assistance would be appreciated
    Alec

    1. System Preferences >  Flash Player > Advanced >  Delete  All
         Press the "Delete All" button.
         Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
       Download it first.
       The next step is important.
       Click Safari in the menubar and select “Quit Safari”.
        Follow the prompts and install it.
        Restart computer. Relaunch Safari.
    2.  Allow  Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.
    3. Safari > Preferences > Privacy
        Press the button “ Remove All Website Data”.

  • How can I remove the thin black border of Flash movie when viewed in a browser?

    There is a thin border at the top and left margins of my Flash movie when the .html is viewed in a browser. How can it be removed?
    Here's the movie.
    One solution suggests replacing some code, but the code they suggest replacing doesn't even exist in my html file.
    I have found questions similar to mine being asked all over different forums, but their solutions either don't work, or like the above, don't really apply. For such a common problem, finding the solution is getting a little frustrating.
    I'm using Flash CS3 on a Windows PC rrunning XP professional.

    Okay, I found the answer. It turns out that when I made the buttons in Flash (so the movie would have clickable links), the default stroke color was set to black. Change it to white and the outline is gone.
    As for appearing only on the top and left of the movie - for some reason the bottom and right is being cropped a bit when it's placed in to the html page. But that's a topic for a different discussion.

  • Flash doesn't work on any browser since 11.9 update.

    I updated to 11.9. Since having done so, I can't get flash to work with any of my browsers (IE, Chrome, Chromium, Firefox or Opera). I am using Windows 8. In Firefox, I get the prompt to continue waiting for the plugin to work or cancel the plugin. I reset Firefox, as I've seen suggested in other threads, with no luck. I've tried the beta version also with no luck. I tried in both the latest versions of Firefox and Nightly to no affect. On Chrome, I can get video but no audio. I used Adobe's uninstaller to uninstall flash completely and re-installed flash. No luck. Any way I can dowload the older version of Flash? That worked and this version doesn't. Seriously affecting my ability to surf the web.

    For IE, can you try the steps outlined here?
    Enabling Flash   Player in Internet Explorer  
    ActiveX Filtering   in Internet Explorer
    For Chrome, please navigate to "about:flash" and paste the contents displayed
    For Firefox, please navigate to "about:plugins" and again paste the contents of this page

  • Flash player not recognised in any browser

    I cannot get any browser to regonise that Flash player is installed, this also happpens when working on a testing server(wamp)
    This only started after trying to fix the firefox problem!!

    Thanks Pat Willener.
    I did not see the camera icon. There is the image with the visual result of the problem:
    My drivers are the latest taked from the original site: http://www.gigabyte.com/products/product-page.aspx?pid=2942#ov
    My MOBO drivers are also the latest taken from the original site as well.

  • Flash Player not working on any browser. (Video's keep loading forever)

    Hello everyone!
    I've been having problems with my Flash Player for about a week now and I just can't seem to find a solution that works.
    I'm not sure when the last update was, but I assume that could have caused my problems somehow. It used to work properly before.
    I now have Adobe Flash Player version 16.0.0.235.
    The browser I use is: Google Chrome.
    I use Windows 8 x64.
    I also tried Firefox and Internet Explorer to see if I can watch video's there, but they don't work there either. The video's just keep loading no matter what I do.
    Strangely enough today one video suddenly started to play itself after about..5 minutes. But when I tried to watch other video's after that happened, it didn't seem to work anymore.
    The first day I installed Firefox I could just watch video's without any problems as well. But after that, It didn't work anymore either. It worked for just one day.
    YouTube video's work properly, though. So do Facebook games, GIF's and such.
    I only can't watch video's on other websites. ( For example: AnimeHaven ) My friends have no problems watching these video's.
    I have no idea what could be the cause of these problems and I hope someone can help me fix this.
    I tried everything I could find on the internet so far. 

    Yeah, it's probably not a driver thing.  If you haven't rebooted already, definitely do that.  It might just be that the graphics hardware is in a bad state.
    The last thing we shipped was December 9th, so it's not like Flash Player changed.  If these symptoms just started recently, it seems unlikely that a recent change to Flash is the root-cause.  It's possible that Chrome might have pushed a change since then, but I talked to the Chrome guys yesterday and they didn't mention anything about a widespread video playback problem.  They have really excellent telemetry, so they usually know pretty quickly when things break. 
    It might be that your Chrome install is somehow damaged, and you could do a complete uninstall/reinstall of Chrome to see if the issue goes away.  You can also disable hardware acceleration in Chrome itself (it's under Preferences > Advanced > System > Use hardware acceleration if available) to see if that helps.
    Is the issue isolated to a specific video or video site/sites?  Does it happen in either Internet Explorer or Firefox (they're both significantly different copies of Flash Player, which would be an interesting data point)?

  • Exporting QT movie that works for any browser

    I started with a 922 MB slideshow with music exported from itunes
    saved from QT for web it is 4KB will play in QT only if you set connection speed to slow modem (28.8/33.6 Kbps) and not at all in some Explorer Browsers even with the QT plugin.
    I noticed that there is an demo Flip 4 Mac option to export the movie as a Movie to Windows Media wmv file. The demo only works for a few seconds. Is there a better way to make this movie work across all platforms without having to upgrade Flip4?
    The movie is at
    http://homepage.mac.com/jwagnerj/inspiring%20design%20web/inspiring%20design.htm l
    thanks!

    Exporting to WMV won't make it work across all platforms it will make it work for Windows (and force every mac user to get Flip4mac).
    You can manually export in QT Pro to a size and quality you are happier with than 4KB from 922 MB (quite the compression!). That is so small I wonder if it is a reference movie and not the final movie?
    Most web pages use Flash for these clips, you can convert to flash free by the backdoor method - create a YouTube account; upload to Youtube then use one of the Firefox tools to download (like Video Downloader) your FLV file they made for you. I presume you can take things down from Youtube, if not, label it something like chlorophyll synthesis in cabbages and nobody will find it anyway.

  • Why can't I view QT movies in Safari (or any browser) after 7.1.3?

    Oddly, I only seem to be having this problem on my PPC eMac and not on the Intel MacBook.
    I guess I don't really expect an answer, as there seem to be loads of problems with this update and we'll likely all have to wait for a fix. But I thought I should throw my problem into the pot & give it a stir...

    Same problem here with a MacBook Pro.
    When a page contain a QT movie, Safari (and other browser) load a 1x1px gif
    img : http://carbonimax.free.fr/QTpb.png
    MacBook Pro   Mac OS X (10.4.7)  

  • Flash Player 10.x crashes any browser (Windows 7)

    I have upgraded my Flash Player to version 10.1.
    Since I downloaded and install that plugin, I can't enjoy viewing YouTube and other services which provides streaming videos.
    My computer is hardly hanging up (not depends from browser - same effects causes in IE8 and Chrome) - only "reset" button helps when I start to viewing streaming video. That crash takes a some time - from few seconds to few minutes, but always appear.
    Please, help me!
    P.S. Sorry for my poor English

    Hi, Have you tried to turn off the hardware acceleration? Right click on the video and you should see a Display Setting that you can turn it off. Also updating your graphic and video drivers is being recommended.
    Try that and see if it helps.
    Thanks,
    eidnolb

Maybe you are looking for

  • Invoice Verification MIRO

    Dear All, This is about invoice verification block after MIRO posting- In PO we have set it as 2 way match, once the PO is equal to Invoice verification then the system should not put any payment block. But if it doesnt match the value of PO to IV th

  • I cannot use or unistall itunes because I am missing the itunes.installatiion.msi file ?

    My itunes will not let me onto it, it comes up with an error. When I tried to unistall itunes it came up saying "The feature you are trying to use is on a network resource that is unavailable "  It then tells me to find the installation package Itune

  • WAP/Servlet help is needed URGENT!!!

    I've wrote this little wap-application, which update the library loans via mobile phones. I don't know why my login doesn't work properly (it gives error-messages in any cases). I believe I did everything right. Can anyone PLEASE help me finding my m

  • .swf file won't play on any in house computer except the one it was rendered on

    So, I work in a company that does some animation. I handle the website and uploading our stuff to it. The animator upstairs makes the stuff. He rendered out the file as a .swf, a html and a flv. He says he did it the same as he always does it, which

  • ATI Radeon X1600 Clocking

    Ok, so I've been reading everywhere on the Macbook Pro, the radeon x1600 is underclocked. I've also been reading everywhere how people are clocking it back to par or overclocking it; I don't know if that's due to Boot Camp. However, I have windows xp