Php to flash (beginners level)

<?php
require_once 'db_config.php';
$sql="SELECT * FROM guestbook";
$result=mysql_query($sql) or die(mysql_error());
$count=mysql_num_rows($result);
while ($data = mysql_fetch_assoc($result)){
    $id = $data"[msg_id"];
    $sender = $data["msg_sender"];
    $subject = $data["msg_subject"];
    $text = $data["msg"];
    $date = $data["msg_date"];
    echo($count);
    echo($id);
    echo($sender);
    echo($subject);
    echo($text);
echo($date);}
?>
wich gives me this result in a browser 
Actionscript Code:
21Arnetest 1.2 3hallo, dit is een eerste test berichtje  blablablabalba  grtzzzzzzzzz2010-04-14 14:03:0022Arne Janssenshallo!test nog een keer2010-04-14 14:03:00
now is my question; 
how can i write this code better, so that flash can handle it? 
do i make an array of the results? ive been reading tutorials on this, but i cant figur it out ...
thx in advance for any help
grtzzz

this is how my codes looks now in flash
the first piece of code is for submitting the form
// php file
var phpFile:String = "http://localhost/portfolio/insertmessage.php";
// contact form
var form:MovieClip = guestbookform;
function sendMessage(e:MouseEvent):void
    // first check the fields
    var nameStr:String         = form.nameTxt.text;
    var subjectStr:String    = form.subjectTxt.text;
    var messageStr:String    = form.msgTxt.text;
    var allFields:Boolean = true;
    // check name
    if(nameStr.length < 2)
        allFields = false;
    // check subject
    if(subjectStr.length < 2)
        allFields = false;
    // check message
    if(messageStr.length < 2)
        allFields = false;
    if(!allFields)
        trace("All required fields not filled in!");
        form.statusTxt.htmlText = "<font color=\"#FF0000\">All required fields not filled in!</font>";
        //Alert.show("All required not filled in!");
        return;
    var variables:URLVariables = new URLVariables();
    variables.name = nameStr;
    variables.subject = subjectStr;
    variables.msg = messageStr;
    var urlRequest:URLRequest = new URLRequest(phpFile);
    urlRequest.method = URLRequestMethod.POST;
    urlRequest.data = variables;
    var loader:URLLoader = new URLLoader();
    loader.addEventListener(Event.COMPLETE, sendHandler);
    loader.load(urlRequest);
function sendHandler(e:Event):void
    var loader:URLLoader = URLLoader(e.target);
    var variables:URLVariables = new URLVariables(loader.data);
    trace(variables.test);
    if(variables.resultCode == "SENT")
        // message sent
        form.statusTxt.htmlText = "<font color=\"#009933\">Email sent, thank you.</font>";
    else if(variables.resultCode == "ERROR")
        // message not sent
        form.statusTxt.htmlText = "<font color=\"#FF0000\">Email not sent, please try again.</font>";
    else
        // unknown response
        form.statusTxt.htmlText = "<font color=\"#FF0000\">Unknown ERROR</font>";
