Sound lag in with SWF in browser

Hi,
I am working on a presentation that synchs a voice track with
animated text. When I view in Flash Player 8 everything is fine.
When I view the SWF in Internet Explorer, the text lags behind the
voice and seems to get slower as the presentation continues. Any
ideas why this is happening?
Flash 8, Windows 2000, IE 6.
I am on deadline and desperate. Any help will be greatly
appreciated.
Thanks,
Henry

Fixed it myself. In the properties tab for the sound, changed
sync from "Event" to "Streaming".

Similar Messages

  • Why do I get the 'critical stop' sound when I leave the firefox browser - doesn't happen with explorer?

    Why do I get the 'critical stop' sound when I leave the firefox browser. This doesn't happen when using internet explorer?

    Do you mean that there is a problem with closing Firefox?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Try to use "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: Firefox > Quit Firefox; Linux: Firefox/File > Quit) to close Firefox if you are currently doing that by clicking the close X on the Firefox title bar.

  • Sound lag with X-Fi Titanium Fatal1ty Pro Seri

    Hello to you all,
    I just built a new computer and the problem I have is that sound lags with WMCE in Vista. My video card is ATI 4850 (52mb) and motherboard is 790gx. The internal sound and integrated video are both disabbled. Any suggestions as to fix the sound lag while watching TV on Media Center? I have no problems with music or games with this. Thanks to all.

    Just to confirm that deselecting entries in the "headphone detection" tab the creative audio panel seems to provide a temporary (but not an acceptable permanent) solution.
    "Automatically mute speakers" provides the workaround but "automatically enable headphone settings" also needs to be deselected otherwise the PC will set to "headphone" on resume (rather than "5:" for example).
    So it could be that on resuming from standby it is setting some internal headphone settings to mute the speakers.
    I have created a support ticket hoping that this and the other post above might bring about a driver update.
    Will keep testing and post any updates.

  • AIR.SWF in-browser API is broken with FP 11.2

    The AIR.SWF in-browser API, as documented here:
    http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-1c6efe05128cca667e7-8000.html#WS5 b3ccc516d4fbf351e63e3d118666ade46-7cd2
    is no longer working. It reports that AIR isn't installed when it really is.
    I've filed a bug for this here:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3062591

    LocalConnection will only work between two applications running on the same machine.
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/LocalConnecti on.html
    "LocalConnection objects can communicate only among files that are running on the same client computer, but they can be running in different applications — for example, a file running in a browser and a SWF file running in Adobe AIR."
    If you need to communicate between an app running on an iOS device and a swf in a browser on a computer look into the ServerSocket Class:
    http://help.adobe.com/en_US/air/reference/html/flash/net/ServerSocket.html
    Works a little differently than LocalConnection but will allow connections between two different physical devices (ie: 2 computers, a computer and a mobile device, 2 mobile devices, etc).  Since the iOS device uses the air runtime stuff it should have access to the ServerSocket Class while the browser swf can use a standard Socket to connect to the iOS device.

  • XFI Sound Lag

    XFI Sound Lag? my pc:
    intel core 2 duo @3.44ghz
    4gb ram
    asus p5b deluxe
    creative xfi xtreme music
    8800gts
    windows 7 64bit
    in windows xp 32bit I had no problem with the sound but with windows 7 I get sound lag with certain things. 00% cpu usage throught prime does not cause lag, but simple things like scrolling down through your files or opening and closing tabs in firefox. programs where I noticed this lag in: firefox (youtube for example), VLC, media player classic, media player and foobar2000 so any audio and video application has this lag. you can't listen to something and browse the web at the same time, each time you do something there will be lag in the sound. I wanted to see if this affects games as well and installed half life 2 deathmatch but with this game there is no problem. I installed a codec pack but that didn?t change anything either, before that it was just what windows came with. I tried the newest official creative driver, the daniel k driver and the pax driver. I reinstalled windows 7 and the error is still present. I?m not sure what else I can do other than go back to windows xp.
    I also tried installing it in another pci slot but the problem remains.

    no answer?
    could buying a xfi titanium pcie make a difference? or will it be the same because its the same drivers?

  • Sound lag when playing games

    Hi,
    My Z1 compact has sound issues when playing games.
    There is a noticable sound lag of about a second (not much but is quite annoying), not only on newer games but also on the older ones, Angry Birds for example.  My recorded videos or YouTube don't appear to have the same issue.
    The problem seemed to occur after I had installed Worms 2: Armageddon when the phone got extremely hot and crashed. It was after the phone had reset and cooled down that I noticed the sound lag issue and Worms 2 was running at a very slow frame rate.
    I then installed Worms 2 on my ASUS TF201 and it runs perfectly with no sound or heating issues.
    I can't seem to find anyone else with this issue so i'm wondering if my phone is faulty.
    Any help would be much appreciated.

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    I suggest that you try to repair the phone software using PC Companion..
    Before repairing your device you may want to backup your information first. Check out this topic for more information on how to.
    How to backup?
    If the issue should still remain I think that this needs to be examined and fixed at a repair center. For more information about how to submit your phone for repair and where, contact your local support team.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • AS3: How to access and control embedded sounds in an external swf?

    I rarely use sounds in AS3/Flash. I am using Flash Pro CS6, but I can't seem to figure out how to access, control (play, stop, etc) sounds embedded in an external SWF loaded into the main SWF.
    It's easy to control them when embedded on the main swf. However, on an externally loaded SWR, I get all kinds of errors. For this app, I really need to embed them in the external SWF.
    I read several solutions, but none seem to work.
    I embed the sound an mp3 file called soundSegment1.mp3 using Flash CS6 import tool and then open the actionscript properties panel on flash to select the class name: SoundSegment1. Then I edit the class code and create a file called SoundSegment1.as and it's saved right next to my document class main.as in the same directory. The code of the SoundSegment1 class looks like this:
    package  {
        import flash.media.*;
        public class SoundSegment1 extends Sound
            public function SoundSegment1 ()
                // no code in here
            public function playSound()
                var soundSegment1:Sound = new SoundSegment1();
                var channel:SoundChannel = soundSegment1.play();
    Then, in my main.as, I have done several attempts to play this sound such as:
    var fileLocation:URLRequest = new URLRequest(SWFToLoad); loader.load(fileLocation); loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, progressListener); loader.contentLoaderInfo.addEventListener(Event.COMPLETE, completeListener); loader.contentLoaderInfo.addEventListener(Event.INIT, initListener); 
    function initListener(e:Event):void // I also placed this code on the completeListener and it didn't work {      loader.content.soundSegment1.playSound(); // doesn't work.  }
    I get:
    Line XXX 1061: Call to a possibly undefined method playSound through a reference with static type flash.display:DisplayObject.
    or, I also read that I should be able to do something like this anywhere in the Main.as file:
    var theClass:Class = Class(loader.content.getDefinitionByName("SoundSegment1")); var theSound:theClass = new theClass(); theSound.play()  //doesn't work either.
    I also tried on the completeListener:
    var TheClass:Class = e.target.applicationDomain.getDefinition("SoundSegment1") as Class; var theSound:TheClass = new TheClass();
    theSound.play()  //doesn't work either.
    I get:
    ReferenceError: Error #1065: Variable SoundSegment1 is not defined. at flash.system::ApplicationDomain/getDefinition()
    I am stuck and I really need to get this to work. I would be genuinely grateful for your help.
    Thank you in advance for any help provided. I really need to get it to work, because I can't simply embed them in the main SWF or load them individually externally one by one.
    Thanks again!

    THANK YOU!
    I think your code may be over my head though. I think you are using an anonymous function which is not something I am familiar with (but I want to learn about if it's useful).
    I also don't know where the classS came from. I see that it's a parameter sent along with the event, but I don't really see where that came from.
    Someone at: http://www.kirupa.com/forum/showthread.php?305098-Playing-a-embedded-sound-in-an-external- swf&p=2658098#post2658098
    Is showing what seems to be an easier solution, but my problem there is I can't access the source file of the "child" swf....  ayayay.....
    I am going to tinker with your solution and see if it gets me anywhere. Thanks so much for your help again.

  • Sound is early in SWF file but not in Timeline.

    Thanks everyone for reading my post!
    I am having a bit of a problem with the playback of a certain sound in my published file. I have a sound attached to a frame in my timeline and I have it as a stream so that it plays extactly where I want it to in the movie. When I publish my movie, however, the sound plays about 2-3 seconds before it's supposed to. I tried putting another sound file in its place and the other file plays early as well. The sound will also start early if it is an event. Please let me know if anyone else has come across this problem before and if there's a way to fix it.
    Thanks Again!

    Is the sound file exernal, or is it imported to your library? Is it a small file like a single sound intended for a mouse click effect or is it a full song file or large file? Is the swf content also a large file with a good deal of objects and tweens and such? You mentioned streamed, so I'm not sure what you mean.
    First, if you have a large file, and a large sound file, you just may simply be having some loading issues that change your intended timing, try a preloader if they are large files.
    Second you can control sound several ways, you can use actionscript to call an eventListener and function ether a mouse event play() the sound, or an enter frame event play() to play it also. You can also put the sound in a keyframe on a layer at the point you want it to play, which I presume you are doing, however if its external then it has to load, stream, etc, so there may be some timing issues that arise from those loads, sound, and content from swf. You can use frame labels, anchors, or frame number itself in script as your target point.
    http://kb2.adobe.com/cps/153/tn_15347.html

  • Help needed - creating site in dreamweaver with swfs

    Hi
    I am attempting to make a website in dreamweaver, with
    animated swf files for the banner and buttons. My problem is with
    the sizes.
    I want to get all of the buttons next to each other, with
    little or no gaps.
    I've tried making a table and putting each button in a
    different column, but there are still massive gaps.
    The other problem is to do with the web browser, I think.
    I want it to be like most sites, if the user dosent have the
    page full screen, the banner and buttons will resize so that the
    user can see all of the site, normally until you have squashed the
    browser halfway.
    For example, when you drag the corners of a swf file while it
    is playing, the image resizes so you can see the whole of it, no
    matter how small you make the application.
    I want my imported swf file in dreamweaver to resize if the
    user does not have the web browser full size.
    For example, if you have your browser in windowed mode now,
    drag the sides so that the application is squashed, you can still
    see the post and the banner, it resizes automatically.
    I have attatched all of my files in a zip on
    [url=http://www.weebls-stuff.com/forums/showthread.php?t=48673]this
    post[/url]
    Please be aware that this is the first time I have attempted
    to make a proper website so i am a bit of a simpleton when it comes
    to web design, and dreamweaver.
    Any help would be appreciated and you can speak to me on msn
    if it's easier, i am:
    joe501 at hotmail dot com
    P.S if this is in the wrong section sorry!

    Attachments will not get through. Upload your file and post a
    link
    instead.
    joe501 wrote:
    > Hi
    >
    > I am attempting to make a website in dreamweaver, with
    animated swf files for
    > the banner and buttons. My problem is with the sizes.
    >
    > I want to get all of the buttons next to each other,
    with little or no gaps.
    >
    > I've tried making a table and putting each button in a
    different column, but
    > there are still massive gaps.
    >
    > The other problem is to do with the web browser, I
    think.
    >
    > I want it to be like most sites, if the user dosent have
    the page full screen,
    > the banner and buttons will resize so that the user can
    see all of the site,
    > normally until you have squashed the browser halfway.
    >
    > For example, when you drag the corners of a swf file
    while it is playing, the
    > image resizes so you can see the whole of it, no matter
    how small you make the
    > application.
    >
    > I want my imported swf file in dreamweaver to resize if
    the user does not have
    > the web browser full size.
    >
    > For example, if you have your browser in windowed mode
    now, drag the sides so
    > that the application is squashed, you can still see the
    post and the banner, it
    > resizes automatically.
    >
    > I have attatched all of my files in a zip on this post
    >
    > Please be aware that this is the first time I have
    attempted to make a proper
    > website so i am a bit of a simpleton when it comes to
    web design, and
    > dreamweaver.
    >
    > Any help would be appreciated and you can speak to me on
    msn if it's easier, i
    > am:
    >
    > joe501 at hotmail dot com
    >
    > P.S if this is in the wrong section sorry!
    >
    Bonnie in California
    kroko at
    sbcglobal dot net
    http://www.theanimalrescuesite.com/cgi-bin/WebObjects/CTDSites.woa

  • Qosmio F60-111 - Sound lag in games

    i recently have sound lag on my _Qosmio F60-111_ only in games (music and video files work perfect)
    sounds lag and sometimes scape parts but only one backgroud music and cinematic parts,
    the other sound effect work perfectly, any help?
    thank you.
    My DX info
    System Information
    Time of this report: 4/29/2011, 00:56:57
    Machine name: ADMIRAL-PC
    Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_rtm.101119-1850)
    Language: Arabic (Regional Setting: Arabic)
    System Manufacturer: TOSHIBA
    System Model: Qosmio F60
    BIOS: 0BIOS Version:0.02
    Processor: Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz (4 CPUs), ~2.3GHz
    Memory: 4096MB RAM
    Available OS Memory: 3952MB RAM
    Page File: 1511MB used, 6392MB 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.7601.17514 64bit Unicode
    DxDiag Notes
    Display Tab 1: No problems found.
    Sound Tab 1: No problems found.
    Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D: 0/4 (retail)
    DirectDraw: 0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay: 0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow: 0/6 (retail)
    Display Devices
    Card name: NVIDIA GeForce GT 330M
    Manufacturer: NVIDIA
    Chip type: GeForce GT 330M
    DAC type: Integrated RAMDAC
    Device Key: Enum\PCI\VEN_10DE&DEV_0A2B&SUBSYS_00011179&REV_A2
    Display Memory: 2706 MB
    Dedicated Memory: 986 MB
    Shared Memory: 1720 MB
    Current Mode: 1366 x 768 (32 bit) (60Hz)
    Monitor Name: Generic PnP Monitor
    Monitor Model: Internal LCD
    Monitor Id: TOS5091
    Native Mode: 1366 x 768(p) (60.006Hz)
    Output Type: Internal
    Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,n vwgf2um,nvwgf2um
    Driver File Version: 8.17.0012.7061 (English)
    Driver Version: 8.17.12.7061
    DDI Version: 10.1
    Driver Model: WDDM 1.1
    Driver Attributes: Final Retail
    Driver Date/Size: 4/8/2011 08:14:00, 12934248 bytes
    WHQL Logo'd: Yes
    WHQL Date Stamp:
    Device Identifier: {D7B71E3E-496B-11CF-5C69-0D201CC2C535}
    Vendor ID: 0x10DE
    Device ID: 0x0A2B
    SubSys ID: 0x00011179
    Revision ID: 0x00A2
    Driver Strong Name: oem7.inf:NVIDIA_SetA_Devices.NTamd64.6.1:Section02 2:8.17.12.7061:pci\ven_10de&dev_0a2b&subsys_000111 79
    Rank Of Driver: 00E60001
    Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
    Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {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
    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: 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)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {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
    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) 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=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: 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)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {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
    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,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=
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,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=
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,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=
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,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=
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,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=
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    D3D9 Overlay: Supported
    DXVA-HD: Supported
    DDraw Status: Enabled
    D3D Status: Enabled
    AGP Status: Enabled
    Sound Devices
    Description: Speakers (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
    Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0272&SUBSYS_1179060C& REV_1000
    Manufacturer ID: 1
    Product ID: 100
    Type: WDM
    Driver Name: RTKVHD64.sys
    Driver Version: 6.00.0001.6343 (English)
    Driver Attributes: Final Retail
    WHQL Logo'd: Yes
    Date and Size: 4/6/2011 15:33:48, 2826984 bytes
    Other Files:
    Driver Provider: Realtek Semiconductor Corp.
    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 (Realtek High Definition Audio)
    Default Sound Capture: Yes
    Default Voice Capture: Yes
    Driver Name: RTKVHD64.sys
    Driver Version: 6.00.0001.6343 (English)
    Driver Attributes: Final Retail
    Date and Size: 4/6/2011 15:33:48, 2826984 bytes
    Cap Flags: 0x1
    Format Flags: 0xFFFFF
    DirectInput Devices
    Device Name: Mouse
    Attached: 1
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Device Name: Keyboard
    Attached: 1
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Device Name: Microsoft Hardware USB Mouse
    Attached: 1
    Controller ID: 0x0
    Vendor/Product ID: 0x045E, 0x0745
    FF Driver: n/a
    Device Name: Micr
    Attached: 1
    Controller ID: 0x0
    Vendor/Product ID: 0x045E, 0x0745
    FF Driver: n/a
    Device Name: Micr
    Attached: 1
    Controller ID: 0x0
    Vendor/Product ID: 0x045E, 0x0745
    FF Driver: n/a
    Device Name: Micr
    Attached: 1
    Controller ID: 0x0
    Vendor/Product ID: 0x045E, 0x0745
    FF Driver: n/a
    Device Name: Micr
    Attached: 1
    Controller ID: 0x0
    Vendor/Product ID: 0x045E, 0x0745
    FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x3B3C
    | Matching Device ID: usb\root_hub20
    | Service: usbhub
    | Driver: usbhub.sys, 11/20/2010 13:44:30, 343040 bytes
    | Driver: usbd.sys, 7/14/2009 03:06:23, 7936 bytes
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0020
    | | Location: Port_#0001.Hub_#0001
    | | Matching Device ID: usb\class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 11/20/2010 13:44:30, 343040 bytes
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 7/14/2009 02:19:57, 105472 bytes
    | Driver: kbdclass.sys, 7/14/2009 04:48:04, 50768 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x045E, 0x0745
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 11/20/2010 13:33:25, 33280 bytes
    | Driver: kbdclass.sys, 7/14/2009 04:48:04, 50768 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 7/14/2009 02:19:57, 105472 bytes
    | Driver: kbdclass.sys, 7/14/2009 04:48:04, 50768 bytes
    |
    + Synaptics PS/2 Port TouchPad
    | Matching Device ID: *syn1d0b
    | Upper Filters: SynTP
    | Service: i8042prt
    |
    + Microsoft USB Dual Receiver Wireless Mouse (IntelliPoint)
    | Vendor/Product ID: 0x045E, 0x0745
    | Matching Device ID: hid\vid_045e&pid_0745&mi_01&col01
    | Upper Filters: Point64
    | Service: mouhid
    | Driver: point64.sys, 1/7/2011 16:03:08, 45408 bytes
    | Driver: mouhid.sys, 7/14/2009 03:00:20, 31232 bytes
    | Driver: mouclass.sys, 7/14/2009 04:48:27, 49216 bytes
    | Driver: wdfcoinstaller01009.dll, 8/7/2009 13:49:36, 1721576 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 11/20/2010 16:33:57, 63360 bytes
    | Driver: sermouse.sys, 7/14/2009 03:00:20, 26624 bytes
    | Driver: mouclass.sys, 7/14/2009 04:48:27, 49216 bytes
    Disk & DVD/CD-ROM Drives
    Drive: C:
    Free Space: 7.3 GB
    Total Space: 74.5 GB
    File System: NTFS
    Model: TOSHIBA MK6465GSX
    Drive: D:
    Free Space: 41.8 GB
    Total Space: 500.1 GB
    File System: NTFS
    Model: TOSHIBA MK6465GSX
    Drive: F:
    Model: WZYBO U7KHIRG SCSI CdRom Device
    Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Arabic), 11/20/2010 12:19:21, 147456 bytes
    Drive: E:
    Model: MAT****A BD-MLT UJ240ES
    Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Arabic), 11/20/2010 12:19:21, 147456 bytes
    System Devices
    Name: QPI Link 0 - 2D10
    Device ID: PCI\VEN_8086&DEV_2D10&SUBSYS_80868086&REV_02\3&4F1 1E61&0&10
    Driver: n/a
    Name: Ricoh PCIe SD/MMC Host Controller
    Device ID: PCI\VEN_1180&DEV_E822&SUBSYS_00011179&REV_01\4&37A EF77A&0&00E0
    Driver: C:\Windows\system32\DRIVERS\risdpe64.sys, 6.10.0002.0012 (Japanese), 10/28/2009 17:54:00, 79360 bytes
    Driver: C:\Windows\system32\RiSDIcon.dll, 1.00.0000.0001 (Japanese), 5/28/2009 21:24:38, 196608 bytes
    Driver: C:\Windows\system32\RiMMCIcon.dll, 1.00.0000.0001 (Japanese), 5/28/2009 21:24:16, 188416 bytes
    Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_3B64&SUBSYS_00011179&REV_06\3&115 83659&0&B0
    Driver: n/a
    Name: Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B34
    Device ID: PCI\VEN_8086&DEV_3B34&SUBSYS_00011179&REV_06\3&115 83659&0&E8
    Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17514 (English), 11/20/2010 13:43:54, 52224 bytes
    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (English), 11/20/2010 13:44:00, 325120 bytes
    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17514 (English), 11/20/2010 13:44:30, 343040 bytes
    Name: QuickPath Architecture System Address Decoder - 2D01
    Device ID: PCI\VEN_8086&DEV_2D01&SUBSYS_80868086&REV_02\3&4F1 1E61&0&01
    Driver: n/a
    Name: Ricoh PCIe Memory Stick Host Controller
    Device ID: PCI\VEN_1180&DEV_E230&SUBSYS_00011179&REV_01\4&37A EF77A&0&01E0
    Driver: C:\Windows\system32\snymsico.dll, 1.00.0000.9120 (English), 9/4/2004 06:00:00, 90112 bytes
    Driver: C:\Windows\system32\DRIVERS\rimspe64.sys, 6.10.0002.0007 (Japanese), 10/26/2009 14:52:00, 61952 bytes
    Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_3B56&SUBSYS_00011179&REV_06\3&115 83659&0&D8
    Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 13:43:43, 122368 bytes
    Name: Intel(R) Turbo Boost Technology Driver
    Device ID: PCI\VEN_8086&DEV_3B32&SUBSYS_00011179&REV_06\3&115 83659&0&FE
    Driver: C:\Windows\system32\DRIVERS\Impcd.sys, 1.01.0001.1007 (English), 2/10/2010 22:02:00, 158720 bytes
    Name: QuickPath Architecture Generic Non-core Registers - 2C62
    Device ID: PCI\VEN_8086&DEV_2C62&SUBSYS_80868086&REV_02\3&4F1 1E61&0&00
    Driver: n/a
    Name: A5D9QYH2 IDE Controller
    Device ID: PCI\VEN_1103&DEV_3520&SUBSYS_0C82D30F&REV_01\4&5D1 8F2DF&0
    Driver: n/a
    Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 6 - 3B4C
    Device ID: PCI\VEN_8086&DEV_3B4C&SUBSYS_00011179&REV_06\3&115 83659&0&E5
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 16:33:48, 184704 bytes
    Name: Intel(R) 82801 PCI Bridge - 2448
    Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_00011179&REV_A6\3&115 83659&0&F0
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 16:33:48, 184704 bytes
    Name: Realtek PCIe GBE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_00021179&REV_03\4&AB0 8A5C&0&00E5
    Driver: n/a
    Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 4 - 3B48
    Device ID: PCI\VEN_8086&DEV_3B48&SUBSYS_00011179&REV_06\3&115 83659&0&E3
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 16:33:48, 184704 bytes
    Name: Intel(R) 5 Series 4 Port SATA AHCI Controller
    Device ID: PCI\VEN_8086&DEV_3B29&SUBSYS_00011179&REV_06\3&115 83659&0&FA
    Driver: C:\Windows\system32\DRIVERS\iaStor.sys, 10.01.0002.1004 (English), 1/12/2011 16:51:44, 439320 bytes
    Name: Intel(R) processor PCI Express Root Port - 0045
    Device ID: PCI\VEN_8086&DEV_0045&SUBSYS_00011179&REV_12\3&115 83659&0&08
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 16:33:48, 184704 bytes
    Name: High Definition Audio Controller
    Device ID: PCI\VEN_10DE&DEV_0BE2&SUBSYS_00011179&REV_A1\4&256 F4D35&0&0108
    Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 13:43:43, 122368 bytes
    Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 3 - 3B46
    Device ID: PCI\VEN_8086&DEV_3B46&SUBSYS_00011179&REV_06\3&115 83659&0&E2
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 16:33:48, 184704 bytes
    Name: Intel(R) HM55 Express Chipset LPC Interface Controller - 3B09
    Device ID: PCI\VEN_8086&DEV_3B09&SUBSYS_00011179&REV_06\3&115 83659&0&F8
    Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/14/2009 04:48:27, 15424 bytes
    Name: Intel(R) processor DRAM Controller - 0044
    Device ID: PCI\VEN_8086&DEV_0044&SUBSYS_00011179&REV_12\3&115 83659&0&00
    Driver: n/a
    Name: NVIDIA GeForce GT 330M
    Device ID: PCI\VEN_10DE&DEV_0A2B&SUBSYS_00011179&REV_A2\4&256 F4D35&0&0008
    Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 193128 bytes
    Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 4/8/2011 08:14:00, 289252 bytes
    Driver: C:\Windows\System32\DriverStore\FileRepository\nvt s.inf_amd64_neutral_32c6b6e401c8c857\NvCplSetupInt .exe, 14.00.0000.0162 (English), 4/8/2011 08:14:00, 56444152 bytes
    Driver: C:\Program Files\NVIDIA Corporation\license.txt, 4/8/2011 08:14:00, 15511 bytes
    Driver: C:\Windows\system32\DRIVERS\nvBridge.kmd, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 11240 bytes
    Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 13262184 bytes
    Driver: C:\Windows\system32\OpenCL.dll, 1.00.0000.0000 (English), 4/8/2011 08:14:00, 67176 bytes
    Driver: C:\Windows\system32\nvapi64.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 2273896 bytes
    Driver: C:\Windows\system32\nvcompiler.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 18578536 bytes
    Driver: C:\Windows\system32\nvcuda.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 6974056 bytes
    Driver: C:\Windows\system32\nvcuvenc.dll, 6.14.0012.7061 (English), 4/8/2011 08:14:00, 2204264 bytes
    Driver: C:\Windows\system32\nvcuvid.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 2893416 bytes
    Driver: C:\Windows\system32\nvd3dumx.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 12934248 bytes
    Driver: C:\Windows\system32\nvinfo.pb, 4/8/2011 08:14:00, 7771 bytes
    Driver: C:\Windows\system32\nvoglv64.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 20700264 bytes
    Driver: C:\Windows\system32\nvwgf2umx.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 8411752 bytes
    Driver: C:\Windows\SysWow64\OpenCL.dll, 1.00.0000.0000 (English), 4/8/2011 08:14:00, 57960 bytes
    Driver: C:\Windows\SysWow64\nvapi.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 2034280 bytes
    Driver: C:\Windows\SysWow64\nvcompiler.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 13007464 bytes
    Driver: C:\Windows\SysWow64\nvcuda.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 5183080 bytes
    Driver: C:\Windows\SysWow64\nvcuvenc.dll, 6.14.0012.7061 (English), 4/8/2011 08:14:00, 2074216 bytes
    Driver: C:\Windows\SysWow64\nvcuvid.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 2765928 bytes
    Driver: C:\Windows\SysWow64\nvd3dum.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 10071656 bytes
    Driver: C:\Windows\SysWow64\nvoglv32.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 15227496 bytes
    Driver: C:\Windows\SysWow64\nvwgf2um.dll, 8.17.0012.7061 (English), 4/8/2011 08:14:00, 6299752 bytes
    Driver: C:\Windows\system32\nvdispco6420140.dll, 2.00.0014.0000 (English), 4/8/2011 08:14:00, 1619048 bytes
    Driver: C:\Windows\system32\nvgenco642060.dll, 2.00.0006.0000 (English), 4/8/2011 08:14:00, 1404008 bytes
    Name: Reserved - 2D13
    Device ID: PCI\VEN_8086&DEV_2D13&SUBSYS_80868086&REV_02\3&4F1 1E61&0&13
    Driver: n/a
    Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 2 - 3B44
    Device ID: PCI\VEN_8086&DEV_3B44&SUBSYS_00011179&REV_06\3&115 83659&0&E1
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 16:33:48, 184704 bytes
    Name: Atheros AR9285 Wireless Network Adapter
    Device ID: PCI\VEN_168C&DEV_002B&SUBSYS_7159144F&REV_01\4&5E9 4A11&0&00E1
    Driver: n/a
    Name: Reserved - 2D12
    Device ID: PCI\VEN_8086&DEV_2D12&SUBSYS_80868086&REV_02\3&4F1 1E61&0&12
    Driver: n/a
    Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 1 - 3B42
    Device ID: PCI\VEN_8086&DEV_3B42&SUBSYS_00011179&REV_06\3&115 83659&0&E0
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 16:33:48, 184704 bytes
    Name: Ricoh PCIe xD-Picture Card Controller
    Device ID: PCI\VEN_1180&DEV_E852&SUBSYS_00011179&REV_01\4&37A EF77A&0&02E0
    Driver: C:\Windows\system32\DRIVERS\rixdpe64.sys, 6.10.0001.0008 (Japanese), 12/11/2009 14:32:06, 55808 bytes
    Driver: C:\Windows\system32\rixdicon.dll, 1.00.0001.0001 (Japanese), 7/25/2007 15:48:00, 172032 bytes
    Name: QPI Physical 0 - 2D11
    Device ID: PCI\VEN_8086&DEV_2D11&SUBSYS_80868086&REV_02\3&4F1 1E61&0&11
    Driver: n/a
    Name: Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B3C
    Device ID: PCI\VEN_8086&DEV_3B3C&SUBSYS_00011179&REV_06\3&115 83659&0&D0
    Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17514 (English), 11/20/2010 13:43:54, 52224 bytes
    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (English), 11/20/2010 13:44:00, 325120 bytes
    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17514 (English), 11/20/2010 13:44:30, 343040 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    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.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.01.3764.0000
    ffdshow DXVA Video Decoder,0xff800002,2,1,ffdshow.ax,1.01.3764.0000
    ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.01.3764.0000
    MPC - MPEG Audio Splitter,0x00400001,1,1,MpaSplitter.ax,1.05.0001.2 910
    ffdshow Audio Decoder,0xff800001,1,1,ffdshow.ax,1.01.3764.0000
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    MPC - Mpeg Source (Gabest),0x00400000,0,0,MpegSplitter.ax,1.05.0001. 2910
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.1751 4
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.1751 4
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17514
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17514
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7 601.17528
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0 000
    MPC - RealVideo Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.05.0 001.2910
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601. 17528
    Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.1751 4
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.1 7514
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17514
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.1752 8
    MPC - MP4 Source,0x00600000,0,0,MP4Splitter.ax,1.05.0001.291 0
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.1752 8
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17 514
    MPC - FLV Splitter (Gabest),0x00600000,1,1,FLVSplitter.ax,1.05.0001.2 910
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17514
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17514
    PlayReady DMO Wrapper,0x00600002,1,1,PRDMOW~1.DLL,1.03.2297.0000
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17514
    MS PR Source Filter,0x00200000,0,2,PRSource.dll,1.03.2297.0000
    Haali Media Splitter,0x00800001,0,1,splitter.x64.ax,1.10.0348. 0015
    Haali Media Splitter (AR),0x00400000,1,1,splitter.x64.ax,1.10.0348.0015
    MPC - MPEG Audio Source,0x00400001,0,0,MpaSplitter.ax,1.05.0001.291 0
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17 514
    MPC - MP4 Splitter,0x00600000,1,1,MP4Splitter.ax,1.05.0001.2 910
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17514
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17514
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17514
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17514
    MPC - RealMedia Source,0x00600000,0,0,RealMediaSplitter.ax,1.05.00 01.2910
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.1751 4
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    Haali Simple Media Splitter,0x00200000,0,1,splitter.x64.ax,1.10.0348. 0015
    DirectVobSub,0x00200000,2,1,vsfilter.dll,1.05.0001 .2910
    MPC - RealAudio Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.05.0 001.2910
    DirectVobSub (auto-loading version),0x00800002,2,1,vsfilter.dll,1.05.0001.291 0
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17514
    Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.1751 4
    Overlay Mixer2,0x00200000,1,1,,
    Haali Matroska Muxer,0x00200000,1,0,splitter.x64.ax,1.10.0348.001 5
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17 514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601 .17528
    SFVCaptureFilter,0x00200000,1,1,SmartFaceVCapt.dll ,3.01.0003.0000
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.01.3764.0000
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.1 7514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.1751 4
    MPC - FLV Source (Gabest),0x00600000,0,0,FLVSplitter.ax,1.05.0001.2 910
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.760 1.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.1 7514
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.1 7514
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17514
    MPC - MPEG4 Video Splitter,0x00600000,1,1,MP4Splitter.ax,1.05.0001.2 910
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17514
    ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.01.3764.0000
    MPC - Mpeg Splitter (Gabest),0x00400001,1,1,MpegSplitter.ax,1.05.0001. 2910
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0 000
    MPC - RealMedia Splitter,0x00600000,1,1,RealMediaSplitter.ax,1.05. 0001.2910
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601 .17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    MPC - MPEG4 Video Source,0x00600000,0,0,MP4Splitter.ax,1.05.0001.291 0
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17514
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17514
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17514
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.175 14
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Haali Video Sink,0x00200000,1,0,splitter.x64.ax,1.10.0348.0015
    AC3File,0x00600000,0,1,ac3file64.ax,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17514
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17514
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.1751 4
    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.7601.17514
    ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.01.3764.0000
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.175 14
    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
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17514
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17514
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17514
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17514
    Audio Capture Sources:
    Microphone (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7601.17514
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17 528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17 528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17 528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17514
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17514
    WDM Streaming Capture Devices:
    Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    USB2.0 UVC WebCam,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
    Video Capture Sources:
    USB2.0 UVC WebCam,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17514
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17528
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17528
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17528
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17528
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.1751 4
    Audio Renderers:
    Speakers (Realtek High Definiti,0x00200000,1,0,quartz.dll,6.06.7601.17514
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17514
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17514
    DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17514
    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

    @ xaver
    first thanks for your reply,
    >Have you noticed this behaviour on all games you want to play or just by newest games?
    I talking about (Starcraft 2) it was working perfectly before but new the sound lag badly that i disable the music and scape the cinematic part to play it.
    >While gaming, do you use your notebook with high performance power plan?
    Yes I use it.
    By the way: sending DX info is OK but Im 100% sure nobody here will read this. I hope someone read it.
    @ Xardas,
    I try all the things you just say, and sadly it doesn't work. I have the last display and sound driver and last DirectX, I use the high performance power plan while gaming.
    I try Disable AntiVirus/Firewall while gaming but it the same it doesn't work.
    thanks.

  • Memory leak with swf generated by Xcelsius 4.5?

    Hello,
    I've experienced some memory problems with swf generated with Xcelsius 4.5. I'm using Windows Vista and Internet Explorer 7.
    I noticed that every time I refresh my dashboard using the F5 key, the memory used by the Internet Explorer process increases (or doubles).So, in case I need to refresh my dashboard many times, the memory used by the browser becomes definitely too much and compromises my system stability.
    Does anyone have experienced this problem? Is this a memory leak? Is there a way to fix this problem?
    Thank you,

    That's the trick who does it, thank you!

  • Controlling the sound volume of my swf

    I am trying to reduce the sound volume of my swf in general. I implemented the code below, but I get this error message: Line 30 1151: A conflict exists with definition in namespace internal.
    Thanks for your help
    Charine
    ++++++++++++++++++++++++++++
    Here is my code:
    package
       import flash.display.MovieClip;
        import flash.utils.Timer;
        import flash.events.TimerEvent;
        import flash.events.MouseEvent;
        import flash.media.Sound;
       import flash.events.Event;
        import flash.media.SoundChannel;
        import flash.media.SoundMixer;
        import flash.media.SoundTransform;
        public class BugGoopFSGame extends MovieClip
           public var mybackground:BackGround;
    //        public var LetterArray:LetterArray = new LetterArray(stage);
            public var lettera:A;
            public var cinders:Cinders;
            public var gameTimer:Timer;
            public var spidy:Spidy;
            public var myplaybtn:Play;
            public var timerback:TimerBack;
            public var timermiddle:TimerMiddle;
            public var timerfront:TimerFront;
            public var settings_btn:Settings_btn;
            public var sound1:Sound1;
            public var channel:SoundChannel = (new Sound1()).play(0, int.MAX_VALUE);
            public var channel:SoundTransform = (new Sound1()).volume(0.5,1.0); //This is where the problem is - Line 30 1151: A conflict exists with definition in namespace internal.
            public function BugGoopFSGame()
                sound1 =  new Sound1();
            //rest is not relevant to this

    Try this version that I put together. I attached the sound playing to the onClick function at the bottom. This may not be the correct place, you can move the code to any function that you like. The sound will not play from the variable declaration section of the class, it really needs to be in a function.
    package  {
                import flash.display.*;
        import flash.utils.Timer;
        import flash.events.*;
        import flash.events.MouseEvent;
        import flash.media.Sound;
        import flash.events.Event;
        import flash.media.SoundChannel;
        import flash.media.SoundMixer;
        import flash.media.SoundTransform;
        import flash.text.*;
        import flash.net.URLRequest;
        public class BugGoopFSGame extends MovieClip
            public var mybackground:BackGround;
            public var letterArray:LetterArray = new LetterArray(stage);
            public var lettera:A;
            public var cinders:Cinders;
            public var gameTimer:Timer;
            public var spidy:Spidy;
            public var myplaybtn:Play;
            public var timerback:TimerBack;
            public var timermiddle:TimerMiddle;
            public var timerfront:TimerFront;
            public var settings_btn:Settings_btn;
            public var sound1:Sound;
            public var channel1:SoundChannel = new SoundChannel();
            public var channel2:SoundTransform = channel1.soundTransform;
            public function BugGoopFSGame()
                                  // this assumes that you have a sound file in a movie Library
                                  // with a class name of "Sound1"
                sound1 =  new DeltaFog();
                lettera = new A ();
                addChild(lettera);
                                  mybackground = new BackGround ();
                addChild(mybackground);
                cinders = new Cinders();
                addChild(cinders);
                spidy = new Spidy();
                addChild(spidy);
                myplaybtn = new Play();
                addChild(myplaybtn);
                timerback = new TimerBack();
                addChild(timerback);
                timermiddle = new TimerMiddle();
                addChild(timermiddle);
                timerfront = new TimerFront();
                addChild(timerfront);
                settings_btn = new Settings_btn();
                addChild(settings_btn);
                gameTimer = new Timer(31,5120);
                //Add event listener for start button
                myplaybtn.addEventListener(MouseEvent.CLICK, startTimer);
                //Add event listener for timer;
                gameTimer.addEventListener(TimerEvent.TIMER, tickTock);
                gameTimer.addEventListener(TimerEvent.TIMER_COMPLETE, timerFinished);
                gameTimer.addEventListener(TimerEvent.TIMER, fadeIn);
                gameTimer.addEventListener(TimerEvent.TIMER, moveA);
                gameTimer.addEventListener(TimerEvent.TIMER, scaleLifeBar);
                //Add event listener for when lettera is clicked
                lettera.addEventListener(MouseEvent.MOUSE_DOWN, onClick);
            //Start timer function
            public function startTimer(timerEvent:MouseEvent):void
                gameTimer.start();
                trace("Timer started");
                myplaybtn.visible = false;
            public function tickTock(timerEvent:TimerEvent):void
                trace("Tick");
            public function timerFinished(timerEvent:TimerEvent):void
                trace("Timer is finished");
            public function scaleLifeBar(timerEvent:TimerEvent):void
                timermiddle.scaleLifeBar();
            public function fadeIn(timerEvent:TimerEvent):void
                lettera.fadeIn();
            public function moveA(timerEvent:TimerEvent):void
                lettera.moveA();
            public function onClick(event:MouseEvent):void
                trace("The letter a was clicked");
                                  // this line tells the sound to play, it can also
                                  // be "sound1.play(0,int.MAX_VALUE);" if you don't need
                                  // the volume
                                  channel1 = sound1.play(0, int.MAX_VALUE);
                                  // set a value for the volume to be used
                               channel2.volume = .5;
                                  // connect the volume to the sound channel
                      channel1.soundTransform = channel2;

  • No sound when viewing movie in Windows browser

    Hi.
    I posted a video on my website and it plays fine when viewed on any Mac browser but plays without sound when viewed with IE after booting Windows XP under Boot Camp. The following message appears under Windows when the video is selected:
    "Additional software is required for QuickTime to play back this media. It may be available from the QuickTime Components page."
    I couldn't see anything on the Components page that seemed suitable.
    The video was taken with a DV-PAL camcorder, edited in iMovie HD and exported to QuickTime movie with Expert Settings using H.264 codec and MPEG 4 Low Delay AAC sound setting at 48 kHz (the only available rate option) and 160 kbps bit rate. As well as the original soundtrack (dialogue) the movie has an imported music soundtrack consisting of two files, one .mp4 format and one .m4a format. I assume it is these imported tracks that are causing the problem, since I have QT Pro on my Mac, but only the free QT on Windows. All the other movies I have posted only have a single soundtrack (either original camera soundtrack or imported music, not both), and all play fine on both Windows and Macs.
    My question: what do I need to do to make my movie play without problem on any platform, without additional software being required by the viewer?
    Thanks.

    I solved the problem by re-exporting my movie with IMA 4:1 format sound. This doesn't compress as much as MPEG 4 Low Delay AAC but at least IE8 can handle multi-track sound with it. IE8 can handle MPEG 4 Low Delay AAC encoded SINGLE-TRACK sound fine, just not (apparently) multi-track. So if your movie only uses the original video soundtrack, or if it only uses a music track (with a slideshow, for example), it'll work fine. But if you have both, for example fading dialogue and music in and out, you might want to check that it plays as expected in the Windows IE world. If your movie plays without sound in IE, try another sound format. I didn't experiment with all the iMovie sound export options as I struck lucky first time with IMA 4:1.
    I learned about and recommend the free program IE Tester (http://www.my-debugbar.com/wiki/IETester/HomePage) from another poster here. It allows you to test web pages with IE all the way back to version 5. If 80% of internet surfers use IE (as some claim), we Mac-users really need to test our sites using this browser. My problematic movie now works fine with all tested versions of IE.

  • Sound lag (delay) in windows 7 64bit over Bootcamp mini server 2011

    I just got my new Mac mini server 2011, loaded windows 7 64 bit and noticed that there is a audio lag over hdmi (intel HD 3000), what i mean is when i delete a file from recycle bin there is no sound, i tried going to sounds in the control panel and tried to test windows system sounds none of them work except the longer duration ones (and even if i do hear them, its the last part of the audio). i tried playing a normal mp3 which worked fine, i tried a hd video which worked fine, but the windows system sounds don't work due to a 2-3 second sound lag. i tried the latest drivers from Intel, dint help. Well i guess this might be a driver problem (i hope it is) , just wanted to know if any of you guys are having the same problem. I don't have this problem with my mac mini 2011 i5 2.5 ATI6630m HDMI.

    Audio device driver: Mini uses ? I know some Macs use RealTek and others have Cirrus so whatever you have, then RealTek is easy to deal iwth and install, Cirrus is harder to find and install.
    Audio pretty much does not work w/o user manually updating

  • Flash site cannot accessible with mozilla firefox browser

    Hi. I want to ask something from you...
    I've maked a site, the site is in test stadium, is working in browsers IE8, Opera 10...
    ...but when i want to open in Mozilla Firefox, only the first index.html is visible (here is the navigation menu). the menu is working, but the site still stood. all links is accessing external swf files. i have a menu item, what is calling an html file swf...this is working too, but the html swf movie cannot cannot opening the accessible swf files from here. but this problem appears only in Firefox Browser. The page is working perfectly in IE or Opera...but for mie this is a mistake...i'm tested in a lot of pc's, with different versions of firefox, ie, and opera browsers but  with the exception of firefox, working fine.
    this is an incompatibility problem between flash & firefox?
    or a problem with the external preloading files? (the first index page is a swf too, but called by an html file...)
    i really don't know what's the problem, but this is so interresant, i think not only for me...
    i'm waiting your help. thank you and best regards

    Hello ZigZag,
    I did have disable the blocking content. Still it doesn't work. This is a problem that I face right now.
    I have submitted this problem to Mozilla Firefox team.
    I did not have any issues with Windows 8.1 with the same browser version Firefox 35.
    It having issues on Windows 10 build 9926.
    So it is either Windows 10 is having issues or Firefox or Adobe itself.
    Either one of it.
    I submitted the issues to both Firefox and Adobe for this matter. Right until now I have no reply from them.
    For your info, this laptop cannot download any Windows Build updates...
    I have to download the new build ISO manually. I wonder why I cannot get the new release of prebuild updates from Microsoft. Makes me wonder all the time. Why I cannot do any updates!
    Formatted the hard disk and do a clean install of Windows 10 beta build 9926.

Maybe you are looking for

  • KERNEL_DATA_INPAGE_ERROR (7a)

    Hi, Getting blue screen error...... I am running Windows 7 and it is a Dell xps L401x Laptop. I already formatted my laptop. check with CHKDSK various tool of Hiren booCD but nothing found. finally i run the debug and get the report which is paste be

  • Illustrator CS4 problem loading: unable to set max files...

    Haven't opened AI CS4 in a few months. Used to load just fine. Today it crashes when loading and I get this error message: 'Unable to set maximum number of files to be opened.' I'm running OS 10.4.11 on a MacBook. The rest of the CS4 suite opens just

  • The width tool – and its ghost anchor points

    Hi everybody, i looked up everywhere now, but it seems, the problem hasnt solved yet. A Bug? No way, not with that great tool, they would update it, right?  Soo to my case: I try to use the width tool, and in most of my cases it works perfectly. But

  • For all those with no sound with ITunes 7.0

    I'm just going to post what happened to me. After installing iTunes 7, I could not play any music...the progress bar would sit there, and eventually I would hear a weird sound coming from the speakers. I opened up the QuickTime control panel, and wen

  • How to execute DollyXs.sh in mac?

    while i am trying to create plugin in mac, based on the ww.plugins.pdf reference , the instruction steps starts with executing the DollySx.sh file, i cant execute it by doub;e clicking it. when i double click the DollyXs.sh file termial get opened no