Using Flash components as Widgets

I'm liking much of the functionality (and prettiness!) gained by third-party Flash components (www.flashden.net, www.flashcomponents.net, etc) that I'd like to incorporate into Captivate lessons.
Being a Flash and Captivate newbie, I haven't yet broken the code on how Flash, Widgets, and Captivate fit together. For example, I like one of the many OSX dock-like Flash components out there, and would like to use one for slide-to-slide navigation in Captivate.
Does this necessarily have to be done using a Widget? Is there any online guidance out there regarding Widgets in Captivate? Googling reveals very little information.
Thanks!

It really depends on what you want to do with the particular component. I use components from www.flashden.net quite alot in my projects and most of them are not modified to act as widgets. For example photogalleries, image transitions etc. can be imported straight into Captivate, but you won't get any other functionality than what the original component offers.
If you want to have a OSX style dock menu you could modify one of the files from www.flashden.net to suit your needs. I wouldn't make it into a widget if it was me, since all you really need to do is to enable navigation in Captivate when the user clicks on a thumbnail. This can easily be done by just sending the commands directly from Flash (the rdCmd variables). You would have to create the thumbnails yourself though (and probably reference everything in an external XML file so it's easy to update), but it should be doable.
The idea from raj_cap about using the print widget is very good. If you want to have your menu create the thumbnails on the fly then you would need to go this way. I'm definetly looking into this because it's such a great idea (thanks raj_cap).
/Michael
Click here to visit the www.captivate4.com blog

