Saving/capturing Flash Videos

Very often when I'm watching a Flash video, I'd like to save
it to my hard drive for future reference. If the video uses the
cache file, it is relatively simple to use one of the many
utilities around that will convert the cache material into a
suitable file.
But when the Flash video is a streaming video, it does not
use the cache. There are lots of different shareware programs
around who all ciaim to be the best at creating a file which can be
saved on the user's hard drive.
Some actually perform a dynamic continuing screen capture of
the designated area to do this.
Can anyone recommend a good/inexpensive program/shareware to
capture streaming Flash videos?
Bocaire

You could use an either external hard drive or if you have space in your computer a second internal one. Check out your local computer store.

Similar Messages

  • Need advice on making a simple Flash video file. Trying to accomplish two things.

    I have some video files (.avi) that I am trying to convert to a Flash video format. I am trying to export it to a Flash player to go into a Powerpoint file. With this, I am trying to accomplish two goals:
    1. To have the short clip (15sec, 30fps) endlessly loop, like an animated .gif.
    2. To allow the user to click on the video player and drag left/right to ff/rew.
    The video itself is a turntable animation. One of our products is making a complete 360degree turn. By allowing the user to grab and drag, it will simulate them rotating the model.
    So far, I have already accomplished Goal 1. I made a new Actionscript 3 file, imported video (embed flv in swf and play in timeline), and then made the video loop on the timeline. This seems to export properly, and the video loops as needed. The only thing I can't figure out is how to make the video "interactive" and let the user drag left/right.
    For context, I have never used Flash before. Any help would be greatly appreciated.

    This will come down to essentially moving the playhead of Flash based on the movement of the mouse. It's certainly not going to be smooth however, you'd need a timer to be responsible for moving your playhead and reversing spatial compression is very CPU intensive (moving backwards on the timeline). I'd recommend having a forward and backward version of the video so you could flip between them but if you're new to flash you're already in way above your head.
    Add a new layer and try adding this example script (or Download Source example here, saved to CS5):
    import flash.utils.Timer;
    import flash.events.TimerEvent;
    import flash.events.MouseEvent;
    // make sure we don't trip this frame twice
    if (!stage.hasEventListener(MouseEvent.MOUSE_DOWN))
              // stop playhead
              stop();
              // set state (forwards? backwards?)
              var movingForward:Boolean = true;
              var curFrame:int = 1;
              var mouseStartX:int; // used later to determine drag
              // detect mouse click and drag left or right
              stage.addEventListener(MouseEvent.MOUSE_DOWN, onMouseF);
              stage.addEventListener(MouseEvent.MOUSE_UP, onMouseF);
              // create new timer to control playhead, start it
              var phTimer:Timer = new Timer(33,0);
              phTimer.addEventListener(TimerEvent.TIMER, movePlayheadF);
              phTimer.start();
              // function to control playhead
              function movePlayheadF(e:TimerEvent):void
                        curFrame += movingForward ? 1 : -1;
                        // validate frame (60 total frames)
                        if (curFrame > this.totalFrames) curFrame = 2;
                        else if (curFrame < 1) curFrame = this.totalFrames;
                        // goto the next frame
                        this.gotoAndStop(curFrame);
              // function that controls the direction variable
              function onMouseF(e:MouseEvent):void
                        if (e.type == MouseEvent.MOUSE_DOWN)
                                  // user started touching, record start spot
                                  mouseStartX = int(stage.mouseX);
                        else if (e.type == MouseEvent.MOUSE_UP)
                                  // user let mouse go, determine direction change (swipe stype)
                                  if (stage.mouseX > mouseStartX)
                                            // swiped right, move forwards
                                            movingForward = true;
                                            trace('Moving forward now');
                                  else if (stage.mouseX < mouseStartX)
                                            // swiped left, move backwards
                                            movingForward = false;
                                            trace('Moving backwards now');
    This is pretty simple. In the example source link above an object on the timeline (nice ugly red circle) moves right over 60 frames and then left over 60 frames (120 total). Consider that your movie.
    A timer ticks at a speed of 33ms (30fps). This is where it isn't necessarily going to be too smooth with video. If you increase it to 60FPS then decrease the timer by half (16.5ms), season to taste. Each time the timer goes off the playhead is moved, either forwards or backwards.
    To know if it should go forward or backwards a simple variable (movingForward) keeps track of the last 'swipe'. The swipe is simply captured when a user touches the screen (mouse/finger), moves in a direction and then lets up. If they moved to the left the direction will be reverse. If they moved to the right it will move forward. This doesn't take into consideration any more than that logic, but illustrates how you can watch the mouse for movement and "do something" based on it.
    A very simple validatior in the timer event function checks to see if the next frame (in either direction) is valid and if it's not, it corrects it so it stays within your videos timeline length.
    Note there is a MOUSE_MOVE event you can try to hook to which can be used to literally let the user drag the video forwards and backwards the amount they drag their finger/cursor. Also if this is some kind of circular surface like a record spinning, the direction the user moves the mouse based on where they touch the record would change which direction they expect it to move. Etc etc..
    That should get your feet wet in how much you need to consider for your project.

  • Recording flash video

    Hi guys,
    my question concerns flash video recording. I have created many animations in PowerPoint, and am going to record it using Captivate with synchronized audio to particular animation in PP. Unfortunately some problems have occurred:
    1. The audio is very quiet
    2. Animations that were triggered by me in PP are completely not synchronized with my voice.
    3. Captivate creates many slides from one recording making it inconsistent.
    4. The viewer of such file has ability to pause and continue the video what is not desired by me. I want to keep it locked like a lecture (pretty similar to Screen Capture but saving a flash file with layers, not pixel by pixel),
    I'd be grateful for any help.
    Adam

    Hello and thank you for your response. Where can I find this
    "stream mapping"? Is there any documentation? Is there config file?
    Thanks,
    Joe

  • Unable to properly capture HD video from miniDV tape in FCE

    unable to capture HD video from miniDV tape
    When I connect my Sony HDR-HC3 miniDV HDV camcorder to my iMac via firewire cable and use Final Cut Express to capture the video from the tape, I do not get a Capture window that allows me to specify in and out points, I just get a playback window that immediately starts capturing and the only option I have in this window is hit ESC to stop capturing. If I let this capture window continue to capture the video from the camera with miniDV HD tape, then the entire tape would be captured as one massive single video clip.
    QUESTION: Is there something I change or do to make the proper capture window appear where I can specify in and out points to capture from tape for each clip?
    NOTE: using same camera and tape with iMovie with automatic capture enabled, all the clips get captured properly. I also tried to use the manual setting in iMovie and it worked too.
    More details(read only if you want more information)
    I have a several miniDV tapes containing HD video created on a Sony Sony HDR-HC5 and Sony HDR-HC7. Unfortunately, both these camera were stolen, and I have since moved to a camera that uses flash memory, not tape. However, I need to get the video footage off these tapes, so I bought a used Sony HDR-HC3, it plays the HD miniDV tapes just fine and iMovie reads the video from this camera just fine, but Final Cut Express does not.
    When I setup Final Cut Express, I used the Easy Setup and specified:
    Format: HD
    Rate: 29.97 fps
    Use: HDV-Apple Intermediate Codec 1080i60
    These setting match those of the camera and recorded tape. If I use any other settings but these, then Final Cut Express never sees the camera and never opens any capture window at all. Using Quicktime 10 movie inspector on the clips captured by iMovie from same camera, all the clips match this setting too.
    Final Cut Express version 4.0.1
    iMovie 09 Version 8.0.2 (821)
    iMac 2.93 GHz Intel Core 2 Duo with 4GB 1067 MHz DDR3 running
    Mac OS X Version 10.6.4
    My Final Cut Express scratch disk is a Seagate 2TB external USB 2.0 Hard Drive that has been formatted to be Mac OS Extended (Journaled). This external disk is also where iMovie successfully captured all the video from the same camera.

    Thanks for the answer. It makes me sad. I thought using Final Cut Express would be an upgrade to a more robust editing system from iMovie, yet iMovie does a superior job of logging and capturing video from HDV video on miniDV tape in comparison to FCE. Not only does iMovie capture each clip on the tape into it's own video file automatically, it also includes timestamp information in the filename indicating when the clip was originally recorded, which appears to be something that is missing from Final Cut Express. Now I realize that HDV miniDV cameras had a relatively short life span in the consumer marketplace and have since all been replaced by flash and hard drive based AVCHD cameras, but from circa 2004 to 2007, miniDV HDV camcorders were very popular and I am sure there are lots of consumers that must be super frustrated by Final Cut Express limited ability to log and capture clips properly from these cameras.
    Assuming I do not want to make a rough cut of video in iMovie and prefer to begin my editing project in Final Cut Express (not doing XML export of iMovie project), I need to determine the best way to get clips captured via iMovie into Final Cut Express and determine if there is anything inferior in the iMovie captured clips that I need to be aware of. So far it appears that both iMovie and Final Cut Express reduce the 5.1 surround sound captured on the HDV miniDV tapes to stereo sound, which is not a big lose given the 5.1 sound was recorded from camera's built-in microphone, but it makes me wonder if the video is reduced in any way by the iMovie import process, examining the video in quicktime's inspector window the video appears to be the same in both iMovie and FCE, but I'll research the answers to these questions elsewhere on this forum and post additional questions if I do not find the information I need.

  • Flash videos suffering from intermittent "micro-freezes" in animation

    Hello, I have been having issues lately with the latest version 12.0070 flash plugin causing flash based videos to have what I call "mirco freezes" or mircostutter, where a frame in the video freezes for a like a few milliseconds every so often. I ran DTC latency checker and got in the low 100's of microseconds of latency which is normal, even with no video playback. CPU usage is at 10% or less during video playback. I have done complete uninstall of flash, including the registery entry removal and folder removal, but even with fresh install, whether it be ActiveX version for IE or the plugin version for other browsers, still has the microstutter issues during video playback. I also upated all drivers and disabled hardware acceleration. For a final test, I disabled startup items with Msconfig, but I still get the microstutters in flash videos................So here is all I know to do is post my PC info and process monitor log file in the hopes that some bright computer programmer on here can see what is going on.......
    My system info here:
    System Information
    Time of this report: 3/3/2014, 04:01:09
           Machine name: GAMERPC
       Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130828-1532)
               Language: English (Regional Setting: English)
    System Manufacturer: System manufacturer
           System Model: System Product Name
                   BIOS: BIOS Date: 12/13/13 14:36:57 Ver: 48.02
              Processor: Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz (8 CPUs), ~3.6GHz
                 Memory: 16384MB RAM
    Available OS Memory: 16324MB RAM
              Page File: 3022MB used, 15301MB 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 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: 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 7900 Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x6798)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_6798&SUBSYS_0B001002&REV_00
         Display Memory: 4095 MB
       Dedicated Memory: 3046 MB
          Shared Memory: 1049 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: ASUS VS238
             Monitor Id: ACI23FA
            Native Mode: 1920 x 1080(p) (60.000Hz)
            Output Type: DVI
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1267 (English)
         Driver Version: 13.350.1005.0
            DDI Version: 11
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 2/23/2014 23:08:16, 1328328 bytes
            WHQL Logo'd: n/a
        WHQL Date Stamp: n/a
      Device Identifier: {D7B71EE2-24D8-11CF-4177-0A2BBEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x6798
              SubSys ID: 0x0B001002
            Revision ID: 0x0000
    Driver Strong Name: oem36.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_R575:13.350.1005.0:pci\ven_1002&dev_6798
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (eClaro)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: PCI\VEN_13F6&DEV_8788&SUBSYS_97837284&REV_00
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                Other Files:
            Driver Provider: HT OMEGA Inc.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: S/PDIF Pass-through Device (eClaro)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: PCI\VEN_13F6&DEV_8788&SUBSYS_97837284&REV_00
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                Other Files:
            Driver Provider: HT OMEGA Inc.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (eClaro)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Line In (eClaro)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Stereo Mix (eClaro)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Wave (eClaro)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
    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: Gaming Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC221
            FF Driver: n/a
          Device Name: Gaming Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC221
            FF Driver: n/a
          Device Name: G11 Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC225
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1D26
    | Matching Device ID: usb\root_hub20
    | Service: usbhub
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0024
    | | Location: Port_#0001.Hub_#0002
    | | Matching Device ID: usb\class_09
    | | Service: usbhub
    | |
    | +-+ Generic USB Hub
    | | | Vendor/Product ID: 0x046D, 0xC223
    | | | Location: Port_#0008.Hub_#0004
    | | | Matching Device ID: usb\class_09
    | | | Service: usbhub
    | | |
    | | +-+ USB Input Device
    | | | | Vendor/Product ID: 0x046D, 0xC225
    | | | | Location: Port_#0004.Hub_#0005
    | | | | Matching Device ID: generic_hid_device
    | | | | Service: HidUsb
    | | | |
    | | | +-+ HID-compliant device
    | | | | | Vendor/Product ID: 0x046D, 0xC225
    | | | | | Matching Device ID: hid_device
    | | | | |
    | | | +-+ HID Keyboard Device
    | | | | | Vendor/Product ID: 0x046D, 0xC225
    | | | | | Matching Device ID: hid_device_system_keyboard
    | | | | | Service: kbdhid
    | | |
    | +-+ Logitech Gaming USB G3 (MX518) Optical Mouse
    | | | Vendor/Product ID: 0x046D, 0xC01E
    | | | Location: Port_#0002.Hub_#0004
    | | | Matching Device ID: usb\vid_046d&pid_c01e
    | | | Lower Filters: LGSUsbFilt
    | | | Service: HidUsb
    | | |
    | | +-+ Logitech HID-compliant G3/MX518 Optical Mouse
    | | | | Vendor/Product ID: 0x046D, 0xC01E
    | | | | Matching Device ID: hid\vid_046d&pid_c01e
    | | | | Lower Filters: LGSHidFilt
    | | | | Service: mouhid
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC221
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 86.0 GB
    Total Space: 228.7 GB
    File System: NTFS
          Model: INTEL SSDSC2BW240A4 SCSI Disk Device
          Drive: F:
    Free Space: 951.5 GB
    Total Space: 953.9 GB
    File System: NTFS
          Model: HGST HTS721010A9E630 SCSI Disk Device
          Drive: G:
    Free Space: 476.8 GB
    Total Space: 476.9 GB
    File System: NTFS
          Model: TOSHIBA MQ01ABD050 SCSI Disk Device
          Drive: H:
    Free Space: 328.4 GB
    Total Space: 476.9 GB
    File System: NTFS
          Model: TOSHIBA MQ01ABD050 SCSI Disk Device
          Drive: E:
          Model: PIONEER DVD-RW  DVR-216D SCSI CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), , 0 bytes
    System Devices
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Control Status and Global Errors - 3C2A
    Device ID: PCI\VEN_8086&DEV_3C2A&SUBSYS_84EF1043&REV_07\3&11583659&0&2A
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset PCI Express Virtual Root Port - 1D3E
    Device ID: PCI\VEN_8086&DEV_1D3E&SUBSYS_84EF1043&REV_05\3&11583659&0&88
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller System Address Decoder 0 - 3CF4
    Device ID: PCI\VEN_8086&DEV_3CF4&SUBSYS_84EF1043&REV_07\3&4F11E61&0&66
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link Reut 0 - 3C83
    Device ID: PCI\VEN_8086&DEV_3C83&SUBSYS_84EF1043&REV_07\3&4F11E61&0&43
       Driver: n/a
         Name: eClaro
    Device ID: PCI\VEN_13F6&DEV_8788&SUBSYS_97837284&REV_00\5&A5EEC4D&0&000008
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Target Address Decoder 1 - 3CAB
    Device ID: PCI\VEN_8086&DEV_3CAB&SUBSYS_84EF1043&REV_07\3&4F11E61&0&7B
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 2 - 3CB4
    Device ID: PCI\VEN_8086&DEV_3CB4&SUBSYS_84EF1043&REV_07\3&4F11E61&0&84
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Power Control Unit 3 - 3CD0
    Device ID: PCI\VEN_8086&DEV_3CD0&SUBSYS_84EF1043&REV_07\3&4F11E61&0&53
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Address Map, VTd_Misc, System Management - 3C28
    Device ID: PCI\VEN_8086&DEV_3C28&SUBSYS_84EF1043&REV_07\3&11583659&0&28
       Driver: n/a
         Name:
    Device ID: PCI\VEN_8086&DEV_1D3A&SUBSYS_84EF1043&REV_05\3&11583659&0&B0
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Unicast Register 0 - 3CE8
    Device ID: PCI\VEN_8086&DEV_3CE8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&69
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset PCI Express Root Port 1 - 1D10
    Device ID: PCI\VEN_8086&DEV_1D10&SUBSYS_84EF1043&REV_B5\3&11583659&0&E0
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link 0 - 3C80
    Device ID: PCI\VEN_8086&DEV_3C80&SUBSYS_84EF1043&REV_07\3&4F11E61&0&40
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_AAA0&SUBSYS_AAA01002&REV_00\4&15E7D2AB&0&0110
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Target Address Decoder 0 - 3CAA
    Device ID: PCI\VEN_8086&DEV_3CAA&SUBSYS_84EF1043&REV_07\3&4F11E61&0&7A
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller ERROR Registers 1 - 3CB3
    Device ID: PCI\VEN_8086&DEV_3CB3&SUBSYS_84EF1043&REV_07\3&4F11E61&0&83
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Power Control Unit 2 - 3CC2
    Device ID: PCI\VEN_8086&DEV_3CC2&SUBSYS_84EF1043&REV_07\3&4F11E61&0&52
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode - 3C08
    Device ID: PCI\VEN_8086&DEV_3C08&SUBSYS_84EF1043&REV_07\3&11583659&0&18
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Unicast Register 0 - 3CE8
    Device ID: PCI\VEN_8086&DEV_3CE8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&68
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset USB2 Enhanced Host Controller #2 - 1D2D
    Device ID: PCI\VEN_8086&DEV_1D2D&SUBSYS_84EF1043&REV_05\3&11583659&0&D0
       Driver: n/a
         Name: Intel(R) C600 Series Chipset SATA AHCI Controller
    Device ID: PCI\VEN_8086&DEV_1D02&SUBSYS_84EF1043&REV_05\3&11583659&0&FA
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller RAS Registers - 3C71
    Device ID: PCI\VEN_8086&DEV_3C71&SUBSYS_84EF1043&REV_07\3&4F11E61&0&79
       Driver: n/a
         Name: AMD Radeon HD 7900 Series
    Device ID: PCI\VEN_1002&DEV_6798&SUBSYS_0B001002&REV_00\4&15E7D2AB&0&0010
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Registers - 3CA8
    Device ID: PCI\VEN_8086&DEV_3CA8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&78
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller ERROR Registers 0 - 3CB2
    Device ID: PCI\VEN_8086&DEV_3CB2&SUBSYS_84EF1043&REV_07\3&4F11E61&0&82
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Power Control Unit 1 - 3CC1
    Device ID: PCI\VEN_8086&DEV_3CC1&SUBSYS_84EF1043&REV_07\3&4F11E61&0&51
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Unicast Register 0 - 3CE8
    Device ID: PCI\VEN_8086&DEV_3CE8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&61
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 IIO PCI Express Root Port 2a - 3C04
    Device ID: PCI\VEN_8086&DEV_3C04&SUBSYS_84EF1043&REV_07\3&11583659&0&10
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset USB2 Enhanced Host Controller #1 - 1D26
    Device ID: PCI\VEN_8086&DEV_1D26&SUBSYS_84EF1043&REV_05\3&11583659&0&E8
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Processor Home Agent Performance Monitoring - 3C46
    Device ID: PCI\VEN_8086&DEV_3C46&SUBSYS_84EF1043&REV_07\3&4F11E61&0&71
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Processor Home Agent - 3CA0
    Device ID: PCI\VEN_8086&DEV_3CA0&SUBSYS_84EF1043&REV_07\3&4F11E61&0&70
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 1 - 3CB1
    Device ID: PCI\VEN_8086&DEV_3CB1&SUBSYS_84EF1043&REV_07\3&4F11E61&0&81
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Power Control Unit 0 - 3CC0
    Device ID: PCI\VEN_8086&DEV_3CC0&SUBSYS_84EF1043&REV_07\3&4F11E61&0&50
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Unicast Register 0 - 3CE8
    Device ID: PCI\VEN_8086&DEV_3CE8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&60
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 IIO PCI Express Root Port 1a - 3C02
    Device ID: PCI\VEN_8086&DEV_3C02&SUBSYS_84EF1043&REV_07\3&11583659&0&08
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset SMBus Host Controller - 1D22
    Device ID: PCI\VEN_8086&DEV_1D22&SUBSYS_84EF1043&REV_05\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor - 3C45
    Device ID: PCI\VEN_8086&DEV_3C45&SUBSYS_84EF1043&REV_07\3&4F11E61&0&9E
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link Reut 1 - 3C94
    Device ID: PCI\VEN_8086&DEV_3C94&SUBSYS_84EF1043&REV_07\3&4F11E61&0&4C
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 0 - 3CB0
    Device ID: PCI\VEN_8086&DEV_3CB0&SUBSYS_84EF1043&REV_07\3&4F11E61&0&80
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 DDRIO - 3CB8
    Device ID: PCI\VEN_8086&DEV_3CB8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&88
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QuickPath Interconnect Agent Ring Registers - 3CE6
    Device ID: PCI\VEN_8086&DEV_3CE6&SUBSYS_84EF1043&REV_07\3&4F11E61&0&9C
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 DMI2 - 3C00
    Device ID: PCI\VEN_8086&DEV_3C00&SUBSYS_84EF1043&REV_07\3&11583659&0&00
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor - 3C44
    Device ID: PCI\VEN_8086&DEV_3C44&SUBSYS_84EF1043&REV_07\3&4F11E61&0&9D
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link Reut 1 - 3C93
    Device ID: PCI\VEN_8086&DEV_3C93&SUBSYS_84EF1043&REV_07\3&4F11E61&0&4B
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Target Address Decoder 4 - 3CAE
    Device ID: PCI\VEN_8086&DEV_3CAE&SUBSYS_84EF1043&REV_07\3&4F11E61&0&7E
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller ERROR Registers 3 - 3CB7
    Device ID: PCI\VEN_8086&DEV_3CB7&SUBSYS_84EF1043&REV_07\3&4F11E61&0&87
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 R2PCIe - 3CE4
    Device ID: PCI\VEN_8086&DEV_3CE4&SUBSYS_84EF1043&REV_07\3&4F11E61&0&98
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Ring to PCI Express Performance Monitor - 3C43
    Device ID: PCI\VEN_8086&DEV_3C43&SUBSYS_84EF1043&REV_07\3&4F11E61&0&99
       Driver: n/a
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_84EF1043&REV_A5\3&11583659&0&F0
       Driver: n/a
         Name: Asmedia 106x SATA Controller
    Device ID: PCI\VEN_1B21&DEV_0612&SUBSYS_84B71043&REV_01\4&E31A1DC&0&00E5
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 System Address Decoder - 3CF6
    Device ID: PCI\VEN_8086&DEV_3CF6&SUBSYS_84EF1043&REV_07\3&4F11E61&0&67
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link 1 - 3C90
    Device ID: PCI\VEN_8086&DEV_3C90&SUBSYS_84EF1043&REV_07\3&4F11E61&0&48
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Target Address Decoder 3 - 3CAD
    Device ID: PCI\VEN_8086&DEV_3CAD&SUBSYS_84EF1043&REV_07\3&4F11E61&0&7D
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller ERROR Registers 2 - 3CB6
    Device ID: PCI\VEN_8086&DEV_3CB6&SUBSYS_84EF1043&REV_07\3&4F11E61&0&86
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Semaphore and Scratchpad Configuration Registers - 3CE3
    Device ID: PCI\VEN_8086&DEV_3CE3&SUBSYS_84EF1043&REV_07\3&4F11E61&0&5B
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 I/O APIC - 3C2C
    Device ID: PCI\VEN_8086&DEV_3C2C&SUBSYS_84EF1043&REV_07\3&11583659&0&2C
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset LPC Controller - 1D41
    Device ID: PCI\VEN_8086&DEV_1D41&SUBSYS_84EF1043&REV_05\3&11583659&0&F8
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset PCI Express Root Port 6 - 1D1A
    Device ID: PCI\VEN_8086&DEV_1D1A&SUBSYS_84EF1043&REV_B5\3&11583659&0&E5
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller System Address Decoder 1 - 3CF5
    Device ID: PCI\VEN_8086&DEV_3CF5&SUBSYS_84EF1043&REV_07\3&4F11E61&0&6E
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_17A0&DEV_7163&SUBSYS_00000000&REV_01\4&1B611CD4&0&0008
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link Reut 0 - 3C84
    Device ID: PCI\VEN_8086&DEV_3C84&SUBSYS_84EF1043&REV_07\3&4F11E61&0&44
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Target Address Decoder 2 - 3CAC
    Device ID: PCI\VEN_8086&DEV_3CAC&SUBSYS_84EF1043&REV_07\3&4F11E61&0&7C
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 3 - 3CB5
    Device ID: PCI\VEN_8086&DEV_3CB5&SUBSYS_84EF1043&REV_07\3&4F11E61&0&85
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Interrupt Control Registers - 3CE0
    Device ID: PCI\VEN_8086&DEV_3CE0&SUBSYS_84EF1043&REV_07\3&4F11E61&0&58
       Driver: n/a
    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.18221
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    ATI Ticker,0x00200000,0,1,Ticker.ax,
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16426
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    ATI MPEG File Writer,0x00200000,1,0,atimpenc.dll,13.30.0000.40223
    AMD Video Decoder,0x00200000,1,2,atimpenc.dll,13.30.0000.40223
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
    MMACE ProcAmp,0x00200000,0,2,MMACEFilters.dll,
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,13.30.0000.40223
    Xvid MPEG-4 Video Decoder,0x00800000,1,1,xvid.ax,
    AMD MJPEG Decoder,0x00200000,1,1,atimpenc.dll,13.30.0000.40223
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17835
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    AMD Video Encoder,0x00200000,1,1,atimpenc.dll,13.30.0000.40223
    ATI MPEG Multiplexer,0x00200000,2,1,atimpenc.dll,13.30.0000.40223
    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.17514
    MMACE SoftEmu,0x00200000,0,2,MMACEFilters.dll,
    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
    AMD Video Scaler Filter,0x00200000,1,1,atimpenc.dll,13.30.0000.40223
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17835
    MMACE DeInterlace,0x00200000,0,2,MMACEFilters.dll,
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17835
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18175
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18175
    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.17514
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17835
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    AMD Video Rotation Filter,0x00200000,1,1,atimpenc.dll,13.30.0000.40223
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
    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.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    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
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,13.30.0000.40223
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Audio Capture Sources:
    Microphone (eClaro),0x00200000,0,0,qcap.dll,6.06.7601.17514
    Line In (eClaro),0x00200000,0,0,qcap.dll,6.06.7601.17514
    Stereo Mix (eClaro),0x00200000,0,0,qcap.dll,6.06.7601.17514
    Wave (eClaro),0x00200000,0,0,qcap.dll,6.06.7601.17514
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
    WDM Streaming Capture Devices:
    eClaro,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    eClaro Digital,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    eClaro Wave In,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    eClaro,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    eClaro Digital,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    eClaro Wave In,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:
    UScreenCapture,0x00600000,0,1,UScreenCapture.ax,5.00.0000.0160
    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.17669
    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.17708
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Speakers (eClaro),0x00200000,1,0,quartz.dll,6.06.7601.17713
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: S/PDIF Pass-through Device (eClaro),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (eClaro),0x00200000,1,0,quartz.dll,6.06.7601.17713
    S/PDIF Pass-through Device (eCl,0x00200000,1,0,quartz.dll,6.06.7601.17713
    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
    Process monitor logfile.PML here:
    http://www.fileswap.com/dl/aY93egygnR/

    Hi
    You said you are using Chrome
    Did you notice the same issue using other browsers like Firefox or IE?

  • Help inserting a flash video into my web page

    Hello!
    I'd love some help inserting a flash video into my web page. My web page is hosted by Viviti, templated, and edited online. I can add html to it, and I have the html source for my flash video. I also have uploaded the flash file to the server. Since I am very html illiterate, though, I need some help rewriting the html script so it can be published. There are two problems- firstly, no 'headers' or 'body' allowed in the script- these are already a part of the template. Secondly, I don't know how to rewrite it to refer to the uploaded files. It's also imperative that the full screen mode functions. I've pasted the source code for the flash video here. Please help!!!
    Thanks!
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Drag and drop labelling</title>
    <script language="JavaScript" type="text/javascript">
    <!--
    //v1.7
    // Flash Player Version Detection
    // Detect Client Browser type
    // Copyright 2005-2008 Adobe Systems Incorporated.  All rights reserved.
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    function ControlVersion()
         var version;
         var axo;
         var e;
         // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry
         try {
              // version will be set for 7.X or greater players
              axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
              version = axo.GetVariable("$version");
         } catch (e) {
         if (!version)
              try {
                   // version will be set for 6.X players only
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
                   // installed player is some revision of 6.0
                   // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,
                   // so we have to be careful.
                   // default to the first public version
                   version = "WIN 6,0,21,0";
                   // throws if AllowScripAccess does not exist (introduced in 6.0r47)          
                   axo.AllowScriptAccess = "always";
                   // safe to call for 6.0r47 or greater
                   version = axo.GetVariable("$version");
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 4.X or 5.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                   version = axo.GetVariable("$version");
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 3.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                   version = "WIN 3,0,18,0";
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 2.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
                   version = "WIN 2,0,0,11";
              } catch (e) {
                   version = -1;
         return version;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function GetSwfVer(){
         // NS/Opera version >= 3 check for Flash plugin in plugin array
         var flashVer = -1;
         if (navigator.plugins != null && navigator.plugins.length > 0) {
              if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
                   var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                   var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
                   var descArray = flashDescription.split(" ");
                   var tempArrayMajor = descArray[2].split(".");               
                   var versionMajor = tempArrayMajor[0];
                   var versionMinor = tempArrayMajor[1];
                   var versionRevision = descArray[3];
                   if (versionRevision == "") {
                        versionRevision = descArray[4];
                   if (versionRevision[0] == "d") {
                        versionRevision = versionRevision.substring(1);
                   } else if (versionRevision[0] == "r") {
                        versionRevision = versionRevision.substring(1);
                        if (versionRevision.indexOf("d") > 0) {
                             versionRevision = versionRevision.substring(0, versionRevision.indexOf("d"));
                   var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
         // MSN/WebTV 2.6 supports Flash 4
         else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
         // WebTV 2.5 supports Flash 3
         else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
         // older WebTV supports Flash 2
         else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
         else if ( isIE && isWin && !isOpera ) {
              flashVer = ControlVersion();
         return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
         versionStr = GetSwfVer();
         if (versionStr == -1 ) {
              return false;
         } else if (versionStr != 0) {
              if(isIE && isWin && !isOpera) {
                   // Given "WIN 2,0,0,11"
                   tempArray         = versionStr.split(" ");      // ["WIN", "2,0,0,11"]
                   tempString        = tempArray[1];               // "2,0,0,11"
                   versionArray      = tempString.split(",");     // ['2', '0', '0', '11']
              } else {
                   versionArray      = versionStr.split(".");
              var versionMajor      = versionArray[0];
              var versionMinor      = versionArray[1];
              var versionRevision   = versionArray[2];
                 // is the major.revision >= requested major.revision AND the minor version >= requested minor
              if (versionMajor > parseFloat(reqMajorVer)) {
                   return true;
              } else if (versionMajor == parseFloat(reqMajorVer)) {
                   if (versionMinor > parseFloat(reqMinorVer))
                        return true;
                   else if (versionMinor == parseFloat(reqMinorVer)) {
                        if (versionRevision >= parseFloat(reqRevision))
                             return true;
              return false;
    function AC_AddExtension(src, ext)
      if (src.indexOf('?') != -1)
        return src.replace(/\?/, ext+'?');
      else
        return src + ext;
    function AC_Generateobj(objAttrs, params, embedAttrs)
      var str = '';
      if (isIE && isWin && !isOpera)
        str += '<object ';
        for (var i in objAttrs)
          str += i + '="' + objAttrs[i] + '" ';
        str += '>';
        for (var i in params)
          str += '<param name="' + i + '" value="' + params[i] + '" /> ';
        str += '</object>';
      else
        str += '<embed ';
        for (var i in embedAttrs)
          str += i + '="' + embedAttrs[i] + '" ';
        str += '> </embed>';
      document.write(str);
    function AC_FL_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
         , "application/x-shockwave-flash"
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_SW_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
         , null
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
      var ret = new Object();
      ret.embedAttrs = new Object();
      ret.params = new Object();
      ret.objAttrs = new Object();
      for (var i=0; i < args.length; i=i+2){
        var currArg = args[i].toLowerCase();   
        switch (currArg){     
          case "classid":
            break;
          case "pluginspage":
            ret.embedAttrs[args[i]] = args[i+1];
            break;
          case "src":
          case "movie":     
            args[i+1] = AC_AddExtension(args[i+1], ext);
            ret.embedAttrs["src"] = args[i+1];
            ret.params[srcParamName] = args[i+1];
            break;
          case "onafterupdate":
          case "onbeforeupdate":
          case "onblur":
          case "oncellchange":
          case "onclick":
          case "ondblclick":
          case "ondrag":
          case "ondragend":
          case "ondragenter":
          case "ondragleave":
          case "ondragover":
          case "ondrop":
          case "onfinish":
          case "onfocus":
          case "onhelp":
          case "onmousedown":
          case "onmouseup":
          case "onmouseover":
          case "onmousemove":
          case "onmouseout":
          case "onkeypress":
          case "onkeydown":
          case "onkeyup":
          case "onload":
          case "onlosecapture":
          case "onpropertychange":
          case "onreadystatechange":
          case "onrowsdelete":
          case "onrowenter":
          case "onrowexit":
          case "onrowsinserted":
          case "onstart":
          case "onscroll":
          case "onbeforeeditfocus":
          case "onactivate":
          case "onbeforedeactivate":
          case "ondeactivate":
          case "type":
          case "codebase":
          case "id":
            ret.objAttrs[args[i]] = args[i+1];
            break;
          case "width":
          case "height":
          case "align":
          case "vspace":
          case "hspace":
          case "class":
          case "title":
          case "accesskey":
          case "name":
          case "tabindex":
            ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
            break;
          default:
            ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
      ret.objAttrs["classid"] = classid;
      if (mimeType) ret.embedAttrs["type"] = mimeType;
      return ret;
    // -->
    </script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="JavaScript" type="text/javascript">
         AC_FL_RunContent(
              'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
              'width', '720',
              'height', '440',
              'src', 'Drag and drop labelling',
              'quality', 'medium',
              'pluginspage', 'http://www.adobe.com/go/getflashplayer',
              'align', 'middle',
              'play', 'true',
              'loop', 'true',
              'scale', 'showall',
              'wmode', 'window',
              'devicefont', 'false',
              'id', 'Drag and drop labelling',
              'bgcolor', '#ffffff',
              'name', 'Drag and drop labelling',
              'menu', 'true',
              'allowFullScreen', 'true',
              'allowScriptAccess','sameDomain',
              'movie', 'Drag and drop labelling',
              'salign', ''
              ); //end AC code
    </script>
    <noscript>
         <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="720" height="440" id="Drag and drop labelling" align="middle">
         <param name="allowScriptAccess" value="sameDomain" />
         <param name="allowFullScreen" value="true" />
         <param name="movie" value="Drag and drop labelling.swf" /><param name="quality" value="medium" /><param name="bgcolor" value="#ffffff" />     <embed src="Drag and drop labelling.swf" quality="medium" bgcolor="#ffffff" width="720" height="440" name="Drag and drop labelling" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
         </object>
    </noscript>
    </body>
    </html>

    What you basically need to do is copy the sections of content from the code you show into the template (assuming the template already provides the <head> and <body> sections of the page.  So in the head section of what you show, take everything starting with...
    <script language="JavaScript" type="text/javascript">
    all the way down thru...
    </script>
    , inclusive (in the head section only), and paste that into the head section of your template.
    Similarly, take everything that lies between the <body> ... </body> tags (exclusive of the body tags) and paste it into the body section of your template wherever you plan to display the Flash file.

  • Flash Video Player Need Help

    Hello everyone I am hoping someone here can help me.  I am going to school and I have an action scripting class.  For my final project we have to make a flash video player with a custom skin to upload to our websites. We did something similar to this with our first project which we made a player where the movies where embedded in the file itself but this is supposed to be a youtube like flash player where we can call in the files from another source.   
      We kind of got pressed for time and were not able to go into detail with this project so the teacher gave us the code and I put it in exactly how it should be but im pretty sure i have something misplaced or I am missing a step. I get 8 different errors when I go to test the movie. and nothing works.  Can someone please tell me what I am doing wrong or can you point me in the direction of a tutorial on this  as I have been searching for tutorials on this with no luck. 
    Here is my Action Script 3.0 CODE:
    import fl.video.FLVPlayback;
    import fl.controls.List;
    var vid:FLVPlayback = new FLVPlayback();
    vid.source= "fashion.flv";
    addChild(vid);
    vid.skin="SkinOverPlayStopSeekMuteVol.swf";
    vid.x=100;
    vid.y=300;
    vid.skinAutoHide="true";
    vid.width=500;
    vid.height=280;
    var vidList:List = new List();
    vidList.x= vid.x+10;
    vidList.y= 200;
    vidList.width=200;
    vidList.height=100;
    vidList.addItem({label:"Bathroom Behavior",data: "bathroom.flv"});
    vidList.addItem({label:"Chase Scene",data: "chase.flv"});
    vidList.addItem({label:"VMCAD Fashion Design Commercial",data: "fashion.flv"});
    addChild(vidList);
    vidList.addEventListener(Event.CHANGE,playVid);
    function playVid(e:Event):void{     
    vid.source=e.target.selectedItem.data;
    Here is a screenshot of the errors I am receiving.
    Please help me 
    thanks
    Message was edited by: BTwardy

    I don't know if what you posted is all that is in that as file, but you need to declare a package, then call the import statements, then declare the class name.  Like this:
    package {
         import flash.display.Sprite;
         import flash.events.Event;
         import fl.video.FLVPlayback;
         import fl.controls.List;
         public class Main extends Sprite {
              public function Main() {
                   var vid:FLVPlayback = new FLVPlayback();
                   vid.source= "fashion.flv";
                   addChild(vid);
                   vid.skin="SkinOverPlayStopSeekMuteVol.swf";
                   vid.x=100;
                   vid.y=300;
                   vid.skinAutoHide="true";
                   vid.width=500;
                   vid.height=280;
                   var vidList:List = new List();
                   vidList.x= vid.x+10;
                   vidList.y= 200;
                   vidList.width=200;
                   vidList.height=100;
                   vidList.addItem({label:"Bathroom Behavior",data: "bathroom.flv"});
                   vidList.addItem({label:"Chase Scene",data: "chase.flv"});
                   vidList.addItem({label:"VMCAD Fashion Design Commercial",data: "fashion.flv"});
                   addChild(vidList);
                   vidList.addEventListener(Event.CHANGE,playVid);
              function playVid(e:Event):void{     
                   vid.source=e.target.selectedItem.data;
    Then click on your stage in Flash, then open the properties window, and fill the Class text field with:   Main
    Make sure the as file is saved in the same folder as the flv.

  • Flash videos not playing correctly

    I posted some flash videos to some sites that get a
    tremendous amount of website traffic. We are getting feedback that
    the flash videos do not play consitently. Some people can see them
    just fine, others cannot see the videos at all, for others -
    particulary in Firefox, the video asks to download rather than
    play. We created the videos using Flash 9 - importing the FLV file
    and saving as an swf. We do not really see any type of pattern
    across browsers.
    Any advice?

    Not loading correctly in what way?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    You can also try to reset the preferences.
    *http://kb.mozillazine.org/Resetting_preferences
    *https://support.mozilla.org/kb/Resetting+preferences

  • Export to Flash with embedded QT or Flash video - can it work?

    Is it possible to have an embedded video (either QT or Flash) in a Keynote '08 presentation and export the presentation as a Flash SWF file? I have tried saving the video in different QT and Flash formats then export to Flash using Keynote, but when I view the exported SWF file, the embedded video doesn't play. I'm unsure if it's not possible to do this or if I'm doing something wrong.
    Thanks.
    Lori

    No, this would have required Apple to build a Flash video encoder engine into Keynote's export module. You'd think if it was already a flash movie, it would work, but it doesn't, so assume they just didn't bother building in support for embedding flash movies into a flash export.

  • Can we capture the video and audio using cam and microphone in Edge Animate?

    Hi Everyone,
    I got a new requirement from the client to create a HTML5 based functionality through which one can capture the video and audio using his web-cam/camcorder and microphone. I have researched on internet and found that there is api available (not reliable) http://www.html5rocks.com/en/tutorials/getusermedia/intro/ . I am not a coder by profession and use Edge animate to create HTML 5 based animations and stuff like that. Another problem which i have found that the api only works well with Chrome and Opera and not with Mozilla, IE..
    Can anybody help me out in this, please...
    Thanks & Warm Regards
    Vikas

    Hi, Vikas-
    After a brief bit of research, you're definitely hitting upon the limitation of the browsers.  Not all of the browsers have implemented this part of the HTML5 standard, so you're going to either have to use Flash or be limited to these specific browsers.
    Thanks,
    -Elaine

  • How come when I view flash videos my videos stop, but the audio plays  and I see rainbow colored lines up and down the video.

    How come when I view flash videos my videos stop, but the audio plays  and I see rainbow colored lines up and down the video. I attached a image below.

    ATR, just to make sure you understand me, all my video clips in my folders appear as the first frame of the video clip when I view my folders as (small, medium, large)icons instead of lists, when saved as .avi files but when saved as .mp4 files, those icons display as a graphic icon of filmstrip with a musical note on it. I do have various other methods to open with (quick time, windows media, winamp or real player) but prefer real player because I like it's quick and easy trimmer that comes along with it, since so many of my videos are just pet antics where you need to clip off the boring beginning and ends of the video.
    I did go on a few of the icons and right clicked, Open With, and tried quick time and also Windows Media and it did nothing as far as how the file was saved for display, and they opened the same no matter which player I used...the actual video opens and plays right at it's first frame... but it's the way it is visually displayed in STORAGE that bugs me because it isn't immediately apparent to me what it is a video of (weddings, outside the house, pet antics)... it makes me have to actually title things and read titles where before I let it just be dates because I had the visual of that first frame as a reference. Obviously, this is a problem for unedited videos only, as anything I actually work with, I do give a title along with the date of the video.
    I also just realized this seems to be the way ALL videos that are wrapped in .mp4 are displayed, as my bloggie camera's videos appear the same way. Now I know why! My other videos display as .avi's so I see the frame. Puzzle solved. Guess I'll just have to learn to live with it, as it seems to be how things display with the various formats.
    Now I need to watch some tutorials to learn how this Premiere program works! It's all new to me, since this is the first time I've been able load any of my videos onto it. I haven't even been able to figure out how to trim on it yet!

  • Is it possible to save a Flash video from a webpage?

    So you can't right / ctrl click and save as, but is there any other way of saving Flash videos from webpages? Or would that conflict with what Flash was designed to do? (I'm thinking that perhaps publishers want to control and monitor viewing of their content, rather than release it for uncontrolled redistribution. Fair enough.)
    As someone looking at getting into publishing Flash content, is there any way for me to enable viewers to download content? I haven't got to the Publishing for Web chapter in my Flash book yet, so maybe I'll learn all about this soon enough...
    ...though any input would be appreciated.

    Yay it worked after a bit of trial and effort (was holding buttons Dow too long).  Thanks so much for your help

  • Firefox returns to regular view when I pause a fullscreen flash video

    Hi,
    I have a very annoying problem with Firefox.
    Whenever I view a flash video fullscreen and then I pause it, it switches off to regular view after a few seconds. Safari or *shudder* Chrome doesn't do this at all.
    Anyone know why its doing this?
    P.S. I tried disabling ALL of my addons but it still has that problem. I even tried reinstalling Firefox while deleting the old one and starting from scratch....that didn't go over so well either. Wish I saved my bookmarks at least. ouch...

    Try to disable hardware acceleration in Firefox (you need to close and restart Firefox).
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • Problem Inserting Flash Video (flv) File into Site

    Hi -
    I'm having problems inserting a Flash Video (.flv) into my webpage.  I'm using Dreamweaver 8.
    I'm going to: Insert -  Media - Flash Video, browsing to the .flv file that's in my local site folder, entering the settings.
    In Dreamweaver, there's a big gray box w/ flv icon in the middle.  But when I go to preview, the screen is empty, no video.
    I'm creating the .flv file w/ Screen Mimic (a screen capture recording software).  This could be a problem w/ the Screen Mimic file because I have no problem inserting other flv files supplied to me by others.  This is the first video that I've made that I'm trying to insert. 
    If anyone has any suggestions, I would be most appreciative.
    thanks!
    Stacey Stanley

    This could be a problem w/ the Screen Mimic file because I have no problem inserting other flv files supplied to me by others.
    That would my guess too. Here are few other things to consider:
    1)  Does your FLV filename contain any spaces or special characters?  If so, rename it without spaces as these can cause problems.
    2)  Output Screen Mimic project to a QuickTime MOV file.  Then use Adobe Flash Encoder to convert the MOV to FLV.
    3)  When you tested your page, was it a live page on remote server?  Did you upload the page and all supporting files to server (Scripts folder, SWF, FLV...)?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How to download flash video when a flv extension is not detecable

    Standard methods for saving videos are not working for a particular file I'm trying to save. If you know of a third party app that can download flash video (where the video owner has not enabled viewing of the flv file), please help. Thanks.

    If you have set a blank Administrator password, then the install should go forward with the blank password.
    If not, then I would assume it to be a problem with your operating system.  Contact Apple.
    [topic moved to Flash Player forum]

Maybe you are looking for

  • Images not displaying.

    import java.awt.*; import java.awt.image.*; import java.awt.event.*; import java.applet.*; import java.awt.geom.*; public class Game extends Applet implements Runnable, KeyListener {      protected Thread thread, animation;      private int i, keyVal

  • I have an Macbook circa 2002, need help?

    I have an old Macbook circa 200 and need download new i-tunes and sync shuffle. Also want to change my DVD region code for the umpteenth time, any help out there?

  • WSRP in Weblogic portal 9.2

    Hi I am trying deploy JSR168 portlet application in 9.2 Enviroment i am getting the following Error does any one have idea what exactly it means <Jul 17, 2008 9:11:57 AM EDT> <Warning> <netuix> <BEA-423357> <[equities] Error initializing Producer run

  • Oracle.sql.DATE documentation also missing

    Thanks for the documentation of jbo.domain.Date, but it was not enough. I need to know how to use the toDate method, but it seen to be described in the superclass oracle.sql.DATE that was also missing in documentation. I have searched at OTN docs, bu

  • ITunes (5.0.1.4) freezing regularly - should I upgrade?

    For the last few weeks, when playing, shuffling, searching, etc, the program will just freeze ("Not Responding" in Task Manager/Apps Window) for btw 10secs and to the point where I have to end the task altogether. Given the MANY probs people seem to