XML Dataset not displaying on any browser

I searched the last six or so pages for a simular issue and came up empty handed so please forgive me if I'm bringing up an old or repeated problem. I assume the issue I'm facing is the result of some small (or large) mistep on my end but have yet to figure it out.
When I created the xml data set from my local server i pulled the data from my database online using the php code for xml provided at adobe labs. You can see the example here: http://kannabooh.ty7.net/includes/xml_create.php. Everything was great and the data loaded in the preview. I created a Master Details Layout using the wizard but when I tested the page or uploaded to the site no data would appear. I've tried multiple browsers, versions and also reloading the data in multiple layout types with no luck.
Any help would be greatly appreciated you can see the example here: http://kannabooh.ty7.net/schedule.php.

So just so I understand you do see the template tags. Do you also see the data that is brought in from the file http://kannabooh.ty7.net/includes/xml_create.php because I see the tags but then when the page is completly loaded they disapear and are not replaced with the data I want loaded. Thats my main concern and I worry that its something I'm doing wrong because none of the browsers I'm using show that data. I see the field names that should be populated, their just not being populated. I hope that clears up my concerns.
Currently Im testing on both Windows XP and 7 on my test server I'm using PHP5. Hope that helps.
 Tyger Burch
Founder,
Ty7 Web Services, LLC. (www.ty7.net)
Digital Grime Hip Hop Social Network (www.digitalgrime.com)

