Blogger / Flash audio widget spacing problem

This is a multi-part message in MIME format.
------=_NextPart_000_0157_01C8E5D5.30A1E450
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Please excuse me re-posting this question, but I have new
info and =
needed a new subject line. :-)
I'm trying to use a very nice little Flash audio player
script on a =
Blogger page. Here's what it looks like on a simple HTML
page:
http://ayersvirtual.com/deleteme.htm
On that page above, in all my browsers, the spacing above and
below the =
audio player is fine. That's what I want.
But when I put the same code in a Blogger post, there are
massive =
top-bottom margins in Firefox 3, and none at all in IE 7.=20
Here is a sample Blogger post showing this:=20
http://pattyayers.blogspot.com/2008/07/blogger-flash-audio-player-problem=
.html
I dug through Blogger's CSS, and don't see anything that
should cause =
this. I added a line of CSS targeted at the <object>
tag, zeroing its =
margins, but that didn't do it.=20
Any help with figuring this out would be MUCH appreciated!
--=20
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate
Worksheet
------=_NextPart_000_0157_01C8E5D5.30A1E450
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6001.18063"
name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Please excuse me
re-posting this =
question, but I=20
have new info and needed a new subject line. 
:-)</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I'm trying to
use a very nice little =
Flash audio=20
player script on a Blogger page. Here's what it looks like on
a simple =
HTML=20
page:</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><A href=3D"
http://ayersvirtual.com/deleteme.htm"><FONT
face=3DArial =
size=3D2>
http://ayersvirtual.com/deleteme.htm</FONT></A></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>On that page
above, in all my browsers, =
<STRONG>the=20
spacing above and below the audio
player</STRONG> is =
fine. That's=20
what I want.</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>But when I put
the same code in a =
Blogger post,=20
there are <STRONG>massive top-bottom margins in Firefox
3</STRONG>, and=20
<STRONG>none at all in IE 7</STRONG>.
</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Here is a sample
Blogger post showing =
this:=20
</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial=20
size=3D2>
http://pattyayers.blogspot.com/2008/07/blogger-flash-audio-playe=
r-problem.html</FONT><A=20
href=3D"
http://pattyayers.blogspot.com/"></A></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I dug through
Blogger's CSS, and don't =
see anything=20
that should cause this. I added a line of CSS targeted at the
=
&lt;object&gt;=20
tag, zeroing its margins, but that didn't do it.
</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Any help with
figuring this =
out would be MUCH=20
appreciated!  :-)</FONT></DIV>
<DIV><BR><FONT face=3DArial size=3D2>--
<BR>Patty Ayers | </FONT><A=20
href=3D"
http://www.WebDevBiz.com"><FONT
face=3DArial=20
size=3D2>www.WebDevBiz.com</FONT></A><BR><FONT
face=3DArial =
size=3D2>Free Articles on=20
the Business of Web Development<BR>Web Design Contract,
Estimate Request =
Form,=20
Estimate
Worksheet<BR>--</FONT></DIV></BODY></HTML>
------=_NextPart_000_0157_01C8E5D5.30A1E450--