Similar Messages

  • Using Flash Components in multiple SWCs inside AS-only project

    Ok, this is a somewhat complicated issue dealing with SWCs and compilers. I've outlined steps to reproduce the problem below. I'm using the method outlined here to bring in Flash content to my project. I have 15-20 SWCs already, and it's working fine for those assets, the problem is specifically related to Flash's components (ComboBox, RadioButton etc.) If anyone has *any* advice on this, please let me know as we are completely stumped at this point!
    The issue we're having involves using multiple external SWC files which contain AS3 components from Flash CS4. When two SWCs are linked to an ActionScript project (using Flash Builder 4 Beta (build 4.0.0)) there are collisions in the referenced classes which cause the most recently published SWC to knock out any duplicate classes in the other SWCs. A simple way to replicate this is as follows:
    1. Create one FLA, called 'compA', drag one ComboBox, RadioButton and TextInput component onto the stage. Select all and convert to symbol, marking the symbol for export with a class name of Test1.
    2. Create a second FLA, called 'compB', drag one ComboBox, Label and UIScrollbar onto the stage. Convert these to a symbol with a classname of 'Test2'.
    3. Create a new ActionScript-only project in Flash Builder, called 'ComponentTest'.
    4. Create a 'libs' folder in this new project. Select 'Project -> Properties -> ActionScript Build Path' and add the libs folder as a new SWC folder in the Library Path window.
    5. Go back to compA.fla and right click the Test1 symbol in the library. Select 'Export SWC file...' and save it as compA.swc in the libs folder.
    6. Do the same thing for compB.fla.
    7. Edit ComponentTest.as and in the constructor, create an instance of Test1 and Test2, placing each on the stage.
    8. Run the app, and the ComboBox will only be functional in one instance (whichever was published last.) The other ComboBox will behave like a MovieClip, cycling over the two frames in the stage asset (avatar and skin.) It will have no association to anything in the fl.* package.
    Looking at the 'Referenced Libraries' in Flash Builder, compA may show it contains classes for the RadioButton and TextInput, but no ComboBox classes are referenced (sometimes it will show no classes at all, but this appears to be an unrelated bug with refreshing external libraries in Flash Builder.)
    Unzipping the SWC files and examining their catalog.xml manifests shows all the necessary classes are listed (i.e. ComboBox is in both.)
    Removing either SWC will cause the remaining one to work properly, so the problem appears to be in compiling the ComponentTest project which includes both.
    Attempted Workarounds:
    1. Create a new FLA, drag all components used in both files onto the stage and export a SWC called 'components.swc'. Add this SWC to the project's libs folder. In both compA and compB FLA files, add this SWC as an external library in the ActionScript 3.0 Publish settings. Re-export both SWCs. The theory is that the compiler will look for the required classes in the components.swc first, and thus not include them in the export, however this is not the case.
    2. Same as above, deleting ComponentShim from both FLAs before exporting. The result is that no component classes are included, so all components act like MovieClips.
    3. Add the Components source folder to the external library path of both FLAs, assuming the compiler will favor classpath references over compiled class references (ComponentShim). Same result.
    Summary: We have been unable to find a way to use Flash Components in a project if they are referenced in more than one asset library. If we were able to import them once, and have all SWCs which need those classes use a single source, this might not be an issue, but the compiler does not appear to handle this (and we are admittedly not advanced enough to even know if this is possible.)

    Hi!
    I'm having the same problem. Any news on the matter?
    Also, this looks like a very similar problem.
    Best regards,
    X_AmonPL.

  • Using Flash Components

    I am using Tree Component of Flash Mx 8 in Director Version
    10.
    I want to get the index or value of node if any one of
    clicked by the user.
    Regards,
    Shahzad

    You can use a mouse event function in a behavior attached to
    the Flash sprite that holds the tree component.
    property thisSprite
    on beginSprite me
    thisSprite = me.spriteNum
    on mouseUp me
    put
    sprite(thisSprite).treeComponentInstanceName.selectedNode.attributes.label
    put
    sprite(thisSprite).treeComponentInstanceName.selectedIndex
    end
    just plug in the actual name of the component.

  • May i use flash component for develop IPhone application?

    Hi all,
    Actually i have flash cs4 pro, so first i develop my small application using flash component like datagrid, button and input text.
    After my completion my program, I will perches flash cs5 pro. Please suggest?
    Regards,
    Kartikeya Sharma

    it doesn't.
    but you can build iphone apps using flash and you can use flash components to build those apps (which was the answer to the op's question).

  • Using mx components in Action Script project in Flash Builder

    Hi
    I have created an Action Script project in flash builder 4 and want to use a mx.controls.button.
    The as file looks like this:
    package
        import flash.display.Sprite;
        import mx.controls.Button;
        public class as_test_project extends Sprite
            public function as_test_project()
                var btn:Button = new Button();
                btn.label = "test";
                addChild(btn);
    I have added C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\4.0.0\frameworks\projects\framework\src as a Source Path in the project settings. I have also added framework.swc to the library path.
    I still get errors like :
    Description    Resource    Path    Location    Type
    Unable to resolve resource bundle "core" for locale "en_US".    as_test_project        Unknown    Flex Problem
    Have then tried added various Bundles folders like
    C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\4.0.0\frameworks\projects\framework\bundles
    to the source path and library path, but I still get the errors.
    WHAT IS THE CORRECT WAY OF USING MX COMPONENTS IN A PURE ACTION SCRIPT PROJECT ?
    If I want to use th fl.controls componets instead but dont have CS3 where can I download them ?

    Thank you for your quick reply.
    But how then can I obtain the fl.controls components and use them in an Action
    Script project in Flash Builder 4?
    I don't have CS3 or CS4 (the flash authoring tool) installed.
    Is there an SWC somewhere to be downloaded?

  • Can i use flex components in flash?

    hi all,
    i recently downloaded flex and saw that the components have a
    much better feel than the components which ship with flash 8 pro.
    is there a way to use flex components in flash?
    any help would be appreciated.
    thanks,
    gaurav

    "rritchey" <[email protected]> wrote in
    message
    news:g8ua6d$qu6$[email protected]..
    > bump: Was I not clear in my question? Or does no-one
    know the answer?
    You might want to try in the flexCoders Yahoo! group.

  • How to use Flex Components with Flash?

    Hi!!
    I found a lot of very useful components in the web, but they are all for  Flex, is it possible to use Flex Components with Flash IDE?
    Thanks !!!
    jenry
    PS: this is one of the components I need to use (a tree with checkbox  nodes)
    http://www.sephiroth.it/file_detail.php?pageNum_comments=30&id=151
    another one:
    http://www.darronschall.com/weblog/2006/09/a-flex-2-checked-tree-control-component.cfm

    Flex components are delivered as SWCs just like Flash components, but the
    SWC format is incompatible with the Flash IDE.
    Also, the default fl.. components in the Flash IDE are incompatible with
    Flex components.
    You should be able to load a Flex SWF into a Flash SWF as long as you aren't
    using fl.. components in the Flash SWF.  If the Flex SWF overlays things
    in your Flash SWF then it might block interaction, but otherwise it
    shouldn't.  I don't think the statement you quoted is true for all
    configurations.
    But loading a Flex SWF into a Flash SWF isn't going to help you use those
    Flex components from your Flash IDE.  Try Flash Builder 4 to build out the
    Flex portion of your application.  I haven't tried it myself, but it I think
    it is supposed to have better integration with Flash.

  • Skinning Components using Flash assets?

    I'm trying to learn how to skin components using assets that I designed and laid out in Flash. I was quite comfortable with the Flex 3 / MX method of skinning but I'm now trying to push myself into the new Flash Builder / Spark way of doing things. I'm lacking info on the best way to go about things though.
    Most tutorials I see are based on Illustrator or Photoshop design integration. I've tried to use Flash Catalyst but it seems that I can't utilize specific assets built within Catalyst and inject them into my existing Flash Builder application (unless I'm wrong?).
    Ultimately, what I'd like to be able to do is to design my elements in Flash, import it into Flash Catalyst, set up specific buttons and components and then import them into Flash Builder as individual SparkSkin elements and then assign those elements to components within my application. I don't want to use Flash Catalyst to build and lay out the entire project. I just want it for building out individual components. I'd rather lay out the Flash Builder project on my own.
    So here are my questions...
    Is it possible to set up individual components within Flash Catalyst and import them into Flash Builder as SparkSkins? If so, how?
    How can I design an asset within Flash (for example, a big graphic that is a background element) and then apply it as a SparkSkin?
    How can I keep the Slice 9 properties of an element that I designed in Flash?
    If I'm just not "getting it" feel free to let me know!
    Any tutorials or resources would be greatly appreciated!

    I got the a 'round-about' answer that I was looking for in this link: http://help.adobe.com/en_US/flashbuilder/using/WS6f97d7caa66ef6eb1e63e3d11b6c4d0d21-7fc7.h tml
    Scroll down to the "Creating and Editing Flash Components".

  • Problem with NetConnection in Adobe AIR(Flex) using Flash Media Server.

    Hi
    I am creating a small chat application using Flash Media server. I have already created all my user interface components in Flex(Adobe AIR).In this application rather than sending text messages user can also  send  file to another user in his friend list.
    problem what i am facing is, when i am sending file through FMS most of time it send successfully but for some files while sending  application loss netconnection.
    so i would like to know, rather than closing application what are other condition when FMS loses network connection?
    Any help would be appreciated .
    Thanks.

    Hi. It looks like your code is not finding the mp3. At least,
    I can reproduce your error code by removing the mp3 from the
    directory, or renaming it.
    Btw, if you test with FF instead of IE, you'd see the error:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2032:
    Stream Error.
    at KZFlash_fla::Sound_2/KZFlash_fla::frame1()
    Hope that helps.

  • 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.

  • Problem in loading Flash Components

    Hai,
    I have a problem in loading flash components using
    actionscript.
    Example( List Components).
    I can load List components dynamically using frame script
    like.
    import mx.controls.List;
    var myList:List = createObject("List","nList",10);
    But I can't load dynamically from inside a class file like.
    import mx.controls.List;
    class testClass{
    private var myList;
    function testClass( ){
    myList = createObject( "List","nList",10 );
    But it is not working i don't know why ?
    If any one knows Please reply me.
    Thank you.

    The over flash file works if i'm loading images direct from a
    path but, i'm using php script to pull the files in binary format
    and, it's causing problems in in firefox..

  • Flash components not working in Firefox 2 or 3

    Hi all,
    I have a couple simple games that use Flash CS3's list and
    button components. They work great in the Flash authoring
    environment and in IE when testing, but they do not work properly
    in Firefox. The button does not have any graphic associated with
    it, it is only the text of the label parameter that appears, so it
    looks kind of like plain text. The list appears fine in one game
    but does not appear at all in the other. If you want to see a
    sample of this, here is a URL:
    http://websitedev3.dis.wa.gov/games/countries.shtml
    -- this has the list that does not work properly in FF
    http://websitedev3.dis.wa.gov/games/catch.shtml
    -- this has a button on the info pages that does not have any
    graphics on it and looks like plain text ('Start Game').
    Any suggestions on how this can be fixed so these games are
    functional in Firefox would be greatly appreciated. This problem
    persists across multiple machines, so I don't think it's an issue
    with my development computer.

    Both of these load no problems in my FF3

  • Flash components+VB isssue

    Hi,
    I am doing a project which involves flah UI ,XML and VB. The
    UI has two major Tree Compnents,One menu bar and a few Accordions.
    All of these are populated with XML. Now this is embedded in a VB
    application. The Flash swf will send data to the VB shell and the
    VB writes the XML data with the changes , what ever the user had
    done in the tree or accordion..(Adding or removing nodes or some
    thing like that).All works fine ..But when user reloads the
    application ..by clicking on a language selection menu item(To
    change the language), the flash application goes awry. All the data
    is loaded every field and compnents are populated with their
    corresponding XMLs ..But Nothing is clickable!.
    Tree nodes don't open, menu items dont open, accordions are
    not collapsing.But they all are showing data.
    Basic functionalites attached to simple buttons are
    working..but other that that no other component works in a way how
    it needs to work.
    The strange things is that, if we create an VB alert while
    changing the lanuage and reloading it again..IT WORKS.
    We tried with delays and reloading and all. Nothing solves
    the issue.
    Can anybody please tell me where the issue is?
    Note : The Project Worked well when it was deployed in a
    webserver with jsp as the backend.The only change made was in the
    way in which you send values to the backend.. apart from this the
    flash code is the same.
    Thanks And Regards,
    BlueSquid

    radu_cosma,
    > I start using a few flash components (combo, list) and
    it seems
    > they are too big, aprox 65k.
    For all the benefits brought by components, their KB weight
    is
    definitely a drawback. That said, the ActionScript 3.0
    components weigh
    less then their ActionScript 2.0 counterparts.
    > Probably there's a common library used for all user
    interface
    > components and that is imported in the project always.
    You nailed it. In fact, if you study the components in the
    ActionScript
    2.0 Components Reference or the ActionScript 3.0 Language and
    Components
    Reference, you'll see the hierarchical "family tree" common
    to all
    comonents, then common to groups of related components.
    > Is there any way to reduce the size of the swf, maybe
    import
    > ONLY what is needed, do we have that option?
    Unfortunately, you don't have that option. When you import a
    component,
    it weighs whatever it weighs; you're already importing the
    minimum that
    component needs. On the bright side, when you import a second
    component,
    the combined total KB is usually considerably less than the
    sum of each
    component's individual weight.
    David Stiller
    Co-author, Foundation Flash CS4 for Designers
    http://tinyurl.com/5j55cv
    "Luck is the residue of good design."

  • Flash components & XML

    Hi all,
    I am working on a new project that I can't seem to find any
    help resources for. I am using the Flash Components, binding and
    schemas to link together text fields, drop downs(ComboBox), and a
    button to the XML Connector. The part I can't figure out is if
    there is a way to make the button dynamically change it's
    destination URL when the subject of the dropdown(ComboBox
    component) is changed. In the XML file, I have nodes for all the
    components to accept. Is there any way for the Component button to
    accept the different <URL> nodes as I change the parent node
    with the drop down box? I thought maybe a variable or an instance
    name in the XML Connector or Button Component bindings or schema
    area could work. But no luck yet. Thanks in advance.

    huh! I'v tried searching for that phrase exactly & have
    had few matching results!! How did you do that?? Thats magic that
    is! Thanks alot! (Found one on the first result!)

  • Where is the "done" button in Flash CS4 when using Flash Builder 4's new flash component or container?

    The documentation for Flash Builder 4 beta says that after opening flash from flash builder, I should click a "done" button in flash and flash should close and what I created in flash should be included as a component or container in Flash Builder.  Using the Flash Builder 4 beta on Windows, when I click on the "create in flash" button on the properties panel for either the new flash component or container, Flash CS4 opens, I create something in Flash and no "done" button is present.  Nor is anything present in the menus resembling a "done" option.  Where is it?

    Hi Jeffrey:
    Still no done button.  Now under commands in Flash I can convert symbols to flex components and containers and these show up in the Flash library.
    Thanks:
    Jim
    Date: Wed, 30 Sep 2009 09:58:10 -0600
    From: [email protected]
    To: [email protected]
    Subject: Where is the "done" button in Flash CS4 when using Flash Builder 4's new flash component or container?
    Hi,
    You may need to install FlexComponentKit.mxp to your Flash CS4 beforehand.
    Jeffrey
    Date: Tue, 29 Sep 2009 17:04:36 -0600
    From: mailto:[email protected]
    To: mailto:[email protected]
    Subject: Flex Where is the "done" button in Flash CS4 when using Flash Builder 4's new flash component or container?
    I apparently didn't get one.  I've looked under various workspace configurations.  Another thing that seems odd is that when Flash opens I get the opening panel that allows me to select the type of file and version of AS I want to use.  I select new file with AS3.  Any ideas on why the "done" button wouldn't be present and if the opening panel is what I should expect on opening Flash after clicking the "create in Flash" button?
    >
    >

Maybe you are looking for