form.sendBtn.addEventListener(MouseEvent.CLICK, sendMessage);
var data:Array;
function completeHandler(event:Event):void {
    var loader:URLLoader = URLLoader(event.target);
    dataA = loader.data.split(",,,");
    dataA.pop();
    for(var i:uint=0;i<dataA.length;i++){
        dataA[i] = dataA[i].split(",,");
        dataA[i].shift();
dataHolder.text = data[1];

Similar Messages

  • Ebook of tutorial - PHP 5 & Flash cs4

    im looking for a descent book or tutorial wich will teach me how to put php in flash cs4
    i got a book here at school, but its for AS 2.0 ...
    no point in reading that one ..
    thx in advance
    grtzzzzzz

    Here are some basic tuts for the same :-
    http://www.flashconf.com/actionscript/how-to-mail-flash-form-with-actionscript/
    http://video-tutorial.eu/free-video-tutorial/web-design/flashvars-and-php-tutorial-send-dy namic-variable-into-flash.html

  • Communication problem MYSQL PHP XML Flash.

    I have driven myself into a corner with this so I hope someone here knows a solution.
    I am building a photogallery with a simple html layout but with a flash slideshow.
    The data for each album and photo are stored in a mysql database. Each photo-image is in one big folder on the server. With PHP I sort out which photo belongs to what album and display them accordingly. To start the slideshow people can click on a link near the album, this link will send a < href> with the album ID to an PHP file (xml.php) that will generated an XML output created from the MYSQL server. Here comes my problem:
    Loading XML into flash is no problem BUT I only know how to do this with a static or self supporting XML output. (xml.php needs the input of the album ID else it will not get the correct data). For now I have a temporary solution where I write the XML output from xml.php to a txt file and let Flash read from there, but is there a way where I can read directly from xml.php?

    Echo your formatted xml out as a string in xml.php, Flash will then read your dynamically generated XML.

  • Flash audio level drop outs (Windows 8.1)

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

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

  • How to deal with Flash 256 levels of recursion limitation  !!

    Hi,
    I am working on an dynamic flash component. I got data from
    xml and based on that data i am creating movieClip.
    Now i want to place the movieclip on unique place, for that i
    had implemented some logic using currently created movieclip
    hitTest with already placed movieclip.
    This will work fine till the data from xml is small in
    length. But when the number of data is incresed in xml. I got an
    error as ..
    "256 levels of recursion were exceeded in one action list.
    This is probably an infinite loop.
    Further execution of actions has been disabled in this
    movie."
    Is there any way to fix this ?
    Thanks in Advance

    what this means is that there is a error in your logic, and
    that there is a repeating statement that is not terminating - this
    is often associated with a 'while' loop - although a 'for' loop can
    also cause this type of error if the condition cannot be satisfied.
    for instance, if your hitTest can never find a position within 256
    attempts, the loop will fail and throw the error.
    the solution is not to 'change the setting' of 256 and it
    doesn't have anything to do with the amount of data coming in from
    the xml - although it is possible that there is an error in the xml
    data that could be causing this to occur.
    please post the code you are using, and an example of the xml
    node structure (ie. the data you're using to make the
    construction);
    EDIT: *&@^&$&#^@^%@ lmao kg :)

  • Sending variable value from php to flash to load an xml file

    I would like to load an XML file from the location locally or on the server being unaware of the name of the file. I am using PHP for sending the filename to Flash.
    The below is the PHP code:
    <?php
    filesInDir('C:\Documents and Settings\457305\My Documents\shrikant\Flash Tutorials\webassist');
    function filesInDir($tdir)
            $dirs = scandir($tdir);
            foreach($dirs as $file)
                    if (($file == '.')||($file == '..'))
                    elseif (is_dir($tdir.'/'.$file))
                            filesInDir($tdir.'/'.$file);
                    else
                            echo "fileName=$file";
    ?>
    And below is the loading Actionscript code:
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import flash.net.URLVariables;
    stop();
    // Define the PHP file to be loaded
    var phpFile:String = "http://localhost/webassist/test.php";
    var cons_xml:XML;
    var xmlLoader:URLLoader = new URLLoader();
    // Specify dataFormat property of the URLLoader to be "VARIABLES"
    // This ensures variables loaded into Flash with same variable names
    xmlLoader.dataFormat = URLLoaderDataFormat.VARIABLES;
    xmlLoader.load(new URLRequest(phpFile));
    xmlLoader.addEventListener(Event.COMPLETE, processXML);
    function processXML(evt:Event):void
              trace(evt.target.data.fileName);
              //cons_xml = new XML(evt.target.data.fileName);
              //gotoAndPlay(2);
    When I trace the evt.target.data it displays "fileName=mainOpenEndedXML%2Exml" and when I trace evt.target.data.fileName the fileName is properly displayed as "mainOpenEndedXML.xml".
    But in the next two lines where the loading occurs it does not load the file i.e the swf file from xml doesn't play.
    I have been searching the Internet for answers but not able to find any solutions.
    The loading works properly if i directly insert the xml file in the code and the swf's in the XML file play propertly. The below is the code for the same:
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import flash.net.URLVariables;
    stop();
    var cons_xml:XML;
    var xmlLoader:URLLoader = new URLLoader();
    xmlLoader.load(new URLRequest("mainOpenEndedXML.xml"));
    xmlLoader.addEventListener(Event.COMPLETE, processXML);
    function processXML(evt:Event):void
              cons_xml = new XML(evt.target.data);
              gotoAndPlay(2);
    Any help on this would be greatly appreciated

    Yes. you already said that, but I guess you don't understand what I said.  You are loading the PHP fle to get the filename, but nowhere are you taking that filename and loading the file that was named. 
    You need to do two loading operations.  The first one to get the filename, and the second to load the file with that name.  Maybe if you name the PHP file loader phpLoader instead of xmlLoader it will start to make more sense to you.  Something like the following...
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import flash.net.URLVariables;
    stop();
    // Define the PHP file to be loaded
    var phpFile:String = "http://localhost/webassist/test.php";
    var phpLoader:URLLoader = new URLLoader();
    // Specify dataFormat property of the URLLoader to be "VARIABLES"
    // This ensures variables loaded into Flash with same variable names
    phpLoader.dataFormat = URLLoaderDataFormat.VARIABLES;
    phpLoader.load(new URLRequest(phpFile));
    phpLoader.addEventListener(Event.COMPLETE, processPHP);
    function processPHP(evt:Event):void
             var xmlLoader:URLLoader = new URLLoader();
             xmlLoader.load(new URLRequest(String(evt.target.data.fileName)));
             xmlLoader.addEventListener(Event.COMPLETE, processXML);
    var cons_xml:XML;
    function processXML(evt:Event):void
              cons_xml = new XML(evt.target.data);
              gotoAndPlay(2);

  • Using PHP with Flash (contact form)

    I am trying to get a contact form on a flash site to work and
    for some reason the PHP isn't forwarding the message to my email.
    Below is the flash code I have used as well as the document I have
    saved as contact.php. Thank you so much for the help. This is the
    last thing I need to complete for the site and I just can't seem to
    get it right. Thanks.
    Flash Code For the Submit Button:
    onClipEvent (enterFrame) {
    if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
    if (this._currentframe<this._totalframes) {
    this.nextFrame();
    } else {
    if (this._currentframe>1) {
    this.prevFrame();
    on (release) {
    this._parent.getURL ("contact.php","_blank","GET");
    this._parent.name = "Your Name:";
    this._parent.email = "Your Email:";
    this._parent.phone = "Your Phone Number:";
    this._parent.text4 = "e-mail:";
    this._parent.message = "Your Message:";
    Here is what I have for Contact.php:
    <?php
    $your_name = $_GET['name'];
    $your_email = $_GET['email'];
    $your_phone = $_GET['phone'];
    $your_message = $_GET['message'];
    $recipient_email = "[email protected]";
    $subject = "from " . $your_email;
    $headers = "From: " . $your_name . "<" . $your_email .
    ">\n";
    $headers .= 'Content-type: text/html; charset=iso-8859-1';
    $content = "<html><head><title>Contact
    letter</title></head><body><br>";
    $content .= "Name: <b>" . $your_name .
    "</b><br>";
    $content .= "E-mail: <b>" . $your_email .
    "</b><br><hr><br>";
    $content .= "Phone: <b>" . $your_phone .
    "</b><br>";
    $content .= $your_message;
    $content .= "<br></body></html>";
    mail($recipient,$subject,$content,$headers);
    ?>
    <html>
    <body bgcolor="#282E2C">
    <div align="center"
    style="margin-top:60px;color:#FFFFFF;font-size:11px;font-family:Tahoma;font-weight:bold">
    Your message was sent. Thank you.
    </div>
    </body>
    </html>
    <script>resizeTo(300, 300)</script>

    well...that's true..I wanted "name" to be cleared when
    clicked...this version I found doesn't clear "name" when clicked,
    but it needs selected and erased manually...anyway..it's better
    then nothing...
    Reason I want this is because I'm using a design that is not
    giving me much space and I have to trick the low space with this
    option.
    If you want I can send you the fla to get a better
    picture...I believe you deserve it :)

  • Need help with php and flash

    Hi,
    hopefully anyone can help me out here I am working on a site
    that has part flash and html in it. I am using php to dynamically
    pull in the flash files from an includes folder. In doing so I have
    uploaded everything to our preview server where I tested the site.
    It works in firefox but not in the ie browsers, I thought this had
    to do with active control, so I downloaded the extension but
    nothing happened, still it works in firefox and not ie either 6 or
    7. t
    click
    here to view the site I am working on. If you have suggestions
    please let me know. I have attached the code as well for one of the
    flash animations.
    Thanks

    Looking at the source of your page, I note that you missed a
    couple lines in the AC_FL_RunActiveContent embed. These 2 lines go
    in the head of the page.
    <script language="javascript"> AC_FL_RunContent = 0;
    </script>
    <script src="AC_RunActiveContent.js"
    language="javascript"></script>

  • XML, PHP and Flash forms

    After searching several tutorials and forum posts, I still am
    puzzled at how to get started on this.
    I want to enable my client to upload changes to the XML file
    used on his site without knowing anything about XML. He also wants
    to upload images which are referenced in the XML. So, I am assuming
    that I create a form that allows him to type in changes to sections
    and select an image on his local drive and submit it to a PHP
    script on the server which will, in turn generate/update the XML
    and upload the image(s).
    Is this correct or am I going about it the wrong way? Of
    course, I should just tell him he'll have to pay me to update the
    site. ;-) I'm really confused about how to start this whole thing
    in the planning stage. I just need a little direction then I can
    research the rest.
    thanks!

    aniebel wrote:
    > So, do I make fields (variables) for each node in the
    XML? And can I use any
    > PHP script that converts my loadvars to XML? I'm not
    sure what to search for,
    > specifically. I hope I'm not in over my head but it
    seems getting into these
    > predicaments is a great way to learn.
    >
    are you making this admin interface in flash then? personally
    I would
    steer clear of that as it will be harder to debug - doing it
    in HTML
    will be much more straightforward, and if you do it right you
    can change
    to using a flash front end in future.
    Handling file uploads in PHP is a little tricky but there are
    loads of
    good pages of advice on using PHP on the web. Here's a good
    place to
    start as there's lots of notes by other users:
    http://us2.php.net/manual/en/function.is-uploaded-file.php
    XML with PHP I have only done once - and I think that was
    just reading
    it and not writing it. Should be OK though, again, lots of
    help
    available online!
    MOLOKO
    Macromedia Certified Flash MX 2004 Developer
    Macromedia Certified Flash MX Developer
    ::remove _underwear_ to reply::
    'There ain't no devil - it's just God when he's drunk' Tom
    Waits
    GCM/CS/IT/MC d-- S++:- a- C++ U--- P+ L++ !E W+++$ N++ O? K+
    w+++$ !O M+
    VMS? PS+++ PE- Y PGP+ t+ 5-- X-- R* tv++ b++++ DI++++ D+ G e
    h-- r+ y++

  • Passing variable from php into flash, help please

    Here are what I'm having:
    <?PHP
    $testVal = "This is a test";
    $test = urlencode($testVal);
    $out = "test=". $testVal;
    echo $out;
    ?>
    // and this is my flash file
    function getData() {
    // Prepare request
    var urlReq:URLRequest=new URLRequest("http://localhost/test.php");
    urlReq.method=URLRequestMethod.GET;
    var loader:URLLoader = new URLLoader();
    loader.dataFormat=URLLoaderDataFormat.VARIABLES;
    loader.addEventListener(Event.COMPLETE, completeHandler);
    loader.load(urlReq);
    function completeHandler(evt:Event) {
    var vars:URLVariables = URLVariables(evt.target.data);
    trace(" TEST = ", vars.test);
    trace(" TEST = ", unescape(vars.toString()));
    // and below is the ouput
    TEST = undefined
    TEST = test=This is a test
    I've tried with several different ways to get ONLY the value of the variable - that means I only want to have "This is a test" returned, but I either got "undefined" or the whole thing "test=This is a test", instead.
    I'm new to Flash and PHP. Please help.
    Thanks

    There's no need to write any fake variables out, Flash does not need that. OK, here's a simple PHP script like yours - I called it test.php
    <?PHP
         $testVal = "This is a test";
         $out = "test=". $testVal;
         echo $out;
    ?>
    And the AS to call it:
    var myLoader:URLLoader = new URLLoader();
    myLoader.dataFormat = URLLoaderDataFormat.VARIABLES;
    myLoader.load(new URLRequest("http://www.mydomain.com/test.php"));
    myLoader.addEventListener(Event.COMPLETE, dataLoaded, false, 0, true);
    function dataLoaded(e:Event){  
        trace( e.target.data.test);
    You will see 'This is a test' traced to the output window.
    HTH

  • PHP and Flash

    Hi,
    I need to display a Username in a Flash Banner in my website. The Site is PHP and the header is made in Flash. My requirement is that, when a user Logs in, his name should be displayed in the Top of the site (in the Flash banner here) like "Welcome User". Is it possible ? I have the PHP file which displays username. All I need is that to merge it to the flash banner (through actionscript, isnt it ?)
    Please help me
    Thanks
    Vipin
    [email protected]

    Please don't cross post in these forums.

  • Php to flash

    I have a dynamic text instance in Flash named dynamic_txt and
    I want it to display information from a php file. What command
    allows me to do this? Here is the code:
    PHP
    <?php
    print "dynamo_txt=DYNAMIC";
    ?>
    ActionScript (2.0)
    var my_lv:LoadVars = new LoadVars();
    my_lv.onLoad = function(success:Boolean) {
    if (success) {
    //HERE IS WHERE I WANT THE COMMAND THAT WILL ALLOW DYNAMO_TXT
    TO DISPLAY THE STRING //FROM THE PHP FILE
    my_lv.load("cars.php");

    Read my threads - you use LoadVars and put value-pairs into
    an array.
    Unfortunately, it was answered in AS 1.0/2.0 forum, not here
    so perhaps you didn't find it.
    //sqlcache
    /* fyi you can always create some valid test data locally by
    doing something like this:
    var mytest:LoadVars=new LoadVars();
    mytest.keyword10="keyword1"
    mytest.keyword11="organelle"
    mytest.keyword12="photosynthesis"
    mytest.keyword13="digestion"
    mytest.keyword14=""
    mytest.keyword15=""
    trace(mytest.toString())
    var my_lv:LoadVars = new LoadVars();
    my_lv.onLoad = function (success:Boolean):Void {
    if (success) {
    //assuming _global.keywords is already defined as an array:
    //assuming _global.keywords might already have some keywords
    in it (otherwise this could be simpler)
    //create a temporary array:
    var tmpkeywords:Array =[];
    // Iterate over properties in my_lv
    for (var prop in my_lv) {
    if (typeof(my_lv[prop])=="string"){
    tmpkeywords.push(my_lv[prop]);
    trace("loaded in this order:"+tmpkeywords); //it is reversed,
    so:
    tmpkeywords.reverse(); //turn it around
    trace("reversed:"+tmpkeywords);
    //now assuming that the _global.keywords is already an array
    with some words... and we want to
    //add to the end:
    //the following 'function.apply' method lets the 'push'
    method take the elements of tempwords as an array an adds them
    individually
    _global.keywords.push.apply(_global.keywords,tmpkeywords);
    trace("global keywords now has:"+_global.keywords)
    } else {
    trace("Unable to load external file.");
    //make _global.keywords an array for testing:
    _global.keywords=["hello","world"];
    trace("global keywords starts with:"+_global.keywords)
    my_lv.load("sqlcache.txt");
    //sqlcache.txt
    GWD
    User is offline
    View Profile
    Senior Member Posts: 1927
    Joined: 06/24/2002
    Send Private Message
    03/11/2008 05:30:13 AM
    Reply | Quote | Top | Bottom
    You wouldn't usually want to or need to load the same data in
    twice.
    I checked the link to your swf and I couldn't see it
    attempting to load any external data via http activity. So I don't
    think this code is running in your full swf (or perhaps it's only
    after signing in etc?)
    Also, LoadVars automatically calls its own decode method by
    default, so you do not need to use 'decode' in the onLoad handler.
    Here's something which might help. Hopefully the comments
    etc, explain a little bit. The function.apply line is probably the
    one that might be a little difficult to comprehend. Its only there
    as a quick way to append the values to the _global.keywords array
    (assuming that you want append them).

  • PHP to Flash / Functions

    I want to perform an action in Flash, so it sends values to
    PHP
    [Code]
    SendTheData = function(type,val,other){
    SendData = new LoadVars();
    SendData.type = val;
    SendData.varName = other;
    myData.send("
    http://www.url.com/page.php",
    SendData, "POST");
    Is this the correct way? I may have got it all wrong to start
    to be honest.
    [/code]
    If I then call SendTheData(name,jim,20)
    I want "SendData.type = val" to pick up the 'type' value sent
    to the function and send so I can receive in PHP using
    $_POST['name'] - I think how I have done it it would receive
    $_POST['type']
    SendData.varName = other;//but I want this to receive
    $_POST['varName'] = which I think is correct
    Any ideas?

    Use the LoadVars Object for Send or SendAndLoad function..
    Below is the correction

  • Pull images from SQL/PHP into Flash

    I have a website that displays images that are stored in a
    SQL database using PHP as a method for pulling and displaying the
    images. These images are stored in the database as text (ex:
    image1), then the PHP looks for the image like this:
    <img src="images/Photograph/<?php echo
    $row_rs_Photos['Image']; ?>.jpg" alt="" width="<?php echo
    $row_rs_Photos['Thumb_Width']; ?>" height="<?php echo
    $row_rs_Photos['Thumb_Height']; ?>" border="0" title="" />
    I want to pull these images into Flash. I've done a bunch of
    ActionScripting, but am no expert. Really don't have the foggiest
    idea where to start.
    -kirk

    I seem to have this one working, kinda. It has an array and
    automatically numbers the buttons, but there are some buttons, that
    ask SQL to return a photo that doesn't exist. For instance, there
    is no 7 or 8 ID in my SQL, so those buttons don't work:
    http://www.lbiphotos.com/Flash/loadImages_finished.html
    PHP Code:
    <?php require_once('my.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType,
    $theDefinedValue = "", $theNotDefinedValue = "")
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue)
    : $theValue;
    $theValue = function_exists("mysql_real_escape_string") ?
    mysql_real_escape_string($theValue) :
    mysql_escape_string($theValue);
    switch ($theType) {
    case "text":
    $theValue = ($theValue != "") ? "'" . $theValue . "'" :
    "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue != "") ? intval($theValue) : "NULL";
    break;
    case "double":
    $theValue = ($theValue != "") ? "'" . doubleval($theValue) .
    "'" : "NULL";
    break;
    case "date":
    $theValue = ($theValue != "") ? "'" . $theValue . "'" :
    "NULL";
    break;
    case "defined":
    $theValue = ($theValue != "") ? $theDefinedValue :
    $theNotDefinedValue;
    break;
    return $theValue;
    $colname_rs_Photos = "-1";
    if (isset($_GET['passID'])) {
    $colname_rs_Photos = (get_magic_quotes_gpc()) ?
    $_GET['passID'] : addslashes($_GET['passID']);
    mysql_select_db($database_LBI_Photos_Connection,
    $LBI_Photos_Connection);
    $query_rs_Photos = sprintf("SELECT ID_Photos, Image,
    YearPhotographed FROM Photos WHERE ID_Photos = %s",
    GetSQLValueString($colname_rs_Photos, "int"));
    $rs_Photos = mysql_query($query_rs_Photos,
    $LBI_Photos_Connection) or die(mysql_error());
    $row_rs_Photos = mysql_fetch_assoc($rs_Photos);
    $totalRows_rs_Photos = mysql_num_rows($rs_Photos);
    $imageId = $_GET['passID'];
    //MUST use code below to grab $images
    $images =
    $row_rs_Photos['YearPhotographed'].'/'.$row_rs_Photos['Image'];
    print "image=" . $images;
    ?>
    <?php
    mysql_free_result($rs_Photos);
    ?>
    ACTIONSCRIPT:
    function loadImage(passID:Number) {
    var resultLv:LoadVars = new LoadVars();
    var sendLv:LoadVars = new LoadVars();
    resultLv.onLoad = function(success) {
    if (success) {
    mcLoader.loadClip(imagePath+this.image+".jpg",
    loadContainer);
    trace("passID: "+passID);
    sendLv.sendAndLoad(phpPath+"?passID="+String(passID),
    resultLv);
    function loadInit(target:MovieClip) {
    trace("Begin Loading File");
    trace("imagePath + this.image ; "+imagePath+this.image);
    function assignButtons() {
    for (var i in loadButtons) {
    this[loadButtons
    ].numberTxt.text = String(Number(i)+1);
    this[loadButtons].onRollOver = function() {
    this.gotoAndStop(2);
    this[loadButtons
    ].onRollOut = function() {
    this.gotoAndStop(1);
    this[loadButtons].onRelease = function() {
    trace("String(this).length "+String(this).length);
    if (String(this).length == 16) {
    loadImage(Number(String(this).substring(String(this).length-1)));
    if (String(this).length == 17) {
    loadImage(Number(String(this).substring(String(this).length-2)));
    var loadButtons:Array = new Array('loadBtn1', 'loadBtn2',
    'loadBtn3', 'loadBtn4', 'loadBtn5', 'loadBtn6', 'loadBtn7',
    'loadBtn8', 'loadBtn9', 'loadBtn10', 'loadBtn11', 'loadBtn12',
    'loadBtn13', 'loadBtn14', 'loadBtn15', 'loadBtn16');
    var loadContainer:MovieClip =
    this.createEmptyMovieClip("loadContainer",
    this.getNextHighestDepth());
    var siteUrl:String = "
    http://www.lbiphotos.com";
    var imagePath:String = siteUrl+"/images/Photograph/";
    var phpPath:String = siteUrl+"/Flash/images.php";
    var mcLoader:MovieClipLoader = new MovieClipLoader();
    var mcLoadObj:Object = new Object();
    mcLoadObj.onLoadInit = loadInit;
    mcLoader.addListener(mcLoadObj);
    //below centers called image
    loadContainer._x = (Stage.width/2-100);
    loadContainer._y = (Stage.height/2-100);
    assignButtons();

  • Email PHP in flash

    Hello flash experts,
    I purchased a started flash template for my site and all is
    done except I cannot figure out how to use the email.php form
    within the site. On one of the pages that was already created I
    have a form with things to enter such as name, email, etc.. When I
    purchased the package it came with a email.php file that I believe
    is used to send the form anwsers to my email address. I opened the
    php file in Opera (in my mac) and saw that there are a few names to
    change. I changed these so the email would email to my address but
    it is not working. I am not sure if there is something I am missing
    or if I am supposed to do something else with the php files? Any
    help would greatly be appreciated. here is the code with the
    email.php
    <?
    $destination="[email protected]";
    $name=$_POST['name1'];
    $email=$_POST['email'];
    $company=$_POST['company'];
    $from = '[email protected]';
    $phone=$_POST['number'];
    $mes=$_POST['message1'];
    $subject="Message from $name" ;
    $header="From: $from\n";
    $mes="Name: $name\n
    Company: $company\n
    Email: $email\n
    Phone: $phone\n
    Comments: $mes\n";
    mail($destination,$subject,$mes,$header); ?>
    and the form on my flash page asks for
    NAME
    EMAIL
    ETc...
    Thanks for the help!!!
    Matt

    thanks kglad
    what is the
    $from = '[email protected]';
    do I write my email there as well?
    I see the the loadvars class is used in the flash page.
    Is there anything wrong with the php code I listed above???
    I just upload the php file to the server correct?
    Thanks again for your help
    Matt

Maybe you are looking for

  • DTP Vs Update Rules  Error!!!!!!!!!!!!!!!!!!!!!!1

    Hi guys, I have a scenerio , where I need to have data from 2 DSOs in to one combined DSO. Lets Says the 2 DSOs as DSO A and DSO B. and the Third as DSO C. I want to get DSO C Structure as exactly as DSO A. and DSO B structure is only few fiew fields

  • Can I print an objects fields' values in a loop without having to cast?

    Hi, I have a Class with about 30 (public)fields and I need to print the values of each of them to a file. I tried the getFields() method of the Class object, but couldn't get the desired result, especially that the documentation says no order is guar

  • IMovie/Final Cut Compatibility Problems

    Hey, I have a video project that I'm working on. I was able to "dump" it successfully into final cut, but I cannot get the video to work with iMovie on my macbook. Are there certain steps I must follow to get them to work together? I tried exporting

  • Transporting Course Catalog from one client to another

    Hi Experts, Can we transport LSO Course Catalog from one client to another or from development server to QA Server? If yes please somebody help me how to do that? Appreciate your efforts. Thanks Regards, FS

  • Problems Unzipping software

    Hello, I downloaded the OWB 10gr2 software and am unable to unzip it on our Solaris box. Has anyone else encountered this issue? Thanks, Adrienne