Similar Messages

  • IWeb '08 Photo Albums not Displaying on any Browser Platform

    Hello,
    I have just published some albums to a page on my website:
    http://www.hattrickphotography.com/HPC/weddingportfolio/weddingportfolio.html
    ... but they do not show up on any browser platform. For example, in IE7, it says that the page has loaded but in the status bar it says "Error on page."
    If I drill into the error and view the details it says:
    Line: 765
    Char: 1
    Error: Access is denied
    Code: 0
    URL: http://www.hattrickphotography.com/HPC/weddingportfolio/streamloader.html?scriptURL=Pages/Lindsay_and_Ben_files/Lindsay_andBen.js&id=gridEntry0
    I did not set security on my website and have never been prompted with any authentication dialog. I am using iWeb '08 and publishing to MobileMe.
    If there is anyone who could assist with the issue it would be much appreciated. Thanks!
    Regards,
    Jason Hattrick
    HattrickPhotography.com

    Welcome to the Apple Discussions. Are you publishing to MobileMe or a different hosting server? In either case does the slideshow display properly if you publish to a folder and open it from there?
    OT

  • Images not displaying in any browser

    Hello community.
    Recently I bought a Macbook Pro 15 inch 2.3Ghz intel core i7.
    Since I bought this machine I cant see some images in any browser (safari, chrome, firefox) in some websites. I have tried in different machines and the images in these websites are there but in my computer the images links appera as broken and it becomes anoying. I have cleared the cache memory, erased history, cookies and nothing seem to work.
    Is it a probelm with my machine?
    This is my business website and I cant see the logo on the top left or the cart image in the top right.
    PLease anyone can tell me what is going on?
    You can see the webiste by yourself
    www.pinatize.me
    This is what I see using chrome safari or firefox
    Any help will be much appreciated
    Thanks

    DRK Montreal,
    try opening Terminal, and running the following command in the Terminal window:
    nslookup www.pinatize.me
    If you still have access to some of those other Mac computers, try running the same command on them also for comparison.
    Please include in your reply the full output from that command.

  • 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

  • One website will not load on any browser, will work on mobile phone

    One website will not load on any browser (Firefox, IE, Chrome). Have turned off all security programs and firewalls, have tried in Safe Mode, will not load. It works on my smartphone. Can load the basic site, but not the sign-in page. Says Connected at the bottom of the page, but says Connecting at the top, and the little circle goes around counter clockwise; ran for one hour, still didn't load. It used to load, don't know if I did something or downloaded some program to make it stop.

    You can try to access the website in a New Private Window.

  • Flash not working with any browser after update

    After an update, flash videos will not stream in any browser (Chrome, Firefox, Safari). I did a clean install of flash and the browsers, but to no avail. Mac 10.10.2. Has anyone else experienced this?

    Sadly doing that did not fix my problem either.     I just tried doing that and uninstalling flash player, rebooting and then reinstalling flash and I am still having the same problem as I stated here.   http://forums.adobe.com/message/4014843#4014843
    I have checked that flash is enabled
    Unchecked hardware accerleration
    Set in the internet options to use software rendering
    Tried updating my drivers (it tells me my drivers are up to date, in any case I have only had this laptop since July)
    I even tried deleting cookies, though I use IE9 instead of firefox so I just deleted them all instead of just the one for youtube, I honestly can not find the folder for cookies anyway with this windows 7 and how it is set up to try and delete the one cookie.
    I am really at a loss as to what to do.

  • Quicktime plugin will not run in any browser including Safari!  Help!

    Quicktime plugin will NOT run in any browser.  I've been reading a lot about this issue and it seems to be a widespread problem.  I didn't have this issue a few weeks ago.  perhaps it has something to do with OS 10.6.7?  Help, desperate for a solution.

    Post a URL?  Not sure what you mean as it does not seem to be website specific.  I can't view apple movie trailers on apple.com in Safari or Firefox.  The plugins just are not there.  I've download QT and it shows up in my Utilities folder but no where to be found within firefox plugins/add-ons - same goes for Safari but the plug-ins I do have ARE enabled.  Each time I try, I get the install missing plugin prompt, which I do, and as stated before - nothing happens.  I've read a lot about moving things in/out of internet plug-in folders in various places, preferences folders, etc. but no luck so far.
    Thank you.

  • XML attribute not displayed by stylesheet

    HI Gentlemen,
    I set up a very simple case where some of the input data is in attributes. It works fine for the element content--firstname, however it does not display the attribute requested. What can be wrong? Please help!
    Thanks, regards
    Miklos
    The XML instance (people.xml):
    <?xml version="1.0"?>
    <?xml-stylesheet type="text/xsl" href="c:\XSL\people.xsl"?>
    <people>
    <person born="1912" died="1948">
    <name>
    <firstname>Alan</firstname>
    </name>
    </person>
    </people>
    The corresponding stylesheet (people.xsl):
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="person">
    <person born="{born}" />
    </xsl:template>
    </xsl:stylesheet>

    Are you opening "people.xml" directly in a web browser?
    If so, I think you need to transform to HTML for a proper display.
    For example :
    people.xml
    <?xml version="1.0"?>
    <?xml-stylesheet type="text/xsl" href="file://c:/XSL/people.xsl"?>
    <people>
    <person born="1912" died="1948">
    <name>
    <firstname>Alan</firstname>
    </name>
    </person>
    </people>
    people.xsl
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="person">
      <html>
       <body>
        <p><xsl:text>First name = </xsl:text><xsl:value-of select="name/firstname"/></p>
        <p><xsl:text>Born = </xsl:text><xsl:value-of select="@born"/></p>
        <p><xsl:text>Died = </xsl:text><xsl:value-of select="@died"/></p>
       </body>
      </html>
    </xsl:template>
    </xsl:stylesheet>Otherwise, you could use any XSLT processor to perform the transformation.

  • Changes to xml dataset not showing up on webpage

    Using spry, I added a spry:region to my home page that uses an xml dataset to post special announcements on the page. Since the people that maintain this are not technical I want to give them an easy way to post their announcement and the xml file makes a lot of sense. It will be easy for them to post their "School CLOSED today due to snow" announcement.
    So the whole spry dataset works great except that when I update the xml file, the new content does not show up on the web page. I assume its something to do with cache. I did select the no cache option. If I delete the temp files from the browser I can see the changes. This is obviously a problem. I need the changes to appear on the website when the xml file is updated. Is there some way to force the webpage to recreate the dataset everytime the page is loaded? or some other work around that will do what we need?
    You can see the page at www.tribecacommunityschool.com. At this moment there is a school closing announcement up. It may not be up tomorrow but the code will still be on the page if you want to view it.
    Thanks for any help. I did see a post from 2007 that asked this same question and there were no responses. I'm hoping for better luck and a slightly faster turn around.

    Thanks for the help... This additional explanation on Phil_W's post gave me what I need and the refresh works great.
    testxml.js
    var dsData = new Spry.Data.XMLDataSet("testxml.xml?cache=" + (new Date()).valueOf(), "/data/info", {useCache:false,  method:'GET'});
    var dsOne = new Spry.Data.XMLDataSet("testxml.xml?cache=" + (new Date()).valueOf(), "/data/info/one", { subPaths: ["test" ], useCache:false,  method:'GET'});
    function RefreshMe()
         var auctionxml = 'testxml.xml?cache=' + (new Date()).valueOf();
         dsData.setURL(auctionxml);
         dsData.loadData();
          dsOne.setURL(auctionxml);
         dsOne.loadData();
    testxml.xml file -------
    <?xml version="1.0" encoding="UTF-8"?>
    <data>
      <info id="1">
        <one>
          <test>test me sdfsdf</test>
        </one>
      </info>
    </data>
    html file----------
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <script type='text/javascript' src="jquery.js"></script>
    <script language="JavaScript" type="text/javascript" src="SpryAssets/xpath.js"></script>
    <script language="JavaScript" type="text/javascript" src="SpryAssets/SpryData.js"></script>
    <script language="JavaScript" type="text/javascript" src="SpryAssets/SpryEffects.js"></script>
    <script language="JavaScript" type="text/javascript" src="testxml.js"></script>
    </head>
    <body >
    <div class="SpryHiddenRegion" spry:region="dsOne">
      <div id="test">{dsOne::test} </div>
    </div>
    <script language="JavaScript">
    // Switch on Refresh of auction data
    var AuctionInterval = 0;
    AuctionInterval = setInterval ( 'RefreshMe()', 5000 );
    </script>
    </body>
    </html>

  • Charts in Apex 3.2 demo application do not display in Firefox browser

    Hi,
    just installed Apex 3.2 and launched the demo application using Firefox 3.5.7
    The charts are not displayed. Switching to MS Internet Explorer everything works fine.
    Is Firefox not supported or any idea what's missing to display the charts ? Adobe flashplayer 10 plugin and Adobe SVG 3.0 are installed on
    my WIN XP client.
    Regards, Werner

    It kept bugging me .. so I worked on it a bit.
    The charts actually show, then get hidden by the noplugin funciton.
    The problem is in Firefox ( the (ns || mo || !win) branch) the plugin check does not work.
    When I use either this, the check for SVG feature:
    function supportsSvg() {
    return document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Shape", "1.0")
    and
    hasSVGSupport = supportsSvg();
    or a check by mime types , like this:
    var hasSVGSupport = false;
    if (navigator.mimeTypes != null && navigator.mimeTypes.length > 0) {
    if (navigator.mimeTypes["image/svg-xml"] != null)
    hasSVGSupport = true;
    I get the correct result and the charts display (remain displayed).
    I simply modified plugins.js and use my modified version instead.
    if (ns || mo || !win) {
    if (hasSVGSupport) {
    null;
    } else {
    noPlugin('svgRegion');
    Hope this helps,
    K

  • Report is not displayed on the browser

    We have a 9iAs Oracle application(built in developer6i(forms and reports) patch12).The database version is Oracle 9.2.0.6.0.My problem is I have a report that is called from the form. If the print_receipt = 'Y', display the report.I have also an afterreport trigger that updates this print_receipt to 'N'.Somehow the afterreport trigger fires before the report is display thus giving a blank pdf output on the browser.My user has new pc and new operating system, Windows XP but they're still using Novell Netware for signing on to the network. Before she does not have any problem displaying the report, she was using Windows NT4 and Novell Netware for signing on to the network.Is there any limitations in Windows XP that interferes with the report? Is this known problem in report's afterreport triggers?Is there a workaround here so the report can be displayed?Thanks for the help.

    Hi,
    Try this may be it will help.
    Go to Iexplorer property - settings - Change (Check for newer version of stored pages to Automatically.
    This error is coming because the report runs twice, so the after report trigger is fired before anything is displyed & hance your report is not displayed.
    Thanks,
    Awadh

  • Nodes and links are not displaying in IE10 browser - mapviewer ps6

    Hi,
    Node and link are not visible on the IE10 browser where as in IE9 they are displaying properly.
    In IE10 browser ,
    when we set compatibility settings - Display All websites in compatibility view --> node are displaying properly.
    when we deselect this node are not displaying properly
    Is there any existing bug on mapviewer?
    Thanks in Advance
    Aruna

    DRK Montreal,
    try opening Terminal, and running the following command in the Terminal window:
    nslookup www.pinatize.me
    If you still have access to some of those other Mac computers, try running the same command on them also for comparison.
    Please include in your reply the full output from that command.

  • KM Repository images,and XML Forms not displaying.

    Hello All,
    I am currently running NW04 SPS14 Portal with KM & Collaboration.
    However, the icons in the Content Management>> Explorer>> Documents repository are not displaying. Instead a little while box, with a red x sign appears in place of the images.
    When I launch the XML Forms builder, the application doesnt load.
    Also, the content developed using XML forms are no longer displaying, instead I get an error message "<b>Resource cannot be displayed with XML Resource Renderer</b>"
    I will appreciate any suggestion that will help to resolve this problem.
    Thank you.
    Regards,
    Collins.

    Hi Collins
    Have u got any solution to your problem .  Could you please share the solution to this problem
    Thanks
    Prasad

  • 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

  • Javascript not working in any browser.

    Javascript has stopped working in any browser. Javascript is turned on in all browsers preferences. I have repaired disk permisions. An example of it not working is trying to view a BBC iplayer program online. When trying to play a program I get the message;
    "To play or download (the program) - you need to enable JavaScript".
    Infact none of the other iplayer website functions work either. I'm not sure if javascript isn't working on other websites as I'm not sure how to tell. This has been like this for quite some time and I've not found any solutions searching on the net.
    Thanks
    Kevin

    Have similar problem. Any javascript that I code in Espresso or BBedit does not display properly in any browser on my MBP 2009. Tried different browsers and settings but without satisfactory results. appreciate any help since any web page coding must be done on my pc or in bootcamp.

Maybe you are looking for

  • ID Named Ranges from Excel 2003 not appearing in 2007

    ID CS3, Office/Excel 2007, PC based. I recently upgraded from Office 2003 to Office 2007. Open an Excel file and save it as Office 2007 document. All the named ranges that I had previously set up are still there. I go to ID and want to update the lin

  • Dreamweaver Business Catalyst SFTP Fail

    I really think business catalyst has some potential, but I have yet to be able to connect to it using dreamweaver cc or cs6. Windows 7 x64 Kaspersky Internet Security (I have tried with it disabled) When I try to connect to the servers using sftp I g

  • Lost Entries in WSUS Console Tree - How do I get back?

    OK, I feel stupid asking this, because I'm sure the answer is easy, but I've searched and not found anything on this (maybe too easy to have been asked before, or maybe I just didn't include the right keywords in my search attempts): This applies to

  • Oracle 10g DCN

    Hi, I am trying to use the new feature DCN in oracle 10g. I am using oracle 10g (10.2.0.3.0). I have followed the instruction given in the link http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_dcn.htm#CHEIJIHI to develop my app

  • Upgrading to iOS 5

    I just downloaded on my pc iTunes 10.6.  Can I upgrade to iOS 5 with no problems?