Runtime image manipulation using Flash

I would like to know if it's feasible to load an image (jpg,
gif, bmp and such) into Flash and then let the user modify it in
order to stretch, crop, adjusting contrast/brightness, removing
"red-eyes". I'm not aware of any image manipulation libraries in
Flash, which is why I'm asking this.

well, here's the showResult method:
/**showResultImage() creates and shows results of manipulating pixels[]*/
     public void showResultImage()  {
          int tempPixl;
          int postOpWidth = postOpPixels[0].length;
          int postOpHeight = postOpPixels.length;
          int[] tempPix = new int[postOpHeight * postOpWidth];
          for (int i=0; i<tempPix.length; i++)  {
               tempPixl  = postOpPixels[i / postOpWidth][i % postOpWidth];
               //create gray-level pixel. 0xFF makes it opaque.
               tempPix[i] = 0xFF000000 | (tempPixl << 16) | (tempPixl << 8) | tempPixl;
          } //End of i loop thru postOpPixels
          resultImage = Toolkit.getDefaultToolkit().createImage(
                    new MemoryImageSource(postOpWidth,
                     postOpHeight, tempPix, 0, postOpWidth) );
          scrollResultImage.remove(resultImagePanel);
          resultImagePanel.remove(resultImageDisplay);
          resultIcon = new ImageIcon(resultImage);
          resultImageDisplay = new JLabel(resultIcon);
          resultImagePanel.add(resultImageDisplay);
          scrollResultImage.getViewport().add(resultImagePanel);
     } /*End of showResultImage()*/