Yeah, it does make me appreciate Wordpress. I would have
stuck with it, but
when I found out that you have to pay to edit your CSS (on
their hosted
plan), I switched back to Blogger!
I'll keep my eye on that beta ("draft") version of Blogger. I
have to be
cautious with my client's account, but maybe I'll try it for
my own blogs.
Thanks again...!
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate
Worksheet
"Mad Dog" <[email protected]> wrote in
message
news:[email protected]...
> I'm glad it worked. Yes, it's weird how Blogger adds
<br>s, but remember,
> it's for the masses who still act like they're on
typewriters, so it does
> make sense for most people. As I mentioned, the new
version (in Draft mode
> now) supposedly will get rid of that. Funny....the first
thing I was going
> to tell you want to remove anything more than a single
space from the
> <object>.....
>
> I'm surprised the setting affects everything. I would
have expected it
> would only affect a new post, not everything!
>
> Makes ya appreciate Wordpress, doesn't it? (Though I do
like the interface
> in Blogger)
>
> Anyway, glad I could help point you in a direction.
>
> MD
>
> P@tty Ayers ~ACE wrote:
>> I think I found a way! I can't leave that setting
turned off, because
>> my client needs it turned on. (What a bizarre and
silly way Blogger
>> handles something as simple as paragraphs of text!)
>>
>> But, if I remove every ounce of white space from the
<object> tag
>> before I paste it in, Blogger doesn't add any
<br> tags into it.
>>
>> I believe this is going to work. Mad Dog, thank you
VERY much for
>> giving me the clues I needed. I truly appreciate
it!! This was really
>> about to drive me crazy.
>>
>> --
>> Patty Ayers | www.WebDevBiz.com
>> Free Articles on the Business of Web Development
>> Web Design Contract, Estimate Request Form, Estimate
Worksheet
>>
>> "P@tty Ayers ~ACE"
<[email protected]> wrote in
>> message news:[email protected]...
>>>
>>> "Mad Dog"
<[email protected]> wrote in message
>>> news:[email protected]...
>>>
>>>> First...try going into the SETTINGS >
FORMATTING and change
>>>> "Convert line breaks" to "No." That might
help, but might not.
>>>> Blogger loves adding <br> and has been
known to add them in
>>>> embedded objects.
>>>
>>> That stops Blogger from adding <br /> tags
into my <object> code!
>>> Yay!! But unfortunately it left all of my blog
posts completely without
>>> any
>>> paragraphs at all. If this was just for *my*
blog, I could just add
>>> the <p> tags in (which I tried, and it
works). But it's for my
>>> client's blog, and she's not going to do that.
>>>
>>> Does Blogger seriously not have a setting where
hard returns are
>>> turned into normal paragraph tags?? It's either
<br> tags everywhere
>>> and anywhere, or nothing??
>>>
>>>
>>> --
>>> Patty Ayers | www.WebDevBiz.com
>>> Free Articles on the Business of Web Development
>>> Web Design Contract, Estimate Request Form,
Estimate Worksheet
>>> --
>>>
>>>
>>>
>>>>
>>>> If that doesn't do it, try using the new
Draft version of Blogger
>>>> (
http://draft.blogger.com/).
It's still a work in progress (it won't
>>>> Autosave!) but it doesn't add the automatic
<br> linebreak. Check
>>>> out more info about it at
>>>>
http://bloggerindraft.blogspot.com/2008/06/new-feature-new-post-editor.html,
>>>> especially about halfway down. It's
certainly worth a try!
>>>>
>>>> (I used Draft Blogger when I was away a
couple of weeks ago since
>>>> if you advance date a post, it won't show up
until then, unlike the
>>>> current version which posts it immediately
but with an advance
>>>> date. Doh!) MD
>>>>
>>>>
>>>> P@tty Ayers ~ACE wrote:
>>>>> The "Edit HTML" window in Blogger is a
strange thing. I never see
>>>>> much HTML in there. There are no
<p> or <br> tags, just my text.
>>>>> The code that I paste into the "Edit
HTML" window has no extra <br
>>>>> /> tags. Blogger apparently adds them
before publishing the page.
>>>>>
>>>>> In other words, no, I can't manually
remove them, because they're
>>>>> not shown to me. :-(
>>>>>
>>>>> Do you use Blogger, MD? Is the "Edit
HTML" feature like that for
>>>>> you, also? Any other ideas?
>>>>>
>>>>> --
>>>>> Patty Ayers | www.WebDevBiz.com
>>>>> Free Articles on the Business of Web
Development
>>>>> Web Design Contract, Estimate Request
Form, Estimate Worksheet
>>>>>
>>>>> "Mad Dog"
<[email protected]> wrote in message
>>>>>
news:[email protected]...
>>>>>> Have you gone into the HTML window
and manually removed them?
>>>>>>
>>>>>> P@tty Ayers ~ACE wrote:
>>>>>>> Yup, Blogger has added 7 <br
/> tags *inside* my <object> tag.
>>>>>>> Argh. What I need is a way to
stop Blogger from doing that. I
>>>>>>> wonder if I can trick it
somehow.
>>>>>>>
>>>>>>> --
>>>>>>> Patty Ayers | www.WebDevBiz.com
>>>>>>> Free Articles on the Business of
Web Development
>>>>>>> Web Design Contract, Estimate
Request Form, Estimate Worksheet
>>>>>>>
>>>>>>> "P@tty Ayers ~ACE"
<[email protected]> wrote
>>>>>>> in message
news:[email protected]...
>>>>>>>> I'm sure you're both right,
but there are no <br /> tags in the
>>>>>>>> <object> code that I
enter into Blogger. For some perverse
>>>>>>>> reason, Blogger adds them.
Not sure where that leaves me. :-( Any
>>>>>>>> ideas? --
>>>>>>>> Patty Ayers |
www.WebDevBiz.com
>>>>>>>> Free Articles on the
Business of Web Development
>>>>>>>> Web Design Contract,
Estimate Request Form, Estimate Worksheet
>>>>>>>> --
>>>>>>>>
>>>>>>>> "Speculumcm"
<[email protected]> wrote in message
>>>>>>>>
news:[email protected]...
>>>>>>>>> Osgood escribió:
>>>>>>>>>> You have quite a few
<br /> tags within the <object> tag
>>>>>>>>>> itself which
should'nt be there and will cause spacing issue.
>>>>>>>>>> I'd remove them and
see what happens.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Yep, Osgood it's right,
remove <br /> tags within <object> tag
>>>>>>>>> and <embed> tags
as well. Something like this:
>>>>>>>>>
>>>>>>>>> <object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>>>>>>>>> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
>>>>>>>>> width="290"
height="24"> <param name=movie
>>>>>>>>> value="
http://mojomom.com/podcast/audio-player/player.swf"><param
>>>>>>>>> name=quality
value=high><param name="LOOP" value="false">
>>>>>>>>> <param name="wmode"
value="transparent"><param name="FlashVars"
>>>>>>>>>
value="playerID=1&amp;soundFile=http://media.libsyn.com/media/mojomom/Mojo__Mom_and_Momma _Zen_v1.mp3">
>>>>>>>>> <embed
src="http://mojomom.com/podcast/audio-player/player.swf"
>>>>>>>>>
FlashVars="playerID=1&amp;soundFile=http://media.libsyn.com/media/mojomom/Mojo__Mom_and_M omma_Zen_v1.mp3"
>>>>>>>>> quality=high
>>>>>>>>> pluginspage="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
>>>>>>>>>
type="application/x-shockwave-flash" width="290" height="24"
>>>>>>>>> loop="false">
</embed> </object>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Eso lo arregla
definitivamente
>>>>>>>>>
>>>>>>>>> Saludos
>
>

Similar Messages

  • Intensity Pro to Flash Audio Problems

    Hi,
    I'm attempting to pull live video from the Blackmagic
    Intensity pro. I can generally pull video content (using component
    cables NOT hdmi in this case), but audio is a problem. It appears
    that the board is defaulting to 48kHz audio, which is conflicting
    with the audio capture in FME 2.5. I get a messagebox saying "The
    parameter is incorrect" and then the sample selector in FME is
    blank. It doesn't appear I can change the sample rate on the board
    directly.
    So, my question is: Has anyone successfully pulled live video
    AND audio from the intensity pro and what method did they use?
    Again note, I'm trying to do this live to send to FMS and not
    encode to a file (which I know works in premiere, but might be
    using other plugins or something to work).

    Perhaps I'm misunderstanding, but FME doesn't support AAC
    encoding for the audio, right? I still only get the option for mp3
    when using h.264.
    I actually called Blackmagic today and the support guy told
    me this was a known bug. He blamed both sides basically and said
    that it used to work, but they probably just have to sit down at
    some point and account for changes in drivers and software to make
    it work again.
    He suggested that windows media encoder was known to work
    with the card, but knew that required a bit of hacking and possible
    programming to run things thru ffmpeg or some other encoder for
    live streams. He had also heard that some people had gotten VLC to
    work with it, but wasn't sure on the details.
    For now, I'll just have to try the other methods until FME
    and Blackmagic sort it out. Please sort it out Adobe and
    Blackmagic. :) It would save me some trouble from having to code a
    solution myself.

  • How do you turn off Flash audio when using captivate Nav bar?

    Hi Guys and Girls
    I have an imported flash file that plays an audio track,
    I have no problem turning the audio off, when the user uses
    the button within the flash file to go to the next slide in the
    captivate movie...
    on(release){
    stopAllSounds();
    _root.rdcmndNextSlide = 1;
    BUT if the user decides to use the navigation bar within the
    captivate movie it all goes pair shape.. The flash audio continues
    to play into the next slide. Anyone have a know how to solve this
    problem?
    How do you tell flash to stop playing the audio when using
    the captivate navigation bar?
    (The flash file is a flip book and the audio NEEDS to stay
    within the flash file)
    Cheers
    Aquil0

    Thank you! Thank you! Thank you! This totally solved my issue. I had a Captivate 4 movie using an embeded animation that had audio. It would play the audio again when the next slide appeared. I have to use Captivate 4, because my audience still uses Flash 7 (yikes). However, if you have Captivate 5 and are having this problem there is a widget that solves this issue: http://blogs.adobe.com/captivate/2010/11/animations-%E2%80%93-audio-sync-issue.html#commen t-3872
    Thanks!
    EliteEraser

  • Flash audio level drop outs (Windows 8.1)

    Hey,
    Using adobe flash, I've been having issues with to audio nearly dropping out to nearly inaudible levels on mutiple websites. Anything that does use the flash player, it seems to be triggered when I plug in another device into the computer for use, or charging although it doesn't seem to be 100% consistant and seems less likely after reinitiating the flash player, but would happen after having the flash player open for a longer period of time then attaching a device. My current work around is to either load up a different browser e.g. Google Chrome, which will use it's own plugin container containing another instance of flash. Or to end task on flash from my task manager, then reload the page. which would restore proper audio levels. This does not appear to be specific to one webpage, or to one brower.
    Web Browsers:
    Firefox 25.0
    Google Chrome Version 25.0.1364.172 m
    Internet Explorer 11 version 11.0.9600.16384
    Adobe Flash: 11,7,700,202
    Url Example: www.twitch.tv
    Dxdiag information
    System Information
    Time of this report: 11/15/2013, 13:07:36
           Machine name: ROB-PC
       Operating System: Windows 8.1 Pro with Media Center 64-bit (6.3, Build 9600) (9600.winblue_gdr.130913-2141)
               Language: English (Regional Setting: English)
    System Manufacturer: System manufacturer
           System Model: System Product Name
                   BIOS: BIOS Date: 06/13/13 18:01:50 Ver: 15.05
              Processor: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz (4 CPUs), ~3.1GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8124MB RAM
              Page File: 3404MB used, 12910MB available
            Windows Dir: C:\WINDOWS
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: 120 DPI (125 percent)
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.03.9600.16384 64bit 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 7700 Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x683D)
               DAC type: Internal DAC(400MHz)
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_1002&DEV_683D&SUBSYS_25561458&REV_00
         Display Memory: 4846 MB
       Dedicated Memory: 1006 MB
          Shared Memory: 3840 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: SAMSUNG
             Monitor Id: SAM050D
            Native Mode: 1920 x 1080(p) (60.000Hz)
            Output Type: HDMI
            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.1230 (English)
         Driver Version: 13.152.1.1000
            DDI Version: 11.1
         Feature Levels: 11.1,11.0,10.1,10.0,9.3,9.2,9.1
           Driver Model: WDDM 1.3
    Graphics Preemption: DMA
    Compute Preemption: DMA
               Miracast: Not Supported
    Hybrid Graphics GPU: Not Supported
         Power P-states: Not Supported
      Driver Attributes: Final Retail
       Driver Date/Size: 9/26/2013 18:02:24, 1233080 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-2B7D-11CF-2673-5C05BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x683D
              SubSys ID: 0x25561458
            Revision ID: 0x0000
    Driver Strong Name: oem27.inf:cb0ae414ac102cfc:ati2mtag_R575A:13.152.1.1000:pci\ven_1002&dev_683d
         Rank Of Driver: 00DA2001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
            DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeH264_VLD_NoFGT  DXVA2_ModeVC1_VLD  DXVA2_ModeVC1_IDCT  DXVA2_ModeWMV9_IDCT 
       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=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (Creative SB Audigy 2 ZS (WDM))
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: PCI\VEN_1102&DEV_0004&SUBSYS_20021102&REV_04
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                Other Files:
            Driver Provider: Creative
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Speakers (High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_1106&DEV_0397&SUBSYS_10438415&REV_1000
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.03.9600.16384 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 8/22/2013 05:38:21, 395776 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Digital Audio (HDMI) (High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_1106&DEV_0397&SUBSYS_10438415&REV_1000
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.03.9600.16384 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 8/22/2013 05:38:21, 395776 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: 1 - SAMSUNG (AMD High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: AtihdW86.sys
             Driver Version: 8.00.0000.8811 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 4/23/2013 05:38:22, 98744 bytes
                Other Files:
            Driver Provider: Advanced Micro Devices
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: SPDIF Out (Creative SB Audigy 2 ZS (WDM))
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: PCI\VEN_1102&DEV_0004&SUBSYS_20021102&REV_04
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                Other Files:
            Driver Provider: Creative
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Creative SB Audigy 2 ZS (WDM))
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: S/PDIF-In (Creative SB Audigy 2 ZS (WDM))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Microphone (High Definition Audio Device)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.03.9600.16384 (English)
          Driver Attributes: Final Retail
              Date and Size: 8/22/2013 05:38:21, 395776 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: "What U Hear" (Creative SB Audigy 2 ZS (WDM))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Analog Mix (Line/CD/Aux/TAD/PC) (Creative SB Audigy 2 ZS (WDM))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: CD Digital (Creative SB Audigy 2 ZS (WDM))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    Video Capture Devices
    Number of Devices: 0
    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: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: Virtual Wireless HID
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x00FF, 0x7927
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: MotioninJoy Virtual Game Controller
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x8888, 0x0008
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1E2D
    | Matching Device ID: USB\ROOT_HUB20
    | Service: usbhub
    | Driver: usbhub.sys, 8/22/2013 06:43:34, 422240 bytes
    | Driver: usbd.sys, 8/22/2013 06:43:33, 28000 bytes
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0024
    | | Location: Port_#0001.Hub_#0001
    | | Matching Device ID: USB\Class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 8/22/2013 06:43:34, 422240 bytes
    | | Driver: usbd.sys, 8/22/2013 06:43:33, 28000 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 8/22/2013 05:39:13, 32256 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + Standard PS/2 Keyboard
    | Matching Device ID: *PNP0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 8/22/2013 05:39:15, 107520 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x8888, 0x0208
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 8/22/2013 05:39:13, 32256 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC52B
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 8/22/2013 05:39:13, 32256 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + HID-compliant mouse
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 8/22/2013 05:39:13, 30208 bytes
    | Driver: mouclass.sys, 8/22/2013 06:43:45, 51040 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x8888, 0x0108
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 8/22/2013 05:39:13, 30208 bytes
    | Driver: mouclass.sys, 8/22/2013 06:43:45, 51040 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC52B
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 8/22/2013 05:39:13, 30208 bytes
    | Driver: mouclass.sys, 8/22/2013 06:43:45, 51040 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 94.4 GB
    Total Space: 150.0 GB
    File System: NTFS
          Model: WDC WD20EFRX-68AX9N0 ATA Device
          Drive: D:
    Free Space: 13.9 GB
    Total Space: 61.0 GB
    File System: NTFS
          Model: KINGSTON SV100S264G ATA Device
          Drive: E:
    Free Space: 1661.8 GB
    Total Space: 1757.7 GB
    File System: NTFS
          Model: WDC WD20EFRX-68AX9N0 ATA Device
          Drive: F:
    Free Space: 61.3 GB
    Total Space: 108.2 GB
    File System: NTFS
          Model: ST31000524AS ATA Device
          Drive: G:
    Free Space: 298.6 GB
    Total Space: 845.6 GB
    File System: NTFS
          Model: ST31000524AS ATA Device
          Drive: I:
          Model: DTSOFT Virtual CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.03.9600.16384 (English), 8/22/2013 02:46:35, 164352 bytes
          Drive: H:
          Model: HL-DT-ST DVDRAM GH22NS70 ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.03.9600.16384 (English), 8/22/2013 02:46:35, 164352 bytes
    System Devices
         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: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 285536 bytes
         Name: AMD Radeon HD 7700 Series
    Device ID: PCI\VEN_1002&DEV_683D&SUBSYS_25561458&REV_00\4&BAB4994&0&0008
       Driver: C:\WINDOWS\system32\DRIVERS\atikmdag.sys, 8.01.0001.1331 (English), 9/26/2013 18:02:26, 12526592 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\ati2erec.dll, 1.00.0000.0024 (English), 9/26/2013 18:02:18, 43520 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atikmpag.sys, 8.14.0001.6340 (English), 9/26/2013 18:02:28, 619008 bytes
       Driver: C:\WINDOWS\system32\atiumd64.dll, 9.14.0010.0984 (English), 9/26/2013 18:02:36, 7256496 bytes
       Driver: C:\WINDOWS\system32\atiumd6a.dll, 8.14.0010.0415 (English), 9/26/2013 18:02:36, 6767240 bytes
       Driver: C:\WINDOWS\system32\atitmm64.dll, 6.14.0011.0025 (English), 9/26/2013 18:02:36, 190976 bytes
       Driver: C:\WINDOWS\system32\atiicdxx.dat, 9/26/2013 18:02:26, 716208 bytes
       Driver: C:\WINDOWS\system32\amdpcom64.dll, 8.14.0010.0023 (English), 9/26/2013 18:02:18, 78432 bytes
       Driver: C:\WINDOWS\system32\atimpc64.dll, 8.14.0010.0023 (English), 9/26/2013 18:02:28, 78432 bytes
       Driver: C:\WINDOWS\system32\atiadlxx.dll, 6.14.0010.1128 (English), 9/26/2013 18:02:18, 784384 bytes
       Driver: C:\WINDOWS\system32\atiumd6a.cap, 9/26/2013 18:02:36, 3388672 bytes
       Driver: C:\WINDOWS\system32\atimuixx.dll, 6.14.0010.1002 (English), 9/26/2013 18:02:30, 26112 bytes
       Driver: C:\WINDOWS\system32\atiapfxx.exe, 6.14.0010.1001 (English), 9/26/2013 18:02:20, 368640 bytes
       Driver: C:\WINDOWS\system32\ativvsva.dat, 9/26/2013 18:02:38, 157144 bytes
       Driver: C:\WINDOWS\system32\ativvsvl.dat, 9/26/2013 18:02:38, 204952 bytes
       Driver: C:\WINDOWS\system32\ativvaxy_cik.dat, 9/26/2013 18:02:38, 233652 bytes
       Driver: C:\WINDOWS\system32\ativvaxy_cik_nd.dat, 9/26/2013 18:02:38, 231984 bytes
       Driver: C:\WINDOWS\system32\ativce02.dat, 9/26/2013 18:02:38, 82416 bytes
       Driver: C:\WINDOWS\system32\atiesrxx.exe, 6.14.0011.1159 (English), 9/26/2013 18:02:26, 239616 bytes
       Driver: C:\WINDOWS\system32\atieclxx.exe, 6.14.0011.1159 (English), 9/26/2013 18:02:26, 571904 bytes
       Driver: C:\WINDOWS\system32\atidemgy.dll, 4.05.5001.37617 (English), 9/26/2013 18:02:24, 442368 bytes
       Driver: C:\WINDOWS\system32\atio6axx.dll, 6.14.0010.12422 (English), 9/26/2013 18:02:30, 25387520 bytes
       Driver: C:\WINDOWS\system32\aticalrt64.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:24, 62464 bytes
       Driver: C:\WINDOWS\system32\aticalcl64.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:20, 55808 bytes
       Driver: C:\WINDOWS\system32\aticaldd64.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:24, 15716352 bytes
       Driver: C:\WINDOWS\system32\atipblag.dat, 9/26/2013 18:02:36, 3917 bytes
       Driver: C:\WINDOWS\system32\atiu9p64.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:36, 114488 bytes
       Driver: C:\WINDOWS\system32\atiuxp64.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:38, 142792 bytes
       Driver: C:\WINDOWS\system32\atig6pxx.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:26, 75264 bytes
       Driver: C:\WINDOWS\system32\atig6txx.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:26, 100352 bytes
       Driver: C:\WINDOWS\system32\atibtmon.exe, 2.00.0000.0000 (English), 9/26/2013 18:02:20, 118784 bytes
       Driver: C:\WINDOWS\system32\atiapfxx.blb, 9/26/2013 18:02:20, 530832 bytes
       Driver: C:\WINDOWS\system32\amdmiracast.dll, 9/26/2013 18:02:12, 781312 bytes
       Driver: C:\WINDOWS\system32\amdhdl64.dll, 9/26/2013 18:02:12, 134656 bytes
       Driver: C:\WINDOWS\system32\atidxx64.dll, 8.17.0010.0519 (English), 9/26/2013 18:02:26, 9464840 bytes
       Driver: C:\WINDOWS\SysWOW64\atiumdag.dll, 9.14.0010.0984 (English), 9/26/2013 18:02:36, 6189416 bytes
       Driver: C:\WINDOWS\SysWOW64\atiumdva.dll, 8.14.0010.0415 (English), 9/26/2013 18:02:38, 6176008 bytes
       Driver: C:\WINDOWS\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 9/26/2013 18:02:18, 71704 bytes
       Driver: C:\WINDOWS\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 9/26/2013 18:02:28, 71704 bytes
       Driver: C:\WINDOWS\SysWOW64\atiadlxy.dll, 6.14.0010.1128 (English), 9/26/2013 18:02:20, 594944 bytes
       Driver: C:\WINDOWS\SysWOW64\atiumdva.cap, 9/26/2013 18:02:38, 3422720 bytes
       Driver: C:\WINDOWS\SysWOW64\ativvsva.dat, 9/26/2013 18:02:38, 157144 bytes
       Driver: C:\WINDOWS\SysWOW64\ativvsvl.dat, 9/26/2013 18:02:38, 204952 bytes
       Driver: C:\WINDOWS\SysWOW64\atioglxx.dll, 6.14.0010.12422 (English), 9/26/2013 18:02:32, 21400064 bytes
       Driver: C:\WINDOWS\SysWOW64\atidxx32.dll, 8.17.0010.0519 (English), 9/26/2013 18:02:24, 8215992 bytes
       Driver: C:\WINDOWS\SysWOW64\aticalrt.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:24, 52224 bytes
       Driver: C:\WINDOWS\SysWOW64\aticalcl.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:20, 49152 bytes
       Driver: C:\WINDOWS\SysWOW64\aticaldd.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:20, 14302208 bytes
       Driver: C:\WINDOWS\SysWOW64\atipblag.dat, 9/26/2013 18:02:36, 3917 bytes
       Driver: C:\WINDOWS\SysWOW64\atiu9pag.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:36, 97984 bytes
       Driver: C:\WINDOWS\SysWOW64\atiuxpag.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:38, 125824 bytes
       Driver: C:\WINDOWS\SysWOW64\atigktxx.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:26, 96768 bytes
       Driver: C:\WINDOWS\SysWOW64\atiglpxx.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:26, 69632 bytes
       Driver: C:\WINDOWS\SysWOW64\atiapfxx.blb, 9/26/2013 18:02:20, 530832 bytes
       Driver: C:\WINDOWS\SysWOW64\amdhdl32.dll, 9/26/2013 18:02:12, 123392 bytes
       Driver: C:\WINDOWS\atiogl.xml, 9/26/2013 18:02:32, 47164 bytes
       Driver: C:\WINDOWS\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 9/26/2013 18:02:32, 51200 bytes
       Driver: C:\WINDOWS\system32\ATIODE.exe, 1.00.0000.0001 (English), 9/26/2013 18:02:32, 332800 bytes
       Driver: C:\WINDOWS\system32\atisamu64.dll, 7.01.0000.0001 (English), 9/26/2013 18:02:36, 89088 bytes
       Driver: C:\WINDOWS\system32\amdhcp64.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 156712 bytes
       Driver: C:\WINDOWS\system32\amdave64.dll, 5.04.0006.0000 (English), 9/26/2013 18:02:12, 96256 bytes
       Driver: C:\WINDOWS\SysWOW64\amdave32.dll, 5.04.0006.0000 (English), 9/26/2013 18:02:12, 90624 bytes
       Driver: C:\WINDOWS\SysWOW64\atisamu32.dll, 7.01.0000.0001 (English), 9/26/2013 18:02:36, 80896 bytes
       Driver: C:\WINDOWS\SysWOW64\amdhcp32.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 141256 bytes
       Driver: C:\WINDOWS\system32\atiglpxx.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:26, 69632 bytes
       Driver: C:\WINDOWS\system32\aticfx64.dll, 8.17.0010.1230 (English), 9/26/2013 18:02:24, 1233080 bytes
       Driver: C:\WINDOWS\SysWOW64\aticfx32.dll, 8.17.0010.1230 (English), 9/26/2013 18:02:24, 1027032 bytes
       Driver: C:\Program Files\AMD\CCC2\Install\ccc2_install.exe, 8.97.0100.0300 (English), 9/26/2013 18:02:44, 52036677 bytes
       Driver: C:\WINDOWS\system32\OpenCL.dll, 1.02.0011.0000 (English), 9/26/2013 18:02:18, 63488 bytes
       Driver: C:\WINDOWS\system32\amdocl64.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:16, 28192256 bytes
       Driver: C:\WINDOWS\system32\amdocl_as64.exe, 9/26/2013 18:02:18, 1187342 bytes
       Driver: C:\WINDOWS\system32\amdocl_ld64.exe, 9/26/2013 18:02:18, 1061902 bytes
       Driver: C:\WINDOWS\system32\OpenVideo64.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:48, 98816 bytes
       Driver: C:\WINDOWS\system32\OVDecode64.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:48, 86528 bytes
       Driver: C:\WINDOWS\system32\clinfo.exe, 9/26/2013 18:02:48, 229376 bytes
       Driver: C:\WINDOWS\SysWOW64\OpenCL.dll, 1.02.0011.0000 (English), 9/26/2013 18:02:18, 57344 bytes
       Driver: C:\WINDOWS\SysWOW64\amdocl.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:14, 23761408 bytes
       Driver: C:\WINDOWS\SysWOW64\amdocl_as32.exe, 9/26/2013 18:02:18, 995342 bytes
       Driver: C:\WINDOWS\SysWOW64\amdocl_ld32.exe, 9/26/2013 18:02:18, 798734 bytes
       Driver: C:\WINDOWS\SysWOW64\OpenVideo.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:48, 83456 bytes
       Driver: C:\WINDOWS\SysWOW64\OVDecode.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:48, 73216 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDh264Enc32.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 257536 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDh264Enc64.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 305152 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_32.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 195584 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_64.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 231936 bytes
       Driver: C:\WINDOWS\system32\coinst_13.152.1.1.dll, 1.00.0005.0009 (English), 9/26/2013 18:02:48, 127488 bytes
         Name: Creative SB Audigy 2 ZS (WDM)
    Device ID: PCI\VEN_1102&DEV_0004&SUBSYS_20021102&REV_04\4&2BB3940&0&08F0
       Driver: C:\WINDOWS\system32\drivers\ctac32k.sys, 6.00.0001.1241 (English), 4/10/2007 06:07:54, 580904 bytes
       Driver: C:\WINDOWS\system32\drivers\ctaud2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:35:28, 863016 bytes
       Driver: C:\WINDOWS\system32\drivers\ctoss2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:37:36, 218408 bytes
       Driver: C:\WINDOWS\system32\drivers\ctprxy2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:38:10, 17192 bytes
       Driver: C:\WINDOWS\system32\drivers\ctsfm2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:38:40, 290600 bytes
       Driver: C:\WINDOWS\system32\drivers\emupia2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:39:48, 147752 bytes
       Driver: C:\WINDOWS\system32\drivers\ha10kx2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:40:24, 1359144 bytes
       Driver: C:\WINDOWS\system32\drivers\haP16v2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:41:20, 259880 bytes
       Driver: C:\WINDOWS\system32\drivers\haP17v2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:41:54, 295208 bytes
       Driver: C:\WINDOWS\system32\drivers\ha20x2k.sys, 5.12.0001.1241 (English), 4/10/2007 04:40:58, 2050344 bytes
       Driver: C:\WINDOWS\system32\drivers\pfmodnt.sys, 3.00.0000.0012 (English), 4/10/2007 04:43:06, 16680 bytes
       Driver: C:\WINDOWS\system32\ctdlang.dat, 4/9/2007 12:24:30, 325821 bytes
       Driver: C:\WINDOWS\system32\ctdnlstr.dat, 4/9/2007 12:24:30, 46273 bytes
       Driver: C:\WINDOWS\system32\ctstatic.dat, 4/9/2007 12:19:20, 313207 bytes
       Driver: C:\WINDOWS\system32\ctdaught.dat, 4/9/2007 12:19:20, 53932 bytes
       Driver: C:\WINDOWS\system32\ctzapxx.ini, 4/9/2007 12:55:14, 54 bytes
       Driver: C:\WINDOWS\system32\instwdm.ini, 4/9/2007 12:55:14, 97785 bytes
       Driver: C:\WINDOWS\system32\kill.ini, 10/2/2006 09:25:18, 307 bytes
       Driver: C:\WINDOWS\system32\CT1MGM.ROM, 2/25/2000 04:49:36, 1048576 bytes
       Driver: C:\WINDOWS\system32\CT2MGM.SF2, 9/22/1999 15:18:38, 2167684 bytes
       Driver: C:\WINDOWS\system32\default4.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\system32\default8.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\system32\default.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\Temp\ctpxinst.exe, 1.01.0000.0058 (English), , 0 bytes
       Driver: C:\WINDOWS\Temp\cttele.dll, 1.00.0002.0000 (English), , 0 bytes
       Driver: C:\WINDOWS\system32\COMMONFX.DLL, 6.00.0001.1241 (English), 4/12/2007 08:10:28, 151296 bytes
       Driver: C:\WINDOWS\system32\CTAUDFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:11:46, 700200 bytes
       Driver: C:\WINDOWS\system32\CTSBLFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:12:22, 681256 bytes
       Driver: C:\WINDOWS\system32\CTEAPSFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:13:08, 219432 bytes
       Driver: C:\WINDOWS\system32\CTEDSPFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:13:38, 321832 bytes
       Driver: C:\WINDOWS\system32\CTERFXFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:14:28, 142120 bytes
       Driver: C:\WINDOWS\system32\CTEDSPIO.DLL, 6.00.0001.1241 (English), 4/10/2007 04:15:10, 190248 bytes
       Driver: C:\WINDOWS\system32\CTEDSPSY.DLL, 6.00.0001.1241 (English), 4/10/2007 04:15:44, 363304 bytes
       Driver: C:\WINDOWS\system32\CTEXFIFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:16:20, 1571112 bytes
       Driver: C:\WINDOWS\system32\CT20XUT.DLL, 6.00.0001.1241 (English), 4/10/2007 04:17:00, 252712 bytes
       Driver: C:\WINDOWS\system32\CTHWIUT.DLL, 6.00.0001.1241 (English), 4/10/2007 04:17:22, 123688 bytes
       Driver: C:\WINDOWS\system32\regplib.exe, 4/9/2007 13:08:12, 68608 bytes
       Driver: C:\WINDOWS\system32\ctedasio.dll, 6.00.0001.1241 (English), 4/9/2007 13:08:30, 68096 bytes
       Driver: C:\WINDOWS\SysWOW64\sfman32.dll, 6.00.0001.1241 (English), 4/9/2007 12:21:48, 22528 bytes
       Driver: C:\WINDOWS\SysWOW64\sfms32.dll, 6.00.0001.1241 (English), 4/9/2007 12:21:48, 133632 bytes
       Driver: C:\WINDOWS\system32\data\CT0060W.DAT, 4/9/2007 12:19:28, 235142 bytes
       Driver: C:\WINDOWS\system32\data\ctd20x.dat, 4/9/2007 12:19:20, 26783 bytes
       Driver: C:\WINDOWS\system32\data\CTEAPSW.DAT, 4/9/2007 12:19:36, 201502 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSP2W.DAT, 4/9/2007 12:19:58, 374041 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPHW.DAT, 4/9/2007 12:20:00, 348425 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPKW.DAT, 4/9/2007 12:19:58, 294775 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPLW.DAT, 4/9/2007 12:19:58, 294775 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPPW.DAT, 4/9/2007 12:20:00, 330665 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPTW.DAT, 4/9/2007 12:20:00, 270927 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPUW.DAT, 4/9/2007 12:20:00, 270927 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPW.DAT, 4/9/2007 12:19:50, 374041 bytes
       Driver: C:\WINDOWS\system32\data\CTP017AW.DAT, 4/9/2007 12:19:32, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017BW.DAT, 4/9/2007 12:19:34, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017CW.DAT, 4/9/2007 12:19:34, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017DW.DAT, 4/9/2007 12:19:34, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017EW.DAT, 4/9/2007 12:19:34, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017FW.DAT, 4/9/2007 12:19:34, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017GW.DAT, 4/9/2007 12:19:36, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017HW.DAT, 4/9/2007 12:19:36, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP046AW.DAT, 4/9/2007 12:21:30, 263802 bytes
       Driver: C:\WINDOWS\system32\data\CTP046BW.DAT, 4/9/2007 12:21:30, 263802 bytes
       Driver: C:\WINDOWS\system32\data\CTP046CW.DAT, 4/9/2007 12:21:30, 263802 bytes
       Driver: C:\WINDOWS\system32\data\CTP055AW.DAT, 4/9/2007 12:21:32, 264060 bytes
       Driver: C:\WINDOWS\system32\data\CTP0060W.DAT, 4/9/2007 12:19:28, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0061W.DAT, 4/9/2007 12:19:30, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0070W.DAT, 4/9/2007 12:19:38, 289409 bytes
       Driver: C:\WINDOWS\system32\data\CTP073AW.DAT, 4/9/2007 12:21:32, 265966 bytes
       Driver: C:\WINDOWS\system32\data\CTP0073W.DAT, 4/9/2007 12:19:38, 289409 bytes
       Driver: C:\WINDOWS\system32\data\CTP0090W.DAT, 4/9/2007 12:19:38, 276738 bytes
       Driver: C:\WINDOWS\system32\data\CTP0091W.DAT, 4/9/2007 12:19:42, 275169 bytes
       Driver: C:\WINDOWS\system32\data\CTP0092W.DAT, 4/9/2007 12:19:40, 276738 bytes
       Driver: C:\WINDOWS\system32\data\CTP0095W.DAT, 4/9/2007 12:19:44, 274587 bytes
       Driver: C:\WINDOWS\system32\data\CTP0100W.DAT, 4/9/2007 12:19:28, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0101W.DAT, 4/9/2007 12:19:30, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0102W.DAT, 4/9/2007 12:19:30, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0103W.DAT, 4/9/2007 12:19:32, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0105W.DAT, 4/9/2007 12:19:32, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0150W.DAT, 4/9/2007 12:19:26, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTP0161W.DAT, 4/9/2007 12:19:40, 275427 bytes
       Driver: C:\WINDOWS\system32\data\CTP0162W.DAT, 4/9/2007 12:19:40, 276738 bytes
       Driver: C:\WINDOWS\system32\data\CTP0170W.DAT, 4/9/2007 12:19:32, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0191W.DAT, 4/9/2007 12:19:40, 275169 bytes
       Driver: C:\WINDOWS\system32\data\CTP0192W.DAT, 4/9/2007 12:19:40, 276738 bytes
       Driver: C:\WINDOWS\system32\data\CTP0221W.DAT, 4/9/2007 12:19:30, 236189 bytes
       Driver: C:\WINDOWS\system32\data\CTP0222W.DAT, 4/9/2007 12:19:30, 236189 bytes
       Driver: C:\WINDOWS\system32\data\CTP0230W.DAT, 4/9/2007 12:19:42, 277159 bytes
       Driver: C:\WINDOWS\system32\data\CTP0231W.DAT, 4/9/2007 12:19:42, 275816 bytes
       Driver: C:\WINDOWS\system32\data\CTP0232W.DAT, 4/9/2007 12:19:42, 277159 bytes
       Driver: C:\WINDOWS\system32\data\CTP0238W.DAT, 4/9/2007 12:19:42, 275517 bytes
       Driver: C:\WINDOWS\system32\data\CTP0240W.DAT, 4/9/2007 12:19:44, 319070 bytes
       Driver: C:\WINDOWS\system32\data\CTP0242W.DAT, 4/9/2007 12:19:46, 319730 bytes
       Driver: C:\WINDOWS\system32\data\CTP0243W.DAT, 4/9/2007 12:19:46, 318800 bytes
       Driver: C:\WINDOWS\system32\data\CTP0244W.DAT, 4/9/2007 12:19:46, 319730 bytes
       Driver: C:\WINDOWS\system32\data\CTP0245W.DAT, 4/9/2007 12:19:46, 318254 bytes
       Driver: C:\WINDOWS\system32\data\CTP0246W.DAT, 4/9/2007 12:19:48, 319730 bytes
       Driver: C:\WINDOWS\system32\data\CTP0249W.DAT, 4/9/2007 12:19:48, 318341 bytes
       Driver: C:\WINDOWS\system32\data\CTP0280W.DAT, 4/9/2007 12:19:48, 318254 bytes
       Driver: C:\WINDOWS\system32\data\CTP0320W.DAT, 4/9/2007 12:19:50, 318254 bytes
       Driver: C:\WINDOWS\system32\data\CTP0350W.DAT, 4/9/2007 12:19:50, 323640 bytes
       Driver: C:\WINDOWS\system32\data\CTP0352W.DAT, 4/9/2007 12:19:50, 321529 bytes
       Driver: C:\WINDOWS\system32\data\CTP0355W.DAT, 4/9/2007 12:19:54, 322194 bytes
       Driver: C:\WINDOWS\system32\data\CTP0358W.DAT, 4/9/2007 12:19:52, 321552 bytes
       Driver: C:\WINDOWS\system32\data\CTP0359W.DAT, 4/9/2007 12:19:52, 320622 bytes
       Driver: C:\WINDOWS\system32\data\CTP0360W.DAT, 4/9/2007 12:19:52, 320076 bytes
       Driver: C:\WINDOWS\system32\data\CTP0380W.DAT, 4/9/2007 12:19:54, 320076 bytes
       Driver: C:\WINDOWS\system32\data\CTP0400W.DAT, 4/9/2007 12:19:56, 319757 bytes
       Driver: C:\WINDOWS\system32\data\CTP0460W.DAT, 4/9/2007 12:21:28, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0462W.DAT, 4/9/2007 12:21:32, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0463W.DAT, 4/9/2007 12:21:28, 264060 bytes
       Driver: C:\WINDOWS\system32\data\CTP0464W.DAT, 4/9/2007 12:21:30, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0465W.DAT, 4/9/2007 12:21:30, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0466W.DAT, 4/9/2007 12:21:28, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0468W.DAT, 4/9/2007 12:21:30, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0469W.DAT, 4/9/2007 12:21:30, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0530L.DAT, 4/9/2007 12:20:44, 232116 bytes
       Driver: C:\WINDOWS\system32\data\CTP0530W.DAT, 4/9/2007 12:20:02, 321377 bytes
       Driver: C:\WINDOWS\system32\data\CTP0531L.DAT, 4/9/2007 12:21:28, 232116 bytes
       Driver: C:\WINDOWS\system32\data\CTP0531W.DAT, 4/9/2007 12:20:46, 321377 bytes
       Driver: C:\WINDOWS\system32\data\CTP0550W.DAT, 4/9/2007 12:21:28, 264388 bytes
       Driver: C:\WINDOWS\system32\data\CTP0600W.DAT, 4/9/2007 12:19:56, 319757 bytes
       Driver: C:\WINDOWS\system32\data\CTP0610W.DAT, 4/9/2007 12:19:56, 319757 bytes
       Driver: C:\WINDOWS\system32\data\CTP0669W.DAT, 4/9/2007 12:19:58, 319757 bytes
       Driver: C:\WINDOWS\system32\data\CTP0678W.DAT, 4/9/2007 12:21:32, 345761 bytes
       Driver: C:\WINDOWS\system32\data\CTP0679W.DAT, 4/9/2007 12:21:28, 345761 bytes
       Driver: C:\WINDOWS\system32\data\CTP0730W.DAT, 4/9/2007 12:21:30, 265966 bytes
       Driver: C:\WINDOWS\system32\data\CTP0760W.DAT, 4/9/2007 12:21:30, 263543 bytes
       Driver: C:\WINDOWS\system32\data\CTP0773W.DAT, 4/9/2007 12:21:32, 269402 bytes
       Driver: C:\WINDOWS\system32\data\CTP0930W.DAT, 4/9/2007 12:21:32, 268778 bytes
       Driver: C:\WINDOWS\system32\data\CTP1140W.DAT, 4/9/2007 12:19:22, 233684 bytes
       Driver: C:\WINDOWS\system32\data\CTP4620W.DAT, 4/9/2007 12:19:20, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4670W.DAT, 4/9/2007 12:19:22, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4760W.DAT, 4/9/2007 12:19:22, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4780W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4790W.DAT, 4/9/2007 12:19:26, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTP4820W.DAT, 4/9/2007 12:19:38, 267599 bytes
       Driver: C:\WINDOWS\system32\data\CTP4830W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4831W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4832W.DAT, 4/9/2007 12:19:26, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4840W.DAT, 4/9/2007 12:19:26, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTP4850W.DAT, 4/9/2007 12:19:22, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4870W.DAT, 4/9/2007 12:19:22, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4871W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4872W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4875W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4890W.DAT, 4/9/2007 12:19:26, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTP4891W.DAT, 4/9/2007 12:19:28, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTP4893W.DAT, 4/9/2007 12:19:28, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTPDXW.DAT, 4/9/2007 12:19:30, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTPM002W.DAT, 4/9/2007 12:19:22, 233684 bytes
       Driver: C:\WINDOWS\system32\data\cts20x.dat, 4/9/2007 12:19:20, 2091 bytes
       Driver: C:\WINDOWS\system32\data\CTXFIGM.RFX, 7/28/2006 02:31:44, 41320 bytes
       Driver: C:\WINDOWS\system32\data\CTXFIEM.RFX, 7/28/2006 02:31:42, 41788 bytes
       Driver: C:\WINDOWS\system32\data\CTXFICM.RFX, 7/28/2006 02:31:40, 41624 bytes
       Driver: C:\WINDOWS\system32\data\CTXFICBM.RFX, 6/22/2005 22:58:50, 7352 bytes
       Driver: C:\WINDOWS\system32\ctbas2w.dat, 4/9/2007 12:21:28, 149838 bytes
       Driver: C:\WINDOWS\system32\ctsbas2w.dat, 4/9/2007 12:19:44, 274587 bytes
       Driver: C:\WINDOWS\system32\SBAudigy.ico, 8/17/2001 04:42:28, 7406 bytes
       Driver: C:\WINDOWS\system32\Audigy.bmp, 11/13/2001 01:48:20, 1912 bytes
       Driver: C:\WINDOWS\system32\ctcoinst.dll, 3.09.0002.0039 (English), 4/9/2007 13:19:58, 73728 bytes
       Driver: C:\WINDOWS\system32\ctdvinst.dll, 0.05.0009.0039 (English), 4/9/2007 13:19:58, 194048 bytes
       Driver: C:\WINDOWS\system32\ctsfinst.dll, 1.00.0000.0005 (English), 6/30/2005 07:24:14, 121856 bytes
       Driver: C:\WINDOWS\system32\CTAPO64.dll, 1.00.0000.0151 (English), 4/9/2007 11:27:16, 535040 bytes
       Driver: C:\WINDOWS\system32\ctppld.dll, 1.00.0000.0151 (English), 4/9/2007 11:27:36, 55296 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdlang.dat, 4/9/2007 12:24:30, 325821 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdnlstr.dat, 4/9/2007 12:24:30, 46273 bytes
       Driver: C:\WINDOWS\SysWOW64\ctstatic.dat, 4/9/2007 12:19:20, 313207 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdaught.dat, 4/9/2007 12:19:20, 53932 bytes
       Driver: C:\WINDOWS\SysWOW64\ctzapxx.ini, 4/9/2007 12:55:14, 54 bytes
       Driver: C:\WINDOWS\SysWOW64\instwdm.ini, 4/9/2007 12:55:14, 97785 bytes
       Driver: C:\WINDOWS\SysWOW64\kill.ini, 10/2/2006 09:25:18, 307 bytes
       Driver: C:\WINDOWS\SysWOW64\CT1MGM.ROM, 2/25/2000 04:49:36, 1048576 bytes
       Driver: C:\WINDOWS\SysWOW64\CT2MGM.SF2, 9/22/1999 15:18:38, 2167684 bytes
       Driver: C:\WINDOWS\SysWOW64\default4.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\SysWOW64\default8.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\SysWOW64\default.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\SysWOW64\a3d.dll, 80.00.0000.0003 (English), 4/9/2007 12:32:58, 34816 bytes
       Driver: C:\WINDOWS\SysWOW64\ac3api.dll, 6.00.0001.1242 (English), 4/9/2007 12:32:46, 27648 bytes
       Driver: C:\WINDOWS\SysWOW64\ctosuser.dll, 6.00.0001.1241 (English), 4/9/2007 12:21:50, 137728 bytes
       Driver: C:\WINDOWS\SysWOW64\ctemupia.dll, 6.00.0001.1241 (English), 4/9/2007 12:24:06, 110080 bytes
       Driver: C:\WINDOWS\SysWOW64\piaproxy.dll, 6.00.0001.1241 (English), 4/9/2007 12:21:44, 91136 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdproxy.dll, 6.00.0001.1241 (English), 4/9/2007 12:22:02, 82944 bytes
       Driver: C:\WINDOWS\SysWOW64\ctagent.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:30, 8704 bytes
       Driver: C:\WINDOWS\SysWOW64\ctasio.dll, 6.00.0001.1241 (English), 4/9/2007 12:22:02, 80896 bytes
       Driver: C:\WINDOWS\SysWOW64\ctedasio.dll, 6.00.0001.1241 (English), 4/9/2007 13:08:30, 68096 bytes
       Driver: C:\WINDOWS\SysWOW64\ct_oal.dll, 6.00.0001.1241 (English), 4/9/2007 12:22:04, 205312 bytes
       Driver: C:\WINDOWS\SysWOW64\OALInst.exe, 1.09.0009.0000 (English), 11/23/2006 00:55:48, 782336 bytes
       Driver: C:\WINDOWS\SysWOW64\ctpxinst.exe, 1.01.0000.0058 (English), 11/14/2006 09:01:30, 58104 bytes
       Driver: C:\WINDOWS\SysWOW64\AddCat.exe, 0.00.0000.0001 (English), 4/9/2007 11:25:36, 48400 bytes
       Driver: C:\WINDOWS\SysWOW64\CTAPO64.UDA, 4/10/2007 06:12:20, 8537 bytes
       Driver: C:\WINDOWS\SysWOW64\APOMgrH.dll, 1.00.0020.0001 (English), 4/12/2007 08:10:28, 105728 bytes
       Driver: C:\WINDOWS\SysWOW64\CTAPO32.dll, 1.00.0000.0151 (English), 4/9/2007 11:25:04, 444928 bytes
       Driver: C:\WINDOWS\SysWOW64\ctthxcal.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:24, 69632 bytes
       Driver: C:\WINDOWS\SysWOW64\CTxfiBtn.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:34, 35840 bytes
       Driver: C:\WINDOWS\SysWOW64\CTxfiSpk.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:34, 46592 bytes
       Driver: C:\WINDOWS\SysWOW64\Ct20xspi.dll, 6.00.0001.1242 (English), 4/9/2007 12:29:30, 10752 bytes
       Driver: C:\WINDOWS\SysWOW64\CTxfispi.exe, 6.00.0001.1242 (English), 4/9/2007 12:29:28, 934400 bytes
       Driver: C:\WINDOWS\SysWOW64\Ctxfihlp.exe, 6.00.0001.1241 (English), 4/9/2007 12:32:32, 19968 bytes
       Driver: C:\WINDOWS\SysWOW64\Ctxfireg.exe, 6.00.0001.1242 (English), 4/9/2007 12:29:30, 43520 bytes
       Driver: C:\WINDOWS\SysWOW64\devreg.dll, 6.00.0001.1242 (English), 4/9/2007 12:19:02, 48640 bytes
       Driver: C:\WINDOWS\SysWOW64\eaxac3.dll, 1.01.0002.0000 (English), 7/11/2001 02:51:00, 77824 bytes
       Driver: C:\WINDOWS\SysWOW64\killapps.exe, 1.00.0000.0001 (English), 4/9/2007 12:19:16, 10240 bytes
       Driver: C:\WINDOWS\SysWOW64\ctpres.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:24, 9216 bytes
       Driver: C:\WINDOWS\SysWOW64\inres.dll, 1.00.0009.0000 (English), 4/9/2007 12:33:38, 11776 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdcres.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:20, 10240 bytes
       Driver: C:\WINDOWS\SysWOW64\enlocstr.exe, 4/9/2007 12:19:18, 5120 bytes
       Driver: C:\WINDOWS\SysWOW64\psconv.exe, 4/9/2007 12:32:32, 37888 bytes
       Driver: C:\WINDOWS\SysWOW64\readreg.exe, 6.00.0001.1241 (English), 4/9/2007 12:32:36, 38400 bytes
       Driver: C:\WINDOWS\SysWOW64\ctmmep.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:28, 12800 bytes
       Driver: C:\WINDOWS\SysWOW64\ctmmactl.dll, 1.00.0001.0122 (English), 6/16/2005 10:17:16, 71680 bytes
       Driver: C:\WINDOWS\SysWOW64\CTpcmcia.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:30, 56832 bytes
       Driver: C:\WINDOWS\SysWOW64\CTBurst.dll, 1.00.0000.0024 (English), 4/9/2007 12:33:50, 43520 bytes
       Driver: C:\WINDOWS\SysWOW64\ctscal.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:22, 78336 bytes
       Driver: C:\WINDOWS\SysWOW64\ctspkhlp.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:30, 45568 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdc0000.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:20, 227840 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdc0001.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:22, 335872 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdcifce.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:22, 131072 bytes
       Driver: C:\WINDOWS\SysWOW64\CtHelper.exe, 6.00.0001.1241 (English), 4/9/2007 12:32:32, 19456 bytes
       Driver: C:\WINDOWS\SysWOW64\data\CTXFIGM.RFX, 7/28/2006 02:31:44, 41320 bytes
       Driver: C:\WINDOWS\SysWOW64\data\CTXFIEM.RFX, 7/28/2006 02:31:42, 41788 bytes
       Driver: C:\WINDOWS\SysWOW64\data\CTXFICM.RFX, 7/28/2006 02:31:40, 41624 bytes
       Driver: C:\WINDOWS\SysWOW64\data\CTXFICBM.RFX, 6/22/2005 22:58:50, 7352 bytes
       Driver: C:\WINDOWS\CTDVAUDY.CDF, 1/3/2005 04:18:12, 4958588 bytes
       Driver: C:\WINDOWS\CTDV10K1.CDF, 6/25/2004 02:47:10, 3377466 bytes
       Driver: C:\WINDOWS\CTDV10K2.CDF, 11/15/2001 07:25:52, 3735544 bytes
       Driver: C:\WINDOWS\system32\drivers\drmk.sys, 6.03.9600.16384 (English), 8/22/2013 05:39:24, 88576 bytes
       Driver: C:\WINDOWS\system32\drivers\portcls.sys, 6.03.9600.16384 (English), 8/22/2013 05:37:34, 271872 bytes
       Driver: C:\WINDOWS\system32\WMALFXGFXDSP.dll, 6.03.9600.16384 (English), 8/22/2013 06:40:32, 1793296 bytes
       Driver: C:\WINDOWS\system32\SysFxUI.dll, 6.03.9600.16384 (English), 8/22/2013 04:58:48, 372736 bytes
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_84CA1043&REV_A4\3&11583659&0&F0
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 285536 bytes
         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: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_8086&DEV_1E08&SUBSYS_84CA1043&REV_04\3&11583659&0&FD
       Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:31, 14688 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 48992 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:41, 26464 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\ataport.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:41, 199520 bytes
         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: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 285536 bytes
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_8086&DEV_1E00&SUBSYS_84CA1043&REV_04\3&11583659&0&FA
       Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:31, 14688 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 48992 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:41, 26464 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\ataport.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:41, 199520 bytes
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_1E3A&SUBSYS_84CA1043&REV_04\3&11583659&0&B0
       Driver: C:\WINDOWS\system32\DRIVERS\HECIx64.sys, 9.00.0000.1287 (English), 1/11/2013 18:02:34, 64624 bytes
         Name: Intel(R) USB 3.0 eXtensible Host Controller - 0100 (Microsoft)
    Device ID: PCI\VEN_8086&DEV_1E31&SUBSYS_84CA1043&REV_04\3&11583659&0&A0
       Driver: C:\WINDOWS\system32\DRIVERS\UCX01000.SYS, 6.03.9600.16384 (English), 8/22/2013 06:43:33, 189792 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\USBXHCI.SYS, 6.03.9600.16384 (English), 8/22/2013 06:43:34, 325472 bytes
         Name: PCI Input Device
    Device ID: PCI\VEN_1102&DEV_7003&SUBSYS_00401102&REV_04\4&2BB3940&0&09F0
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 6 - 1E1A
    Device ID: PCI\VEN_8086&DEV_1E1A&SUBSYS_84CA1043&REV_C4\3&11583659&0&E5
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 285536 bytes
         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: 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: C:\WINDOWS\system32\drivers\usbehci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:33, 89952 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:34, 439136 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:34, 422240 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_1E20&SUBSYS_84151043&REV_04\3&11583659&0&D8
       Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 6.03.9600.16384 (English), 8/22/2013 05:38:38, 78336 bytes
         Name: Realtek PCIe GBE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09\4&21A1C3AE&0&00E5
       Driver: C:\WINDOWS\system32\DRIVERS\Rt630x64.sys, 8.01.0510.2013 (English), 6/18/2013 08:46:17, 591360 bytes
         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: C:\WINDOWS\system32\drivers\usbehci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:33, 89952 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:34, 439136 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:34, 422240 bytes
         Name: Intel(R) B75 Express Chipset LPC Controller - 1E49
    Device ID: PCI\VEN_8086&DEV_1E49&SUBSYS_84CA1043&REV_04\3&11583659&0&F8
       Driver: C:\WINDOWS\system32\DRIVERS\msisadrv.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:49, 17248 bytes
         Name: High Definition Audio Bus
    Device ID: PCI\VEN_1002&DEV_AAB0&SUBSYS_AAB01458&REV_00\4&BAB4994&0&0108
       Driver: C:\WINDOWS\system32\DRIV

    So looking further into things, it seemed to have started happening since I installed Steam. While steams loader was active in the background it would cause the flash audio to drop out. I don't know any reason why it would cause this, but have just disabled steam from starting up at all. Any insight on why these two programs would clash and cause audio issues would be greatly appreciated.
    Thanks,
    Rob

  • Flash audio not working in Firefox 31.0

    Flash audio works in Chromium. Have tried the following with no success:
    - Resetting Firefox
    - Reinstalling Flash plugin
    Thanks for taking your time to help me out.
    EDIT:
    I noticed in about:plugins a listing for "FutureSplash Player". Perhaps that has something to do with the problem?

    On Linux Adobe has stopped supporting Flash for Firefox.
    There are only security updates of Flash 11.2 available.
    If web pages require a more recent Flash version then they won't work with Firefox and you would have to use Google Chrome.
    Does this happen with all pages that use the Flash plugin?
    Did you check if the player has a volume slider?
    You can check for issues with cookies and "Remove Cookies" from sites causing problems:
    *Edit > Preferences > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    You can try to clear the Flash local storage and settings.
    Abode Flash Player Preferences: Storage
    Flash Website Storage Settings panel:
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
    Global Storage Settings Panel:
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html

  • How to get flash audio to play when published to godaddy

    I'm trying to move all my iWeb websites to Godaddy, but can't get flash audio to work playing my mp3 on the site. With iDisk it's easy, just install the flash player in there, but how do I get it to my godaddy server and write the iDisk address into the widget code.  How do I do it when using godaddy as the new host? 

    Download the folder of assets for your flash player from iDisk. Get there from the Finder Go menu - iDisk/My iDisk/Web/Sites.
    Drag the folder onto your desktop and then upload it to the server using an FTP app like the freeware Cyberduck or your hosting service's file manager.
    Enter the new URLs to the files in snippet code.

  • Flash Audio Players

    I downloaded a Flash player for my website, and I'm trying to
    get it to play mp3's but if you compress them too much theres a
    flash bug where you get this "Chipmunk Effect". Thats where the
    audio is really sped up and sounds like the delicious rock trio the
    chipmunks.
    Anyway, the flash player I'm using doesnt support WMA files
    or anything, but I was wondering if there are players that support
    WMA's and if that woudl resolve/avoid this Chipmunk Effect whooy.
    I have to be able to reduce these audio file's size for my
    site, bandwidth issues... They're just phone calls so it doesnt
    matter if they're over compressed. I just have to be able to get it
    to work right.
    So basically what I'm looking for is maybe a better Flash
    audio player, or better info on what sort of audio formats / audio
    compressions Flash supports. OR anyway to get rid of that chipmunk
    effect when the Flash player is playing MP3s. Anyone have any
    ideas?
    This
    is the player I'm using now

    The way I understand it, if you compress MP3s outside of
    Flash to odd kHz rates that are not multiples of 8, this will
    happen. So if you have a 12kHz compressed file, rather than an 8hKz
    or 16kHz file, this playback problem will happen. Don't take me at
    my word for this, but I recall seeing such an explanation on
    another forum.

  • Flash audio that begins playing before fully donwloaded?

    I'm trying to help a friend add flash audio to his website.
    The problem is that the file won't play until the whole thing is
    loaded...he uses a so called squeeze page and many people will
    leave the site before the audio is fully loaded so they'll never
    hear the message.
    the url is
    http://www.realworldseduction.com/attraction/4483.htm?testMode=10911956
    What I'm wondering if there's a way to get it to play
    immediately, while the rest is loading, like flash video where you
    can hit play right away and the rest of the video will load as you
    watch. Anyone know of a good way to accomplish this?

    I actually only have dreamweaver and not the macromedia flash
    cs3..
    but I may know what the problem is now the problem...I used a
    program called web audio plus to create an .fla file from an mp3
    recording. I figured the problem may be solvable if I can make the
    file flash video instead, but how do I create a flash video file
    from an mp3 file?

  • Audio Widget Constraints

    I'm trying to insert two audio widgets on the same page, but iBooks Author doesn't seem to allow this. I've installed the first audio widget without any problem, but when I try to install a second audio widget on the same page the imported file simply refuses to load. I darg the file over but it just flips back to its original location. Any idea why this is?

    I was able to insert two audio widgets on the same page without a problem. If you can add two Media Widgets but are unsuccessful when adding your audio content you may have problem with the audio file type you're trying to load. The Media Widgets will only accept audio files that are QuickTime compatible. If I understood correctly, you mentioned that you were successful in dragging one of your audio files to a Media Widget but were unable to drag a second audio file to the second Media Widget. Try adding the first audio file (the one that was successful) to both Media Widgets. If it works on both, then you definitely an unsupported format for the other audio file that didn't load. A list of compatible audio formats can be found at  http://support.apple.com/kb/HT3775
    If that's the case, you'll have to convert your auido file to one that is compatible with with QuickTime. There are a bunch of free audio converters on the web that you can use.

  • Youtube widget and audio widget crashes gmail

    Hi -
    I have my site as a business catalyst site - and on some machines, it crashes gmail when I open youtubes or the audio widget I bought from Musegrid.
    Has anyone had this happen?  And perhaps when I host from GoDaddy or sim, this problem will go away?
    Thanks -
    d

    Hi
    Please share the site url and exact steps you are taking to replicate the issue.
    It should not crash any other browser site.
    Thanks,
    Sanjit

  • How to make simple flash audio player?

    I have some mp3 files in Quicktime format that I would like to put on a webpage. Each file, when clicked, come up in a separate page and play.
    My question: how can I modify these page with mp3 file so I can add some explanatory text to the page? Right now the site visitor just clicks on the link, a new page comes up and plays the file. But I can't modify what comes up. Nor can I even see Page Source.
    If there is a better way to implement my audio files to visitors can play the file and see the explanatory text at the same time, I would appreciate your suggestions.
    The specific page which contains the links is:  http://www.englishjapaneseonlinedictionary.com/dictionary_my_Japanese_teacher.ht m
    If you click on any of the files you will see the problem--I can't modify the page which comes up and plays the audio file
    Someone suggested I make a flash audio player to embed in a page. I know nothing about Flash. Can anyone direct me to some resources where I could make a flash player to play my files and that would allow me to add some other textual content to a webpage?
    Many thanks in advance,
    Jane

    The flash add-on is not available for Safari on iOS. Never has been and in fact Adobe has ceased support for flash for mobile devices in general. Your options, depending on the specific sites:
    See if the site or sites in question have their own apps availabel in teh app store
    Look into some browsers such as Puffin adn iSwifter (there are others, I beleive). These browsers use a third server site to translate the flsh content into a form that the iPAd can use and restreams them to you. They may not work with all content.
    Use a computer capable of running flash.
    Seek a source of the conent that is designed for non flash use.

  • IPad, Blogger, & Amazon Carousel Widget

    A widget shows up fine on an iMac in Mac OS, but does not appear on the iPad. Specifically, this is what is used:
    Safari
    Google Blogger
    Amazon Carousel Widget (displays books)
    Blogger in Safari on the iMac with Mac OS 10.7.3 displays the widget as expected.
    Blogger in Safari on an iPad 3 running iOS 5.1 leaves a blank space and displays nothing.
    Any helpful thoughts out there on how to get the widget to display on the iPad? (Yes, I will folow up in the Safari forum and also with Google & Amazon. But the smart people are all here ...)
    Thanks.  - Fabini

    Fabini wrote:
    Is this a Flash issue?
    Probably.

  • PLEASE HELP... Flash Audio Scratchy w/ latest player 9.0 r115

    I'm using Firefox on XP. The red flash audio button on my web
    page plays the audio, but it is very scratchy (see sample at:
    www.BizSplash.com/sample).
    This appears to have happened since I upgraded to the latest
    flash player 9.0.115. The audio plays fine on my other computer
    with an earlier release of the 9.0 flash player.
    How can this be corrected please? The audio quality is
    terrible all of a sudden. It has been working fine for years before
    this new flash player came out.
    Thanks for any help you can give,
    DSP

    I suspect this is a Yahoo problem. They'll need to update
    their Flash Plaeyr detection. I wrote about it yesterday in several
    threads on this forum, and in my blog at
    http://bentimagemedia.com/.
    You should contact them immediately and let them know.
    I ran a quick test and I had no problem using chat in FireFox
    with the FP10 plugin. It only failed when I tried it in IE6 with
    the FP10 ActiveX control (see below). Make a note of this when you
    contact yahoo.
    In the meantime, I'll see if we have any connections at yahoo
    that we can ping on our side..
    <<PS: Please note that I also have 'Adobe Flash Player
    9 ActiveX' installed as I use Firefox 3.0.3 on a Windows XP SP3
    system and sometimes some website components don't function without
    this ActiveX software.>>
    This is incorrect. The Flash Player ActiveX control is only
    used with IE Windows. All other browsers and platforms use the
    Flash Player plugin.
    Regards,
    Bentley Wolfe
    Senior Support Engineer, Flash/Flash Player/Digital Editions
    Adobe

  • Flash audio in captivate

    I have imported some flash content with audio into my
    captivate presentation. The flash content is on slide 5. When I
    publish the captivate file and play it in internet explorer the
    audio from the flash content plays on the first slde. Is this a
    common problem? and if so how can I work around this?

    I am having a similar problem where flash audio loops plays again on the slide after the one with the flash swf.  Like it's replaying the sound twice, looping is not turned on... I've had multiple problems with flash and captivate like the new CS4 3d transitions just make it go balistic.

  • Flash audio controls is gone from the Windows audio mixer.

    Flash audio controls is gone from the Windows audio mixer. The sound is, but I can not control it separately from the browser. Previously, there was a separate flash and a separate browser. When I use FF3. *. Flash Player audio option was, but the new FF versions do not. For me it was very comfortable and loved.
    How can I repay such opportunity? and whether there is still a possibility?

    Thank cor-el, but it did not help. I tried everything ( I installed it all over again, several times , clean cookies I'm using [[BetterPrivacy 1.68|BetterPrivacy 1.68]] add-ons clean cookies ... ), but the problem is not in the Flash Player to crash. It works. But I can not manage alone plugin container volume and alone audio browser.
    I am not a programmer, so I do not know how I can change it yourself.
    Maybe someone already has it done? I would be grateful if you divide.
    Sorry for my bad English. Here's screen shot if I can not clearly say:
    http://img94.imageshack.us/img94/707/ffsupport.jpg

Maybe you are looking for

  • Work center Change

    Hi All, How to change the work center once its get combined? Can I change my child order work center after creation of combined order?

  • Second display problems

    I've tried to hook my macbook pro to 2 different displays, they both showed a very pink image, that gets more and more pink around the contours, I've tried calibration but it didn;t work

  • Cannot browse dimension members of a cube in Dashboard Designer

    I have a very frustrating problem. I'm trying to make some very basic BI Dashboards on SharePoint 2013 using Dashboard Designer. I have a cube that I've created in on SQL Server 2012 using BIDS. It builds/deploys/processes just fine and I can browse

  • Using Captivate 3 which is not compatible with Flash 10, need 9

    When using Captivate 3 with full motion tracking, if using Flash 10 we get a blank screen. I've been told I need to install Flash 9 so it will work. However, I can't find a way to download Flash 9 anywhere. Any suggestions?

  • Can't view Captivate 4 projects in Captivate 5

    Hi there, I'm using a Windows XP 64-bit operating system. I just upgraded from the eLearning Suite 1 to the eLearning Suite 2. Th eLearning Suite 1 is still installed, so I have them both. When, from Captivate 5, I open a project created in Captivate