Similar Messages

  • MDT Image Deployment Using Flash Drive

    Hi,
    In my environment i am using MDT 2010 image deployment process to deploy Windows XP and Windows 7 OS images,
    As image deployment is foccussed on multiple remote locations we have planned to move with USB Flash drive (Pen Drive) for image deployment,
    The problem occurs here in normal system through diskpart utility i can able to get all the disks including my flash drive but in win pe mode i am unable to get my flash drive listed in diskpart utility.
    so the image deployment process hangs on to the microsoft solution accelerator screen i am unable to predict the actual reason but i can predict this can happen because of mass storage driver problems.
    I tried the same using USB Hard Disk and succeded with the deployment and i am unable to guess what makes difference between USB Hard disk and USB Flash Drive.
    Can you just help me out on this to close the problem ASAP..
    So that i can proceed with my roll out activities.
    Thanks in advance,
    Siva

    Hi,
    At last the image deployment using flash drive works for me.
    I attempted the following steps,
    First i converted the flsh drive to bootable flash drive using diskpart utility,This can be done in Windows 7 Operating system only.
    navigate to cmd and type Diskpart,and enter the below commands,
    List disk
    Select Disk no
    create partition primary
    select partition no
    active
    format fs=ntfs
    Assign
    Exit
    Upon completition,Insert windows 7 DVD to the system and do the following
    Navigate to DVD Drive in my case it is G: and change directory to boot
    G:cd boot
    G:\Boot>Bootsect.exe /nt60 I: where I: is my flash drive
    Then copy the contents to the Usb flash drive and change the first boot device of the target system to local hard disk and deploy the image
    while in Win pe mode use disk part utility to check whether your disk got detected.
    If everything is ok then it will work.
    Thanks for your valuable time.
    Thanks and Regards,
    Siva
    Thanks Siva Aadhi-CIT. MCITP

  • Get clipboard image data using Flash

    Hello
    Please help me to get clipboard data(text as well as image) using flash component.
    Or is it possible using Adobe AIR, please help me....
    Thanks in advance...
    Thanks,
    Abdul Javed Khan

    Hello
    Could you please send me code for copying clipboard data(Specially IMAGE Data) using AIR.
    Or send me link demonstrating this feature with source code because I am new to flash...
    Thanks,
    Abdul Javed Khan

  • Simple image pan using Flash CS3

    I need help panning a long jpeg image resting on the bottom layer of my first Flash project.
    I simply need to pan the image from right to left in a continuous loop, which I'm sure is a simple thing to program, yet I can't seem to locate instructions or a tutorial that explains it.
    Can anyone help?

    Try the following tutorial...
    http://www.tutorialized.com/view/tutorial/Continuously-Scrolling-Image/2520

  • Using flash to display images from sql server or file system

    hello,
    what methods and parameters of the urlloader class we have to use to display images in a flash player if possible..
    also movie should update everytime a new image is added to a database or file
    the images can either be in a file system or in a sql database (if possible)
    does flash comes with an object of this type or we have to create it.
    regards,

    i responded to your duplicate message 4 days ago:
    is it possible to insert and retrieve images from sql server using actionscript.
    you'll need server-side script to query your database and you can use the flash urlloader class to call your script.
    also  is it possible to create a flash scrolling gallery based on images  stored in a database and everytime an image is added it is displayed in  the gallery.
    load the data using the urlloader class and  then load the images.  periodically query the database for new images if  there's no direct way for flash to know a new image was added.

  • How can I allow other applications to use vector image data in Flash CS5?

    Specific to Flash Professional CS5. With its export options greatly reduced, there seems to be no way to make Flash graphics accessible by other programs. Is there any workaround?
    Currently, Flash can output two kinds of vector images: SWF and FXG, neither of which seem to be importable by most applications, including Fireworks and Illustrator (which write to FXG but not read from it), and Catalyst doesn't seem to write to anything other than what Builder uses. In other words, I know no way to export Flash files to vector formats (besides using Flash CS4).

    Hello
    http://cps-internal.corp.adobe.com/cps/150/tn_15022.html
    It says :
    Director supports a wide variety of graphic formats. Vector  graphics are supported as native vector shapes (#vectorShape) or as  Flash SWF files. Vector shapes are created in Director using the Vector  tool. Often, developers need to import art created in an illustration  application such as Macromedia FreeHand, Adobe Illustrator or CorelDRAW.  However, EPS, AI, FH9 and CDR file formats are not natively supported  in Director and cannot be imported without the use of an Xtra or  plug-in.
    It is possible to save artwork created in Macromedia FreeHand as a  SWF file, which can then be imported into Director. For Adobe  Illustrator and CorelDRAW users this can also be accomplished using the  Macromedia FlashWriter plug-in for Adobe Illustrator or the CorelDRAW  Exporter. These plug-ins are available for free download at the Flash Download Center for registered users of Illustrator and CorelDRAW.
    EPS files may also be imported into Director using a third-party  Xtra. The PS2VS Xtra from Moshofsky/Plant Creative Services for Director  7 and 8 works on both Macintosh and Windows operating systems. The Xtra  can be downloaded from the Moshofsky/Plant PS2VS Web page.  The current version converts Adobe Illustrator (EPS and AI files) and  Macromedia FreeHand EPS files to Director 8 #vectorShapes.
    Note:The PS2VS Xtra is a third-party product and is NOT supported by Macromedia or Macromedia Technical Support.
    Will this work ?

  • How to use the image manipulation palette to extract a part of an image

    How to use the image manipulation palette to extract a part of an image?I have a parent image from which i need to extract a certain sub part.can somebody pls help me on how to use this particular tool?
    Thanks

    Use the above snippet. You might need to convert the Image Type you are using with picture functions. The above snippet will give you good idea on how to achieve what you intend to.
    -FraggerFox!
    Certified LabVIEW Architect, Certified TestStand Developer
    "What you think today is what you live tomorrow"

  • Enlarging an image on mouseover without using Flash

    Enlarging an image on mouseover without using Flash
    I use DW MX 2004 with Windows 2000
    I want to create the following effect. I have two versions of
    an image,
    geyso_scr... (which is screen size) and geyso_sm (which is
    small). On
    mouse-over I want a larger window to open on top of my html
    page (but
    less than the full screen) and show the larger image file in
    whatever
    size I have created it.
    One mouse-off I want to restore the original image.
    I tried this with a straight image swap on the following
    page:
    http://www.tudo.co.uk/testing/hospiz_stiftung/shell/contents/vorstand/vorstand.html
    see row 2, image 1, Peter von Geyso.
    This works all right (on mouseover there is a shift of about
    1 px) but
    the screen sized image has been sized down to the original
    image (sm image).
    How can I conveniently get the large image hovering on top of
    the
    existing page?
    Can someone recommend a tutorial which describes how this is
    done?
    Or is there a utility which does it?
    On similar lines, a client wants to display a list of items
    as text in
    comparatively small font. On mouse-over he wants the
    list-item in
    question to become slightly larger (not only to change colour
    etc). Can
    that be done without converting the text into images.
    Is there any tutorial for that?
    (No point in arguing with the client that the text should be
    made large
    enough to read in the first place. I have tried that in
    vain.)
    Thanks for your help.
    Adrian

    netlace design wrote:
    > Hey Adrian,
    >
    > Maybe this will work for you. Take a look here at this
    demo
    >
    >
    http://www.cssplay.co.uk/menu/magnify
    Hi Netlace Design,
    This looks interesting, but where do I get the code for this.
    How is it
    done without javascript.
    Thanks,
    Adrian

  • Help me, I am using flash pro cc and air 4.0,i have one problem when publishing apk through air publish settings,choosing the run time option from third party is disabled.can any one help me bcoz i have to publish without air runtime.......

    Help me, I am using flash pro cc and air 4.0,i have one problem when publishing apk through air publish settings,choosing the run time option from third party is disabled.
    can any one help me bcoz i have to publish without air runtime.......

    Hi,
    This option is available when your publish target is set to AIR 3.6.
    You can download the desired AIR SDK version from Archived Adobe AIR SDK versions
    Thanks!
    Mohan

  • Capture image with webcam using flash and sending it to the server

    I have a need to use flash to capture an image and have that image uploaded to the server. I have seen some examples of code that uses flash to capture an image but it saves the file locally. We need that file to be sent to the server. We are using CF9.0 and I figure that once we are able to capture the image we could hand it off to ColdFusion to send to the server.
    Has anyone done anything like that or know if it's possible?
    Any help is apprecaited.
    Thanks,
    Mallory

    It's not that hard...after you capture the image in Flash encode just send it via Remoting to a cfc as a bytearray or a bytearray encoded as Base64 string (and then decode it to binary in the CFC). I have had better luck with the latter way. You could also post the bytearray encoded as a Base64 string to a .cfm page as a form field.
    For example in Action Script 3 you do something like this (assuming "frameBMD" is the BitmapData drawn from the video source):
    var ba:ByteArray=com.adobe.images.PNGEncoder.encode(frameBMD);
    var baAsString:String=com.dynamicflash.util.Base64.encodeByteArray(ba);
    var saveImageResponder:Responder=new Responder(onSaveImageResult,onFault);
    var rs=new NetConnection();
    rs.objectEncoding=flash.net.ObjectEncoding.AMF3;
    rs.connect("/flashservices/gateway");
    rs.call("Headshot.saveImage",saveImageResponder,baAsString,1);
    And your cfc would be something like this:
    <cfcomponent displayName="Headshot" hint="Save a Headshot">
    <cffunction name="saveImage" access="remote" output="false" returntype="string" roles="user">
      <cfargument name="data" type="string" required="true" />
      <cfargument name="user_id" type="numeric" required="no" default="1">
      <cfset SavePathParent = ExpandPath("/data/users")>
      <cfset SavePath = SavePathParent & "/user_" & arguments.user_id>
      <cfif NOT DirectoryExists(SavePath)>
        <cfdirectory action = "create" directory = "#SavePath#" mode="777">
      </cfif>
      <cfset theFilePath="#SavePath#/headshot_#arguments.user_id#.png">
    <!--- Write the file --->
      <cffile action="write" file="#theFilePath#" output="#toBinary(arguments.data)#"/>
      <cfset LOCAL.file_url="/data/users/user_#arguments.user_id#">
      <cfreturn LOCAL.file_url/>
    </cffunction>
    </cfcomponent>
    Anyway, that's the idea... hope that helps.

  • Using Flash to Rotate Images - how???

    I'm trying to do something that I thought was standard/easy in flash.  I would like to rotate photos on my Dreamweaver website homepage (dissolve from one photo the next) - like a slideshow.  How do I do this and then incorporate into Dreamweaver?
    Is it using Flash animation, or Flash slideshow/photo gallery?  Can I embed that right into my homepage?
    Thank you!

    As far as I know it is not a standard/easy thing to do in Flash, although I do not have the latest version so I cannot speak for any such built-in feature they might have added.  Most people that have a Flash slideshow either purchased it or created it from their own come-to-know how.  You could try searching Google using "Flash slideshow tutorial" and you might find something you can create yourself.
    Alternatively, you might also want to look into using one of the likely many jQuery-based slideshows that are available.  It won't require you to learn Flash and should utlimately be as easy as adding code to a web page. If you Google "jQuery slideshow tutorial" you should find something you can get working fairly easily.
    Either way you go, you should end up with something you can put in your homepage.

  • SWIM Jobs show failed but all images are in flash

    I performed a software distribution on two different 3750 switch stacks using LMS 4.2.3 over a WAN link.
    The Job Report shows this:
    Copying c3750-ipbaselmk9-tar.122-55.SE4.tar from Software Repository to tftp-specific directory.
    Copied successfully to C:/CSCOpx/tftpboot/rep_sw_3381422663941666305
    Loading image file to flash device : rep_sw_3381422663941666305 --> flash1:c3750-ipbaselmk9-tar.122-55.SE4.tar using TFTP
    Error loading image to Flash. See C:\CSCOpx\files\rme\jobs\swim\5373\3750Stack_telnet.log for the output from the device on which the image transfer failed.
    Image Copy Operation Failed
    Device is unlocked.
    Device Upgrade Result : Failed
    However, when I look at the flash on both stacks, the IOS image with the correct filesize, folders, etc. all looks right. The show boot shows it will boot to the correct image. The telnet.log file shows all the files being copied and just ends after the last file (the .bin image).
    Does anyone know why this might report as failed even though the files are in flash?
    I have not yet reloaded either switch as they are in production.
    Thanks.

    OK I reloaded one of the stacks and it came up fine.
    Could this error be due to the fact that the upgrade was done over a WAN link and I did not put exec-timeout 0 0 on the line vty?

  • Safari quit unexpectedly while using Flash Player - 10.6 plugin. Help?!?!

    Safari keeps qutting unexpectedly everytime I open certain websites. I get the message "Safari quit unexpectedly while using Flash Player - 10.6 plugin." I have tried to uninstall and reinstall Flash Player countless times. Below is the crash report that I receive when the browser quits. I have looked through multiple other discussions and can't seem to find anything. If anyone has ANY ideas of what to do, help would be greatly appreciated!!!! Thanks!
    Process:         Safari [256]
    Path:            /Users/smdrachler921/Desktop/Stuff/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.5 (6533.21.1)
    Build Info:      WebBrowser-75332101~6
    Code Type:       X86 (Native)
    Parent Process:  launchd [131]
    PlugIn Path:       /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlay er-10.6
    PlugIn Identifier: com.macromedia.FlashPlayer-10.6.plugin
    PlugIn Version:    11.5.502.110 (11.5.502.110)
    Date/Time:       2012-12-04 13:30:17.898 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          101150 sec
    Crashes Since Last Report:           12
    Per-App Interval Since Last Report:  100126 sec
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                      8511DD71-A2F9-4BBB-826D-F61E0C434D91
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x933e0474 pthread_mutex_lock + 24
    1   ...dia.FlashPlayer-10.6.plugin          0x1dfe83e9 NP_Initialize + 3310601
    2   ...dia.FlashPlayer-10.6.plugin          0x1dfe390e NP_Initialize + 3291438
    3   ...dia.FlashPlayer-10.6.plugin          0x1d9f201f 0x1d780000 + 2564127
    4   ...dia.FlashPlayer-10.6.plugin          0x1dba2d05 0x1d780000 + 4336901
    5   ...dia.FlashPlayer-10.6.plugin          0x1dba372d 0x1d780000 + 4339501
    6   ...dia.FlashPlayer-10.6.plugin          0x1dcc54ed NP_Initialize + 21773
    7   com.apple.CoreFoundation                0x93be842b __CFRunLoopDoSources0 + 1563
    8   com.apple.CoreFoundation                0x93be5eef __CFRunLoopRun + 1071
    9   com.apple.CoreFoundation                0x93be53c4 CFRunLoopRunSpecific + 452
    10  com.apple.CoreFoundation                0x93be51f1 CFRunLoopRunInMode + 97
    11  com.apple.HIToolbox                     0x95366e04 RunCurrentEventLoopInMode + 392
    12  com.apple.HIToolbox                     0x95366bb9 ReceiveNextEventCommon + 354
    13  com.apple.HIToolbox                     0x95366a3e BlockUntilNextEventMatchingListInMode + 81
    14  com.apple.AppKit                        0x921b5595 _DPSNextEvent + 847
    15  com.apple.AppKit                        0x921b4dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    16  com.apple.Safari                        0x0001671b 0x1000 + 87835
    17  com.apple.AppKit                        0x921771f3 -[NSApplication run] + 821
    18  com.apple.AppKit                        0x9216f289 NSApplicationMain + 574
    19  com.apple.Safari                        0x0000acd9 0x1000 + 40153
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x93401382 kevent + 10
    1   libSystem.B.dylib                       0x93401a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x93400f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x93400cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x93400781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x934005c6 start_wqthread + 30
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9340a3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.WebCore                       0x95e9aff0 WebCore::IconDatabase::syncThreadMainLoop() + 272
    4   com.apple.WebCore                       0x95e986a9 WebCore::IconDatabase::iconDatabaseSyncThread() + 697
    5   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    6   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 3:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9340a3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore                0x9000dfc1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    5   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 4:
    0   com.apple.security                      0x95bf5310 mulg + 339
    1   com.apple.security                      0x95bee32f numer_double + 177
    2   com.apple.security                      0x95beee56 ell_even + 771
    3   com.apple.security                      0x95beef89 elliptic + 227
    4   com.apple.security                      0x95bef341 elliptic_simple + 93
    5   com.apple.security                      0x95bef3c6 make_pad + 68
    6   com.apple.security                      0x95bf3ecd feePubKeyECDH + 157
    7   com.apple.security                      0x95b7bdec CryptKit::DeriveKey_ECDH(Security::Context const&, unsigned int, Security::CssmData const&, cssm_data*, AppleCSPSession&) + 326
    8   com.apple.security                      0x95b79b87 AppleCSPSession::DeriveKey(unsigned long long, Security::Context const&, Security::CssmData&, unsigned int, unsigned int, Security::CssmData const*, cssm_resource_control_context const*, Security::CssmKey&) + 681
    9   com.apple.security                      0x95ba44c1 cssm_DeriveKey(long, unsigned long long, cssm_context const*, cssm_data*, unsigned int, unsigned int, cssm_data const*, cssm_resource_control_context const*, cssm_key*) + 162
    10  com.apple.security                      0x95b5d9d0 CSSM_DeriveKey + 130
    11  com.apple.security                      0x95afe356 sslEcdhKeyExchange + 702
    12  com.apple.security                      0x95ac1e0d SSLEncodeKeyExchange + 1105
    13  com.apple.security                      0x95ac18fe SSLPrepareAndQueueMessage + 62
    14  com.apple.security                      0x95a91c37 SSLAdvanceHandshake + 1844
    15  com.apple.security                      0x95a911d5 SSLProcessHandshakeRecord + 1310
    16  com.apple.security                      0x95a90c5b SSLProcessProtocolMessage + 77
    17  com.apple.security                      0x95a8f446 SSLHandshakeProceed + 410
    18  com.apple.security                      0x95a8f109 SSLHandshake + 68
    19  com.apple.CFNetwork                     0x94d643ac SocketStream::_PerformSecurityHandshake_NoLock() + 388
    20  com.apple.CFNetwork                     0x94d699eb SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 179
    21  com.apple.CFNetwork                     0x94d69919 SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 117
    22  com.apple.CoreFoundation                0x93c2ec85 __CFSocketDoCallback + 325
    23  com.apple.CoreFoundation                0x93c2e787 __CFSocketPerformV0 + 311
    24  com.apple.CoreFoundation                0x93be842b __CFRunLoopDoSources0 + 1563
    25  com.apple.CoreFoundation                0x93be5eef __CFRunLoopRun + 1071
    26  com.apple.CoreFoundation                0x93be53c4 CFRunLoopRunSpecific + 452
    27  com.apple.CoreFoundation                0x93be51f1 CFRunLoopRunInMode + 97
    28  com.apple.Foundation                    0x98cec224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    29  com.apple.Foundation                    0x98cb34c4 -[NSThread main] + 45
    30  com.apple.Foundation                    0x98cb3474 __NSThread__main__ + 1499
    31  libSystem.B.dylib                       0x93408259 _pthread_start + 345
    32  libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x933daafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x933db267 mach_msg + 68
    2   com.apple.CoreFoundation                0x93be62df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x93be53c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x93be51f1 CFRunLoopRunInMode + 97
    5   com.apple.Safari                        0x0002f345 0x1000 + 189253
    6   com.apple.Safari                        0x0002f08e 0x1000 + 188558
    7   com.apple.Safari                        0x0002f027 0x1000 + 188455
    8   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    9   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 6:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x933f9ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x93c25c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    3   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 7:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9340a3f8 pthread_cond_wait$UNIX2003 + 73
    Thread 8:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x934082b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x9000e00c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 9:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9340a3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore                0x9000dfc1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    5   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 10:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9340a3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore                0x9000dfc1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   com.apple.Safari                        0x0004525b 0x1000 + 279131
    5   com.apple.Safari                        0x000451ab 0x1000 + 278955
    6   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    7   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x93400412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x934009a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x934005c6 start_wqthread + 30
    Thread 12:
    0   libSystem.B.dylib                       0x93400412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x934009a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x934005c6 start_wqthread + 30
    Thread 13:  Safari: SpinningProgressIndicator
    0   libSystem.B.dylib                       0x933daafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x933db267 mach_msg + 68
    2   com.apple.CoreFoundation                0x93be62df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x93be53c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x93be51f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x98ced1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.Foundation                    0x98ced090 -[NSRunLoop(NSRunLoop) run] + 76
    7   com.apple.Safari                        0x000897cb 0x1000 + 559051
    8   com.apple.Foundation                    0x98cb34c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x98cb3474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93408259 _pthread_start + 345
    11  libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9340a3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...dia.FlashPlayer-10.6.plugin          0x1dc51a2c unregister_ShockwaveFlash + 55404
    4   ...dia.FlashPlayer-10.6.plugin          0x1d79b9fd 0x1d780000 + 113149
    5   ...dia.FlashPlayer-10.6.plugin          0x1dc51bce unregister_ShockwaveFlash + 55822
    6   ...dia.FlashPlayer-10.6.plugin          0x1dc51d45 unregister_ShockwaveFlash + 56197
    7   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    8   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9340a3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...dia.FlashPlayer-10.6.plugin          0x1dc51a2c unregister_ShockwaveFlash + 55404
    4   ...dia.FlashPlayer-10.6.plugin          0x1d79b9fd 0x1d780000 + 113149
    5   ...dia.FlashPlayer-10.6.plugin          0x1dc51bce unregister_ShockwaveFlash + 55822
    6   ...dia.FlashPlayer-10.6.plugin          0x1dc51d45 unregister_ShockwaveFlash + 56197
    7   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    8   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x933dab5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x934086e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x934375a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x96ef27a6 CVDisplayLink::waitUntil(unsigned long long) + 386
    4   com.apple.CoreVideo                     0x96ef15eb CVDisplayLink::runIOThread() + 741
    5   com.apple.CoreVideo                     0x96ef12ea startIOThread(void*) + 156
    6   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    7   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x934082b1 pthread_cond_timedwait$UNIX2003 + 72
    3   ...dia.FlashPlayer-10.6.plugin          0x1dc519e7 unregister_ShockwaveFlash + 55335
    4   ...dia.FlashPlayer-10.6.plugin          0x1d9f01bf 0x1d780000 + 2556351
    5   ...dia.FlashPlayer-10.6.plugin          0x1dc51bce unregister_ShockwaveFlash + 55822
    6   ...dia.FlashPlayer-10.6.plugin          0x1dc51d45 unregister_ShockwaveFlash + 56197
    7   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    8   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x934082b1 pthread_cond_timedwait$UNIX2003 + 72
    3   ...dia.FlashPlayer-10.6.plugin          0x1dc519e7 unregister_ShockwaveFlash + 55335
    4   ...dia.FlashPlayer-10.6.plugin          0x1db732c8 0x1d780000 + 4141768
    5   ...dia.FlashPlayer-10.6.plugin          0x1dc51bce unregister_ShockwaveFlash + 55822
    6   ...dia.FlashPlayer-10.6.plugin          0x1dc51d45 unregister_ShockwaveFlash + 56197
    7   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    8   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x934082b1 pthread_cond_timedwait$UNIX2003 + 72
    3   ...dia.FlashPlayer-10.6.plugin          0x1dc519e7 unregister_ShockwaveFlash + 55335
    4   ...dia.FlashPlayer-10.6.plugin          0x1d9f01bf 0x1d780000 + 2556351
    5   ...dia.FlashPlayer-10.6.plugin          0x1dc51bce unregister_ShockwaveFlash + 55822
    6   ...dia.FlashPlayer-10.6.plugin          0x1dc51d45 unregister_ShockwaveFlash + 56197
    7   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    8   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x934082b1 pthread_cond_timedwait$UNIX2003 + 72
    3   ...dia.FlashPlayer-10.6.plugin          0x1dc519e7 unregister_ShockwaveFlash + 55335
    4   ...dia.FlashPlayer-10.6.plugin          0x1db73226 0x1d780000 + 4141606
    5   ...dia.FlashPlayer-10.6.plugin          0x1dc51bce unregister_ShockwaveFlash + 55822
    6   ...dia.FlashPlayer-10.6.plugin          0x1dc51d45 unregister_ShockwaveFlash + 56197
    7   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    8   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x933dab5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x934086e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x934375a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x97cee3ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x97cf13dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x97ceecda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x97cee571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x97cee488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    9   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x93408aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9340875e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x934082b1 pthread_cond_timedwait$UNIX2003 + 72
    3   ...dia.FlashPlayer-10.6.plugin          0x1dc519e7 unregister_ShockwaveFlash + 55335
    4   ...dia.FlashPlayer-10.6.plugin          0x1d9f01bf 0x1d780000 + 2556351
    5   ...dia.FlashPlayer-10.6.plugin          0x1dc51bce unregister_ShockwaveFlash + 55822
    6   ...dia.FlashPlayer-10.6.plugin          0x1dc51d45 unregister_ShockwaveFlash + 56197
    7   libSystem.B.dylib                       0x93408259 _pthread_start + 345
    8   libSystem.B.dylib                       0x934080de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x933e0470  ecx: 0xbfffe144  edx: 0x00000129
      edi: 0x00000008  esi: 0x00000008  ebp: 0xbfffe3a8  esp: 0xbfffe370
       ss: 0x0000001f  efl: 0x00210282  eip: 0x933e0474   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000008
    Binary Images:
        0x1000 -   0x52bffb  com.apple.Safari 5.0.5 (6533.21.1) <43BE1451-3374-813D-7941-12E4439088C0> /Users/smdrachler921/Desktop/Stuff/Safari.app/Contents/MacOS/Safari
    0x1398000 -  0x1398fff +com.adobe.shockwave.pluginshim 11.6.6r636 (11.6.6r636) <4BEC6ACC-4172-59FE-2B20-1B7FEEF82437> /Library/Internet Plug-Ins/DirectorShockwave.plugin/Contents/MacOS/DirectorShockwave
    0x13c6000 -  0x13c8ff4 +com.adobe.director.cbrowser 11.6.6r636 (11.6.6r636) <80933929-C404-725C-976D-F3511BE662F4> /Library/Application Support/Adobe/Shockwave 11/Xtras/CBrowser PPC Xtra.xtra/Contents/MacOS/CBrowser PPC Xtra
    0x14f8f000 - 0x14f98fef +com.adobe.director.agifasset 11.6.6r636 (11.6.6r636) <768942F3-285C-B1DE-49ED-472548BC8091> /Library/Application Support/Adobe/Shockwave 11/Xtras/Animated GIF Asset.xtra/Contents/MacOS/Animated GIF Asset
    0x15080000 - 0x15086ffa +com.adobe.director.coreaudiomix 11.6.6r636 (11.6.6r636) <E178B2C3-8A8C-7FB1-0E1F-B01ACC1FEAF9> /Library/Application Support/Adobe/Shockwave 11/Xtras/CoreAudioMix.xtra/Contents/MacOS/CoreAudioMix
    0x150bd000 - 0x150cbfe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <1825F5DF-491F-FDD5-3ABB-3FAC1EDC4357> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x150d8000 - 0x150defff +com.adobe.director.mixlrg 11.6.6r636 (11.6.6r636) <C61DB03D-5650-DA17-E954-8B91F14A6487> /Library/Application Support/Adobe/Shockwave 11/Xtras/LRG Import Export.xtra/Contents/MacOS/LRG Import Export
    0x152ba000 - 0x152c4ff7 +com.adobe.director.ineturl 11.6.6r636 (11.6.6r636) <9048962C-B2AD-D997-ED01-8B344AEA81A9> /Library/Application Support/Adobe/Shockwave 11/Xtras/InetUrl PPC Xtra.xtra/Contents/MacOS/InetUrl PPC Xtra
    0x15800000 - 0x15812ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <3057675E-16A3-EC0C-A764-5CADB6C5ECD2> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x15816000 - 0x1581afff +com.adobe.director.speechxtra 11.6.6r636 (11.6.6r636) <9B1CCCFB-5A80-6CF8-D644-79295348E771> /Library/Application Support/Adobe/Shockwave 11/Xtras/Speech.xtra/Contents/MacOS/Speech
    0x15824000 - 0x15836feb +com.adobe.director.cursorasset 11.6.6r636 (11.6.6r636) <E046417F-4B7E-DC17-9E43-27E5B400BC8C> /Library/Application Support/Adobe/Shockwave 11/Xtras/Cursor Asset.xtra/Contents/MacOS/Cursor Asset
    0x1584e000 - 0x15854fff +com.adobe.director.mixtarga 11.6.6r636 (11.6.6r636) <6D5437F8-E6E9-7B9E-C0DA-EBC50D73234D> /Library/Application Support/Adobe/Shockwave 11/Xtras/Targa Import Export.xtra/Contents/MacOS/Targa Import Export
    0x15e4f000 - 0x15fc8ff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x16019000 - 0x1641efe7  libclh.dylib 3.1.1 C  (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x164a0000 - 0x164b2fec +com.adobe.director.mixmpeg3 11.6.6r636 (11.6.6r636) <D243DE63-70D2-7DF9-7BC5-04E4EE28502F> /Library/Application Support/Adobe/Shockwave 11/Xtras/MPEG 3 Import Export.xtra/Contents/MacOS/MPEG 3 Import Export
    0x164bf000 - 0x164e3fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x166eb000 - 0x166f7ff7 +com.adobe.director.netlingo 11.6.6r636 (11.6.6r636) <870D8977-E761-7309-CFF8-B2103CFFB379> /Library/Application Support/Adobe/Shockwave 11/Xtras/NetLingo PPC Xtra.xtra/Contents/MacOS/NetLingo PPC Xtra
    0x1670c000 - 0x1671cff4 +com.adobe.director.soundcontrol 11.6.6r636 (11.6.6r636) <043B15A8-A929-2A9A-0E45-B58001AE06F6> /Library/Application Support/Adobe/Shockwave 11/Xtras/Sound Control.xtra/Contents/MacOS/Sound Control
    0x16879000 - 0x16896ff7 +com.adobe.director.bitmapfilters 11.6.6r636 (11.6.6r636) <BC75877C-B75D-0320-ABAC-51E6F4BD2ED1> /Library/Application Support/Adobe/Shockwave 11/Xtras/BitmapFilters.xtra/Contents/MacOS/BitmapFilters
    0x168d7000 - 0x168daff3  libFontRegistryUI.dylib ??? (???) <D738781C-8568-A782-7EAC-965D45AEDF59> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x168f4000 - 0x168fbfff +com.adobe.director.mixau 11.6.6r636 (11.6.6r636) <A8682643-03F1-57EE-C085-484D2DF458E1> /Library/Application Support/Adobe/Shockwave 11/Xtras/Sun AU Import Export.xtra/Contents/MacOS/Sun AU Import Export
    0x16af7000 - 0x16af8ff7  ATSHI.dylib ??? (???) <8791C226-0725-314F-5897-BAAE57CA1EEE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x16b70000 - 0x16b73ff7 +com.macromedia.Flash Player.plugin 11.5.502.110 (11.5.502.110) <BC6B4FD5-C5D5-7339-04DF-D4B250ABEBCC> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x16b79000 - 0x16b7dff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x16b82000 - 0x16b88ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x16d08000 - 0x16d5dff8 +com.adobe.shockwave.plugin.framework 11.6.6r636 (11.6.6r636) <9888DB1C-4124-5A33-AEED-CDA772F28207> /Library/Application Support/Adobe/Shockwave 11/DirectorShockwave.bundle/Plugin.framework/Plugin
    0x16d98000 - 0x16db3fff +com.adobe.director.qtasset 11.6.6r636 (11.6.6r636) <A279C86E-6D3B-D2BF-D1AD-5F4FAE09EDD7> /Library/Application Support/Adobe/Shockwave 11/Xtras/QuickTime6 Asset.xtra/Contents/MacOS/QuickTime6 Asset
    0x17119000 - 0x1713ffe8 +com.adobe.SWMenu.framework 11.6.6r636 (11.6.6r636) <1D2FF280-6C21-1BE0-B1B9-01BE9DB2BC16> /Library/Application Support/Adobe/Shockwave 11/DirectorShockwave.bundle/SwMenu.framework/Versions/A/SwMenu
    0x17154000 - 0x17178fe7 +com.adobe.director.audiofilters 11.6.6r636 (11.6.6r636) <D9E4AFF4-8920-2097-5D6F-85C26677F45D> /Library/Application Support/Adobe/Shockwave 11/Xtras/AudioFilters.xtra/Contents/MacOS/AudioFilters
    0x17567000 - 0x1757effb +com.adobe.director.dvdasset 11.6.6r636 (11.6.6r636) <436F6ECF-D078-89A3-9B75-88A3394D1687> /Library/Application Support/Adobe/Shockwave 11/Xtras/DVD Asset.xtra/Contents/MacOS/DVD Asset
    0x1759c000 - 0x175a5feb +com.adobe.director.mixswa 11.6.6r636 (11.6.6r636) <CEEBE79B-2DE1-5807-E9C3-4CE15DF4177F> /Library/Application Support/Adobe/Shockwave 11/Xtras/SWA Import Export.xtra/Contents/MacOS/SWA Import Export
    0x176d2000 - 0x176e6fe7 +com.adobe.director.realasset 11.6.6r636 (11.6.6r636) <B6245320-E887-F933-B183-838224E7257A> /Library/Application Support/Adobe/Shockwave 11/Xtras/RealMedia Asset.xtra/Contents/MacOS/RealMedia Asset
    0x176fc000 - 0x17715fef +com.adobe.director.fontasset 11.6.6r636 (11.6.6r636) <5C307BD4-D9FC-2B9A-8887-973CB0562F77> /Library/Application Support/Adobe/Shockwave 11/Xtras/Font Asset PPC.xtra/Contents/MacOS/Font Asset PPC
    0x17728000 - 0x1773aff7 +com.adobe.director.swadcmpr 11.6.6r636 (11.6.6r636) <A59A78D0-3095-D05A-C709-432547003324> /Library/Application Support/Adobe/Shockwave 11/Xtras/SWA Decompression PPC Xtra.xtra/Contents/MacOS/SWA Decompression PPC Xtra
    0x17793000 - 0x177a0fe3 +com.adobe.director.swastrm 11.6.6r636 (11.6.6r636) <8A9ED893-D2F3-7652-7ED0-35DE2D31946C> /Library/Application Support/Adobe/Shockwave 11/Xtras/SWA Streaming PPC Xtra.xtra/Contents/MacOS/SWA Streaming PPC Xtra
    0x180f8000 - 0x18121fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x182a0000 - 0x182eeffe +com.adobe.director.audiomixer 11.6.6r636 (11.6.6r636) <25B7E322-204A-05B2-C0F0-A84A62CE8043> /Library/Application Support/Adobe/Shockwave 11/Xtras/AudioMixer.xtra/Contents/MacOS/AudioMixer
    0x18c30000 - 0x18c59ffe +com.adobe.director.bootstrap 11.6.6r636 (11.6.6r636) <9D398805-65C8-1782-3D04-FA481004B18E> /Library/Application Support/Adobe/Shockwave 11/Xtras/Bootstrap PPC Xtra.xtra/Contents/MacOS/Bootstrap PPC Xtra
    0x18d43000 - 0x18da6ff6 +com.adobe.director.flvasset 11.6.6r636 (11.6.6r636) <EA37BE22-8158-D0C8-2C82-F8F8EFA7421F> /Library/Application Support/Adobe/Shockwave 11/Xtras/FLVAsset.xtra/Contents/MacOS/FLVAsset
    0x18db7000 - 0x18dd6fff +com.adobe.director.mixservices 11.6.6r636 (11.6.6r636) <27403618-BB10-A260-44CB-757FD92A7A42> /Library/Application Support/Adobe/Shockwave 11/Xtras/Mix Services.xtra/Contents/MacOS/Mix Services
    0x18dde000 - 0x18e0bfeb +com.adobe.director.mixpng 11.6.6r636 (11.6.6r636) <5967CC3D-BF0C-50AE-4AAC-A56BD439CCF0> /Library/Application Support/Adobe/Shockwave 11/Xtras/PNG Import Export.xtra/Contents/MacOS/PNG Import Export
    0x198b0000 - 0x198cffeb +com.adobe.director.mixsound 11.6.6r636 (11.6.6r636) <B10D3F9F-B4A1-5855-6282-63114F6E0AE2> /Library/Application Support/Adobe/Shockwave 11/Xtras/Sound Import Export.xtra/Contents/MacOS/Sound Import Export
    0x199ed000 - 0x19a59ffb +com.adobe.director.fontxtra 11.6.6r636 (11.6.6r636) <6C98A915-CF8C-B601-3757-993C0BB3D3C5> /Library/Application Support/Adobe/Shockwave 11/Xtras/Font Xtra PPC.xtra/Contents/MacOS/Font Xtra PPC
    0x19bf2000 - 0x19c1ffe3 +com.adobe.director.multiusr 11.6.6r636 (11.6.6r636) <15287EA6-F806-0E1E-F0DD-A6D6AC54C68F> /Library/Application Support/Adobe/Shockwave 11/Xtras/Multiusr.xtra/Contents/MacOS/Multiusr
    0x19c2c000 - 0x19c4bfff +com.adobe.director.textasset 11.6.6r636 (11.6.6r636) <BEA2D424-6B7A-9A76-03B5-1D4B1274A7CA> /Library/Application Support/Adobe/Shockwave 11/Xtras/TextAsset PPC.xtra/Contents/MacOS/TextAsset PPC
    0x19ea0000 - 0x19ed6fee +com.adobe.director.netfile 11.6.6r636 (11.6.6r636) <5D834BB5-FC5D-9B11-2C03-F025D68412EA> /Library/Application Support/Adobe/Shockwave 11/Xtras/NetFile PPC Xtra.xtra/Contents/MacOS/NetFile PPC Xtra
    0x19ede000 - 0x19efffff +com.adobe.director.xmlparser 11.6.6r636 (11.6.6r636) <B75E53CE-A64A-2888-580F-0AC3F23673CE> /Library/Application Support/Adobe/Shockwave 11/Xtras/XmlParser PPC Xtra.xtra/Contents/MacOS/XmlParser PPC Xtra
    0x19f1c000 - 0x19fcdfe8 +com.adobe.IMLLib.framework 11.6.6r636 (11.6.6r636) <8DDF7007-6E4A-36EA-B1DB-6AC022D1C14B> /Library/Application Support/Adobe/Shockwave 11/DirectorShockwave.bundle/IMLLib.framework/Versions/A/IMLLib
    0x1a1e2000 - 0x1a3a7ff7 +com.adobe.DPLib.framework 11.6.6r636 (11.6.6r636) <00E5EFBB-4BEA-ED92-8897-3B22E4AA90D2> /Library/Application Support/Adobe/Shockwave 11/DirectorShockwave.bundle/DPLib.framework/Versions/A/DPLib
    0x1a3d4000 - 0x1a489fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x1ae84000 - 0x1aecffe7 +com.adobe.director.mixtiff 11.6.6r636 (11.6.6r636) <7178CC48-B47F-BBE2-34F1-1A2E0B290A33> /Library/Application Support/Adobe/Shockwave 11/Xtras/TIFF Import Export.xtra/Contents/MacOS/TIFF Import Export
    0x1d780000 - 0x1ecc9fff +com.macromedia.FlashPlayer-10.6.plugin 11.5.502.110 (11.5.502.110) <2774DAA3-A8D4-28BD-2D10-4A604D6A4C9A> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlay er-10.6
    0x1ffc3000 - 0x20280fe4 +com.adobe.director.dynamiks 11.6.6r636 (11.6.6r636) <4694C91D-D537-92F8-C493-3AA5A9FA90E0> /Library/Application Support/Adobe/Shockwave 11/Xtras/Dynamiks.xtra/Contents/MacOS/Dynamiks
    0x202c9000 - 0x2041cff6 +com.adobe.director.f4vasset 11.6.6r636 (11.6.6r636) <1AC2E9B4-8263-6650-6B76-1EAAE70F5BD7> /Library/Application Support/Adobe/Shockwave 11/Xtras/F4VAsset.xtra/Contents/MacOS/F4VAsset
    0x21e0b000 - 0x227eaff3 +com.adobe.director.flashasset 11.6.6r636 (11.6.6r636) <66721B9A-CCF8-0C71-12D5-F256978B76D2> /Library/Application Support/Adobe/Shockwave 11/Xtras/Flash Asset PPC.xtra/Contents/MacOS/Flash Asset PPC
    0x2424a000 - 0x2439dff6 +com.adobe.director.mp4asset 11.6.6r636 (11.6.6r636) <EF955705-AC89-5C74-F4EA-F7E22A42005D> /Library/Application Support/Adobe/Shockwave 11/Xtras/MP4Asset.xtra/Contents/MacOS/MP4Asset
    0x25e86000 - 0x26096fe8 +com.adobe.director.3dasset 11.6.6r636 (11.6.6r636) <53B14480-FDC2-40F9-7A0E-AED64BFBC8F1> /Library/Application Support/Adobe/Shockwave 11/Xtras/Shockwave 3D Asset Xtra.xtra/Contents/MacOS/Shockwave 3D Asset Xtra
    0x260e9000 - 0x26206fff +com.adobe.director.textxtra 11.6.6r636 (11.6.6r636) <8AEE684B-833A-6489-0200-4BC4C26BA31C> /Library/Application Support/Adobe/Shockwave 11/Xtras/TextXtra PPC.xtra/Contents/MacOS/TextXtra PPC
    0x70000000 - 0x700cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <412DBD1B-E9B5-E67C-99E4-820BF38239AC> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8f0c6000 - 0x8f811fff  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90003000 - 0x902b1fe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <5B18B308-DBB2-7133-DE56-494C2FA1848B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x902b2000 - 0x90316fff  com.apple.htmlrendering 72 (1.1.4) <0D22B190-513B-7FF6-39FC-9D336285DE08> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90317000 - 0x9031eff7  com.apple.agl 3.0.12 (AGL-3.0.12) <A5FF7623-9F55-0364-AD9B-42CF13C677C1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x903a8000 - 0x903b6fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x903b7000 - 0x903c4fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <828CCEAB-F193-90F1-F48C-54E3C88B29BC> /usr/lib/libbz2.1.0.dylib
    0x903c5000 - 0x905f0ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x906a8000 - 0x906baff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x906bb000 - 0x90af0ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <4D2F47EF-BD32-1E3C-6A0A-438896ADE2BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90af1000 - 0x9116cff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9116d000 - 0x9118dfe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x9118e000 - 0x911e8fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x911e9000 - 0x9122aff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91287000 - 0x91389fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x913f2000 - 0x91403ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91404000 - 0x91437ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91438000 - 0x914afff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x914b0000 - 0x9151fff7  com.apple.ISSupport 1.9.7 (55) <77905553-740D-90E8-6B2E-ABF5B3D40CBF> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91520000 - 0x91541fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x91542000 - 0x915fefff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x915ff000 - 0x91643ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x91644000 - 0x91668ff7  libJPEG.dylib ??? (???) <C43FD809-08B6-629D-8980-D7B0ECEA20A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91669000 - 0x91a7fff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <9D89FCB3-24C9-8FCF-DB49-27B184AC3222> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91a80000 - 0x91abaff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x91abb000 - 0x91afffe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91b00000 - 0x91b9dfe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91b9e000 - 0x91c78fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91c79000 - 0x91c7fff7  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x91c80000 - 0x91c94fe7  libbsm.0.dylib ??? (???) <B328FA0A-899C-4FC4-F2AC-2FDC08819CD2> /usr/lib/libbsm.0.dylib
    0x91c95000 - 0x91e9cfeb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91e9d000 - 0x91ea8ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91eb1000 - 0x91eb3ff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91eb4000 - 0x91eb8ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x91eb9000 - 0x91eeffff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x91ef0000 - 0x91f00ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <95DC4010-ECC4-3A75-5DEE-11BB2AE895EE> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x91f01000 - 0x91f07fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x91f08000 - 0x920eafff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x920eb000 - 0x920ebff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x920ec000 - 0x9216cfeb  com.apple.SearchKit 1.3.0 (1.3.0) <7AE32A31-2B8E-E271-C03A-7A0F7BAFC85C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9216d000 - 0x92a50ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92a51000 - 0x92a86fe7  com.apple.framework.Apple80211 6.2.5 (625.6) <9F56E0EC-EB90-52F6-0ECF-C2E5DE85652E> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x92b28000 - 0x92b28ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92c30000 - 0x930ebff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x930ec000 - 0x93219ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9321a000 - 0x9321aff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93255000 - 0x93265ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <E276514D-394B-2FDD-6264-07A444AA6A4E> /usr/lib/libsasl2.2.dylib
    0x93266000 - 0x933a9fef  com.apple.QTKit 7.7 (1791) <74F00760-A831-B8F2-869D-84C1F2366204> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x933ad000 - 0x933aeff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x933af000 - 0x933c3ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <9F5CE4F7-D05C-8C14-4B76-E43D07A8A680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x933c4000 - 0x933d9fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x933da000 - 0x93581ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x93582000 - 0x936bffe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x937e6000 - 0x9381eff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9384a000 - 0x93857ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x93858000 - 0x9395afe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x9395b000 - 0x939ddffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x939e6000 - 0x93a16ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x93a17000 - 0x93a4afff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x93a76000 - 0x93ab3ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93ba9000 - 0x93d24fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93d25000 - 0x93dc0fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93dc1000 - 0x93dc6ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93dc7000 - 0x93e01fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x93e02000 - 0x93e03ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <1DD14B2E-E466-1A45-5CF7-947766F0ECD9> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93e2e000 - 0x93f2efe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x93f2f000 - 0x9402afff  com.apple.PubSub 1.0.5 (65.28) <6F9B8187-DA37-878F-1760-89116A2B2BE0> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x94079000 - 0x94079ff7  liblangid.dylib ??? (???) <FCC37057-CDD7-2AF1-21AF-52A06C4048FF> /usr/lib/liblangid.dylib
    0x946da000 - 0x9489dfeb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <5BF202E9-730A-3675-4374-E5300BC8ED10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9489e000 - 0x948e5ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x948e6000 - 0x94928ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94929000 - 0x949bbfe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x949bc000 - 0x94a75fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x94a76000 - 0x94bf8fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <50A70082-F800-93D8-1A7C-C95AAB1F352C> /usr/lib/libicucore.A.dylib
    0x94bf9000 - 0x94c51fe7  com.apple.datadetectorscore 2.0 (80.7) <3830B574-3B0B-76DA-390D-702D908A71F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x94c79000 - 0x94c81ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x94c82000 - 0x94d3afeb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x94d3b000 - 0x94d44ff7  com.apple.corelocation 12.3 (12.3) <11640844-4B96-4B4D-0419-B7845C4A40FF> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x94d45000 - 0x94df1fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94df7000 - 0x94e4aff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94e4b000 - 0x94ef8fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x94ef9000 - 0x94f3cff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94f3d000 - 0x94f59fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94f5a000 - 0x94f5aff7  com.apple.ApplicationServices 38 (38) <EAF1BC8C-4FD4-4300-B8F7-4B24E49125E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x94f79000 - 0x94f7cffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95037000 - 0x95331fef  com.apple.QuickTime 7.6.6 (1791) <8E56F3DC-725B-0299-7E62-8599CA6EC4C0> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95332000 - 0x95656fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95657000 - 0x95657ff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95658000 - 0x95680ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x959f3000 - 0x95a38ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x95a39000 - 0x95c9fff7  com.apple.security 6.1.2 (55002) <3FA54D69-5476-78DD-0AFC-D6697263890E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95ca0000 - 0x95ca9ff7  com.apple.DiskArbitration 2.3 (2.3) <6AA6DDF6-AFC3-BBDB-751A-64AE3580A49E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95caa000 - 0x95cfaff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x95cfb000 - 0x95dc6fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95dc7000 - 0x95de9fef  com.apple.DirectoryService.Framework 3.6 (621.15) <F38894EA-2C13-7FC5-C084-94DA0B5B6B68> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95dea000 - 0x95e59ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95e93000 - 0x96c0bfe7  com.apple.WebCore 6534.57 (6534.57.2) <6AF29D9A-F549-5BE7-3842-CFF75FC46360> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96c0c000 - 0x96c3dff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96c6a000 - 0x96c82ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x96c83000 - 0x96cc0ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96cc1000 - 0x96cccff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x96ce3000 - 0x96d4dfe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x96d4e000 - 0x96d4eff7  com.apple.quartzframework 1.5 (1.5) <7DD4EBF1-60C4-9329-08EF-6E59731D9430> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96d8b000 - 0x96d9afe7  libxar.1.dylib ??? (???) <2FC317EB-7AC2-CD6C-8C09-E06B2DF02929> /usr/lib/libxar.1.dylib
    0x96eef000 - 0x96f0eff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96f3b000 - 0x9772a557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9772b000 - 0x9772fff7  libGIF.dylib ??? (???) <9E51F8ED-83B4-DA41-1E2F-CFA726936A30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x977da000 - 0x97837ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97843000 - 0x97886ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97887000 - 0x978e8fe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x978e9000 - 0x97964fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x97c5f000 - 0x97ccdff7  com.apple.Qui

    Update 10.6.4 included an out-of-date version of FlashPlayer. Try deleting it and installing the latest one from Adobe even if the version number appears to be the same even if it has the same version number as the one you have:
    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash
    (You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS.
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.

  • How to install and use flash on Z2 Tablet (KitKat)

    Hi all, I know that Flash should be dead and also that KitKat made some changes so it´s not easy to use Flash but still I need this.
    I have here an Xperia Z2 Tablet with Android 4.4 and Firefox Stable.
    I was already using firefox and flash on another older Android device, so I thought I install flash also on my new device. Was reading about this post: http://www.androidpit.com/install-flash-player-on-firefox-android-4-4
    I was downloading the oldest flash for Android, installed, checked plugin in Firefox and well everytime there is a flash element (video or whatever), I just see a black screen. There is no "you need flash" or "you have to activate flash", just a black screen.
    Is there some workaround for that problem? Any ideas? Thank you!
    Edit: Tested this with Dolphin, Flash is working there.
    Wish I could use this on Firefox...

    Hi guigs2, I already activated the plugin. When a flash element is coming I just see a black box there, it´s something [https://support.cdn.mozilla.net/media/uploads/gallery/images/2013-12-16-10-24-45-b6d767.png like in your link], there is just no "tap here to activate plugin" (because plugin is already activated). So flash is loading somehow, I'm just not able to see anything.
    Does flash work with FF 28 on Kitkat, did somebody test it?
    Maybe my Sony Xperia Z2 Tablet is just broken, that could be also an answer. Just don't know how to find out what is going on...

  • How to use Flash buttons/animation in a Swing/Applet?

    Hello,
    I want to use flash button as like as JButton that we use in Swing/ Applet. How can I do So?
    Please help me.
    Thanks-

    [http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html]
    Or maybe just...
    import java.awt.*;
    import java.net.*;
    import javax.swing.*;
    public class Blinky {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    URL url = null;
                    try {
                        url = new URL("http://www.gifanimations.com/GA/image/animations/bodyparts/eyes/eye-01.gif");
                    } catch (MalformedURLException e) {
                        throw new RuntimeException(e);
                    JFrame f = new JFrame("Blinky");
                    f.getContentPane().add(new JButton(new ImageIcon(url)));
                    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    f.pack();
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }

Maybe you are looking for

  • Getting a new Windows laptop to join my Mac network

    I have 2 macbooks (Mountain Lion) and a XP laptop  connected wirelessly to a time capsule...(the 2 macs  backup) and I get my wireless signal from the TC.  There is also an HP wireless printer which all three computers can print to.   I am replacing

  • Blue Screen- seems like random logon/off of user account

    Hi, I recently bought a new Macbook Pro (at the end of November) and have had this problem occur a couple of times. I'll be on it and it the screen will turn blue for a couple of seconds and then my desktop pops back up like I've just logged on. It's

  • Accounts payable/recievable??

    I run a small business and want to use numbers to track my income/expenses. Is there a template for that? If not does anyone know how to create one? I dont need it to be very complex. Just somewhat of a spreadsheet with columns for money owed and owe

  • ITunes 7.6 Analysis

    I too, like so many other have had many problems with the new update. I've attempted to analyse what's happening in order that someone might get a spark of inspiration from it and come up with a miracle. My iTunes library is stored on an external 500

  • Is it possible to combine two pivot report into one ?..

    Is it possible to combine two pivot report into one ?.. Then trying to display a chart or table result.