Huge bug in Flash CS4 verify

Could any one please verify this bug and let me know if it is a bad install or acualy a hugh bug in Flash:
This is what is happening...if I do not give instance names to the buttons on frame 1, frame 2 buttons WILL NOT work even if they are named...also doing a trace of objects shows they are given the flash default names...as though I hadnt named them...here is the FLA I saved it as CS3 :
http://alphagraphicdesigns.com/help/Flash_bug.fla
these are the steps to get it to happen:
1. Create a new document using Action script 2
2. Draw out a vector rectange using the rectangle tool
3. Right click and turn it into a button (dont give it a name leave the default)
4. Copy and past it 5 times on frame one (do not name any of the buttons)
5. Name only one of the buttons "navigate_bnt"
6. Past the below code on frame 1
navigate_bnt.onPress = function() {
gotoAndStop(2);
///Loop and find all objects
for (var Object_Name in this) {
trace("frame 1: "+Object_Name);
stop();
5. Create a frame on Frame 2 of the timeline
6. Past the button 5 times on frame 2
7. Name 1 of the buttons "navigate_bnt."
8. Name 4 of the buttons  on frame 2 : "bnt_1","bnt_2" ect..
9. Past the below code on frame 2
navigate_bnt.onPress = function() {
gotoAndStop(1);
bnt_1.onPress = function() {
trace(this._name)
bnt_2.onPress = function() {
trace(this._name)
bnt_3.onPress = function() {
trace(this._name)
bnt_4.onPress = function() {
trace(this._name)
///Loop and find all objects
for (var Object_Name in this) {
trace("frame 2: "+Object_Name);
stop();

Hi Ned,
Thank you for verifying this and the suggestion...
The issue with adding the "blank frames" is the flash player slows to about 4 times slower to render out the new frame.
I have decided to place the code directly on the buttons, because I have found that sometimes a button's name will change as well and call on the wrong function....So this is very weird that I can dynamically change a buttons name hardcoded in! I cannot take the risk of the button firing off the wrong function as this could seriously injure someone. This program controls some big machinery.
The issue seems to stem pretty deep into the flash engine and effects all "Objects".
For example:
1. On Frame 1 name all of the objects
2. On Frame 2 rename all of the objects
3.On Frame 3 do not name the objects
On frame 1 gotoAndStop(3)
all of the buttons are named from frame 2 !!!!
So even though I have skipped frame 2 the unnamed objects pick up frame 2's names and label the unnamed objects.
So I would think the player would skip over frame 2...like a hard drive would indexing....but rather the flash player acts like a tape recorder having to seek to a position in the timeline.

Similar Messages

  • Is this a bug of flash cs4?

    Hi, all:
    I've noticed that when I place a MovieClip element on both key frame1 and key frame2 from the content library, and let the instance on frame1 has no instance name, then the instance name which I give to the instance on frame2 has no effect at all——namely I can't refrence it by action script code on frame2 of the main timeline.
    I checked the content of the binary-file outputed by flash cs4, and got that after the first ShowFrame Tag, the instance was modified by the PlaceObject2 Tag, but the PlaceFlagHasName was not set, is this a bug of flash cs4? Has anybody else encountered this problem?

    Now, that was extremely odd ..
    I do not have any idea, why your movieclip returns 'undefined'
    When I create a new movieclip on the stage (your stage),
    and trace it, I get the expected result..
    Doing the same on your movieclip on the exact same stage
    gives undefined...
    I cen't event reproduce the problem on my own.  Only with your
    movieclip.. Extremely weird indeed..
    Sorry dude, I'm clueless on this one.
    Best regards
    Peter

  • HUGE BUG IN Flash Player 9

    I ran into this huge massive bug in FP9..
    Reproduction steps:
    1. Goto Flash Download page.
    2. Select version 9 for Linux.
    3. Install
    This normally breaks down around step 2.

    So its not a bug in the player .. its a problem in the
    download of it.
    Doesn't sounds like a massively huge bug in the player at
    all.
    >I ran into this huge massive bug in FP9..

  • Bug of Flash CS4 with option "Copia Movimento" !

    Dear users,
    I have installed the entire Suite CS4 Master Collection in ITALIAN Language. I have a Bug with FlashCS4 Professional.
    I have one PC with WindowsXPProx32Bit with FlashCS4 version 10.0;
    and another PC Core2Quad Q9650 with WindowsXPProx64Bit with FlashCS4 updated version 10.0.2.
    I receive the same error when I try to copy-paste the interpolation of motion from one object to another.
    Example:
    - I made one rectangle; created one Keyframe at frame 0, created another keyframe at frame 10 and moved the rectangle to the bottom.
    - Created the "Classic Interpolation" (translated in italian as "Crea Interpolazione Classica") from frame 0 to frame 10.
    - I created one Circle object; created one Keyframe at frame 10 and another keyframe at frame 20:
    - Selected the motion frames interpolated of the rectangle from frame 0 to 10 > Right Click with mouse > Selected the Option "Copy Motion" (translated as "Copia Movimento");
    But when I perform this "Copia Movimento" action, it appears the following message:
    "Si sono verificati i seguenti errori Javascript:
    Alla righa 2 del file "CopyMotion.jsfl":
    TypeError: file is not a function."
    This is a BUG !
    It appears over my x64Bit installation machine (FlashCS4 updated v.10.0.2) and also over my second x32Bit installation machine (FlashCS4 v.10.0)!
    1) How can I do to solve this issue?
    Another doubt that I have:
    I know the right-click command "Crea Intepolazione Forma" (Shape Interpolation).
    But:
    2) What are the differencies between the first right-click option menu "Crea Interpolazione Movimento" and the third option manu "Crea Interpolazione Classica" ?
    I have used "Crea Intepolazione Classica" for my test, to make an interpolation with the arrow over the frames in timeline.
    3) The option "Crea Interpolazione Movimento" what is it?
    - On Flash CS3 this option doesn't appear at all!
    Many thanks at all that response to my problem!
    Horsepower0171.

    Hi there,
    I found it!
    I never thought that this would solve my problem but here it comes..
    I used this setting for my textfield: AntiAliasType.ADVANCED.
    I must say that it looks great on screen, but that generates my problem when zooming in and test on collision.
    When I changed this setting to AntiAliasType.NORMAL it all works like it should be. The text looks less nice but I can live with that..
    Very strange.. but solved Hope this can help someone else. Still think that this is a bug
    Cheers Peter

  • Textfield bug in Flash CS4 and Flash Player?

    Hi there,
    I'm goning mad about this, hope someone can help. What's the problem..
    I have a textfield on the stage (100% view). When I place a vertcal line at the end of the text and I zoom in to 200% the text in the textfield is somehow smaller!
    How is this possible???
    This problem doesn't only occur in Flash Pro but also in the Flash player in the browser.
    I tested this with Flash Pro on my Macbook Pro, and on serveral browsers (mac and windows). All the same zoom problems.
    You can find an example here: http://www.ninos.nl/flash/flash-fonts.html
    In this example you can zoom in from the flash context menu and you will see the problem.
    It looks like this strange zoom in 'bug' only occurs with textfields. Not with other elements on the stage.
    Am I doing something wrong here?
    I noticed this when I tested for a collision between a dynamic textfield and an object. On screen I saw the text overlap the object so there must be a collision. But there wasn't. After a zoom in in I saw a different thing. The text didn't overlap the object!! After a zoom out the text overlapped the object again.
    Very weird!
    Hope someone can help here.
    Thanks!
    Peter

    Hi there,
    I found it!
    I never thought that this would solve my problem but here it comes..
    I used this setting for my textfield: AntiAliasType.ADVANCED.
    I must say that it looks great on screen, but that generates my problem when zooming in and test on collision.
    When I changed this setting to AntiAliasType.NORMAL it all works like it should be. The text looks less nice but I can live with that..
    Very strange.. but solved Hope this can help someone else. Still think that this is a bug
    Cheers Peter

  • Flash CS4 Bug saving to external drive?

    I discovered last week when teaching my Flash class that in saving FLAs to my USB drive, and THEN testing/publishing, the AS3 code was ignored in the resulting SWF?EXE files.  I duplicated the situation with multiple computers, mutliple external drives and multiple FLA files. I even tried it at differnt locations (home and campus). The problem is only related to CS4 with Actionscipt 3.  Both CS3/AS3 and CS4/AS2 test/compile as one would expect. Save the CS4/AS3 file to the internal C: drive and then test/publish everything works fine. Go figure! WHy would the save location make any difference? I thought perhaps it was a PATH environment variable issue, but putting the external drive path in the PATH statement caused no effect.
    Here's the information I'm providing to my class tonight. Anyone else encountering the same? BTW, I upgraded to release 10.0.2 but to no avail.
    THE PROBLEM:
    I think I discovered a pretty major bug in Flash CS4. When creating an ActionScript 3 file (with scripts written on the timeline) and saving the FLA source to an external drive (such as a USB thumb drive) and then testing (Control > Test Movie) or publishing (File > Publish), the AS3 code is ignored in the resulting SWF or EXE. If you save the file to the C: drive and then test/publish, it works fine. I tried this on several computers with several different FLA files and differing script, with several devices including a network drive – all with the same result.
    I posted the problem to the ActionScript forum at adobe.com and contacted tech support (via email) but have yet to receive any useful feedback.
    SOLUTIONS:
    OPTION 1: Save your FLA to the hard drive before testing. You can create a temporary folder on the desktop of the campus computers or should have access to C:\TEMP. So save your files there and at the end of you session, be sure to copy the files (both the FLA and any published files) to your USB for safekeeping. When updating your FLA, first copy it to the internal C: hard drive, then make changes and test, etc.
    OPTION 2: AS3 code written to an external .AS file does work when compiled. But this really is beyond the scope of this class and adds a lot of complexity.
    OPTION 3:  Use Flash CS3 – works fine in CS3, but of course you can’t use any of the cool new CS4 features such as new motion tweening, and inverse kinematics (IK bone structures).

    Susan,
    Would the File > Archive Project do what you want?
    Don S.

  • Strange issue in flash cs4.. please ans.. ist BUG?....

    Hi I'm using flash cs4.
    Now I got a different strange issue when using mask, which is I'm not  met in my previous experience in flash,
    I have a movieclip in stage, which is contain two layers, that are mask  and maskee, I make the mask object as a movieclip and it'll be animated,  then I returned to stage, It strangely animated in the movieclip  without using play/export option.
    How this possible?...
    I have attached the bug, Please check this and reply me again thanks,
    If this is not issue, please explain why adobe given the mask only play  without export in flash application./....
    I have attached the file, you can also create this again in your flash  also...
    check the attached file here http://www.actionscript.org/forums/attachment.php3?attachmentid=34686&d=1274792512

    is there anyone?... what your comments please submit?..

  • Bug d'affichage dans la fenêtre Actionscript (Flash CS4)

    Bonjour,
    Je rencontre depuis peu un problème d'affichage du code AS dans Flash CS4, on dirait que certains caractères sont masqués... (cf. capture)
    Quelqu'un a déjà eu ce problème ?

    Je me rappelle avoir eu ce souci, principalement lié à un problème de police de caractère. Malheureusement, peu de temps après, j'ai migré sur la cs5 et n'y ai plus été confronté… Avez-vous jeté un œil sur le forum en anglais ? Le cas échéant, n'hésitez pas à poster la résolution (ou non) !
    PS : avez-vous tenté de changer de polices dans les préférences de l'application ?

  • Major bug in flash 10.2/10.3 beta. FPS drop in 1080p, HA.

    Not sure if it has been reported before but there's a huge bug in the hardware acceleration on flash 10.2 and 10.3 beta.
    The issue:
    If you run 1080p youtube content fullscreen, hardware acceleration on, the FPS drop to 30-80% of what it should be, AFTER you seek in the video and flip back and forth fullscreen mode (if you don't do that, it just runs fine). If the FPS doesn't drop, then just flip/back fullscreen some more and seek some more, it pretty soon will drop. Once it dropped, it will stay low for the rest of the movie.
    It's easy to verify when you put the FPS counter ('show video info') on screen, but you can also see it by just closely watching the video and see how it becomes less smooth.
    When you disable the hardware acceleration the issue is gone.
    Tested and confirmed on:
    Win7, winXP
    Chrome, IE, Mozilla
    Flash 10.2 and 10.3 beta
    Nvidia, ATI (both latest drivers)
    So. pretty much everybody suffers from it I guess ...
    Random 1080p test movie here: http://www.youtube.com/watch?v=XSGBVzeBUbk

    Thanks for your report; We'll look in to this.

  • Flash cs4 crashes after mac OS 10.6.7 update

    Updated my mac yesterday to OS 10.6.7.
    Now Adobe Flash cs4 crashes upon opening.
    Will not run.
    No other program seems affected on entire computer, including Flash 8!
    No info available anywhere on this bug... here is the report (good luck figuring it out.)
    Process:         Adobe Flash CS4 [332]
    Path:            /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/MacOS/Adobe Flash CS4
    Identifier:      com.adobe.flash-10.0
    Version:         10.0.2.566 (10.0.2)
    Code Type:       X86 (Native)
    Parent Process:  launchd [128]
    Date/Time:       2011-03-23 12:04:32.178 -0400
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          22033 sec
    Crashes Since Last Report:           11
    Per-App Interval Since Last Report:  157 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      525D79C2-96EA-4B1A-935B-63F51BF2202B
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x95bd3156 __kill + 10
    1   libSystem.B.dylib                 0x95bd3148 kill$UNIX2003 + 32
    2   libSystem.B.dylib                 0x95c65899 raise + 26
    3   libSystem.B.dylib                 0x95c7b9b8 abort + 93
    4   libstdc++.6.dylib                 0x93dccfda __gnu_cxx::__verbose_terminate_handler() + 433
    5   libstdc++.6.dylib                 0x93dcb17a __cxxabiv1::__terminate(void (*)()) + 10
    6   libstdc++.6.dylib                 0x93dcb1ba __cxxabiv1::__unexpected(void (*)()) + 0
    7   libstdc++.6.dylib                 0x93dcb2b8 __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    8   libFontParser.dylib               0x9729d67b TcmapEncodingTable::GetSubtable(unsigned short, unsigned short, unsigned short, unsigned short*) + 591
    9   libFontParser.dylib               0x9729d406 TcmapEncodingTable::TcmapEncodingTable(TSFNTFont const&, unsigned short, unsigned short, unsigned short) + 170
    10  libFontParser.dylib               0x972a829e TTrueTypeResourceFont::GetQDEncoding(unsigned short, unsigned short, unsigned short, unsigned short*) const + 60
    11  libFontParser.dylib               0x972a8221 TTrueTypeResourceFont::GetNFNTInfo(TNFNTFontInfo&) const + 475
    12  libTrueTypeScaler.dylib           0x928014ef CreateScalerFontBlock(fsg_SplineKey*, memoryContext*) + 2028
    13  libTrueTypeScaler.dylib           0x92814a79 AssureScalerFontBlock(fsg_SplineKey*, memoryContext*, fontBlockCacheNode*&) + 48
    14  libTrueTypeScaler.dylib           0x92800bef AssureStrikeBlocks(fsg_SplineKey*, memoryContext*, cacheStrike*, TStrikeDescription const*) + 82
    15  libTrueTypeScaler.dylib           0x9280036b TTGetStrikeSpecs + 184
    16  ...ple.ApplicationServices.ATS    0x932dbdea HandleOFAScalerMessage + 1348
    17  ...ple.ApplicationServices.ATS    0x932db83a SendStrikeMessage + 162
    18  ...ple.ApplicationServices.ATS    0x932deddc _eOFAGetStrikeSpecs + 471
    19  ...ple.ApplicationServices.ATS    0x932d96a7 _eGetGlyphVectorIndex + 994
    20  ...ple.ApplicationServices.ATS    0x932d8b4f OldGlyphsCacheStrike(TStrike*, void (*)(StrikeSpecs const*, void const*), void*) + 136
    21  ...ple.ApplicationServices.ATS    0x932d879d _eGCGetStrikeMetrics + 65
    22  ...ple.ApplicationServices.ATS    0x932d7443 _eATSFontGetHorizontalMetrics + 173
    23  ...ple.ApplicationServices.ATS    0x932d737e ATSFontGetHorizontalMetrics + 76
    24  com.adobe.flash-10.0              0x007c4fbd 0x1000 + 8142781
    25  com.adobe.flash-10.0              0x007c6f5f 0x1000 + 8150879
    26  com.adobe.flash-10.0              0x007c7031 0x1000 + 8151089
    27  com.adobe.flash-10.0              0x007c2e75 0x1000 + 8134261
    28  com.adobe.flash-10.0              0x007c33b8 0x1000 + 8135608
    29  com.apple.HIToolbox               0x92a74184 IdleTimerVector + 62
    30  com.apple.CoreFoundation          0x906f9adb __CFRunLoopRun + 8059
    31  com.apple.CoreFoundation          0x906f7464 CFRunLoopRunSpecific + 452
    32  com.apple.CoreFoundation          0x906f7291 CFRunLoopRunInMode + 97
    33  com.apple.HIToolbox               0x92a1fe04 RunCurrentEventLoopInMode + 392
    34  com.apple.HIToolbox               0x92a1fbb9 ReceiveNextEventCommon + 354
    35  com.apple.HIToolbox               0x92ba8084 _AcquireNextEvent + 54
    36  com.apple.HIToolbox               0x92b9dd40 RunApplicationEventLoop + 228
    37  com.adobe.flash-10.0              0x00993fed 0x1000 + 10039277
    38  com.adobe.flash-10.0              0x0089ed33 0x1000 + 9035059
    39  com.adobe.flash-10.0              0x0089edde 0x1000 + 9035230
    40  com.adobe.flash-10.0              0x00003742 0x1000 + 10050
    41  com.adobe.flash-10.0              0x00003669 0x1000 + 9833
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x95b98922 kevent + 10
    1   libSystem.B.dylib                 0x95b9903c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x95b984f9 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x95b9829e _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x95b97d21 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x95b97b66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x95b720e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x95b9fc9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x95be845f pthread_cond_wait + 48
    3   com.adobe.amt.services            0x0c21c552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services            0x0c217995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services            0x0c21c5b0 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    7   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore    0x92edeaac TS_exception_listener_thread + 160
    3   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    4   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x95ba0046 __semwait_signal + 10
    1   libSystem.B.dylib                 0x95b9fd02 _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x95ba1998 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x92e4b48e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x92e36e15 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x92e327e3 MPWaitOnQueue + 250
    6   AdobeACE                          0x04b9138d 0x4b60000 + 201613
    7   AdobeACE                          0x04b90d85 0x4b60000 + 200069
    8   ...ple.CoreServices.CarbonCore    0x92e167ca PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    10  libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x95ba4dd9 syscall + 5
    1   com.apple.OpenTransport           0x20989851 CarbonSelectThreadFunc + 257
    2   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    3   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x95ba0046 __semwait_signal + 10
    1   libSystem.B.dylib                 0x95b9fd02 _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x95ba1998 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.OpenTransport           0x20985d73 CarbonOperationThreadFunc + 203
    4   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    5   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 7:  Java: Exception Handler Thread
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   libSystem.B.dylib                 0x95bde078 mach_msg_server + 520
    3   libjvm.dylib                      0x23b0fa6d JNI_CreateJavaVM_Impl + 56194
    4   libjvm.dylib                      0x23b0fa18 JNI_CreateJavaVM_Impl + 56109
    5   libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    6   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    7   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 8:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   libjvm.dylib                      0x23d83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                      0x23b0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                      0x23d786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                      0x23d78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                      0x23b0eabb JNI_CreateJavaVM_Impl + 52176
    7   libjvm.dylib                      0x23b22fd2 jio_vsnprintf + 331
    8   libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    9   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    10  libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 9:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   libjvm.dylib                      0x23d83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                      0x23b0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                      0x23d786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                      0x23d78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                      0x23b0eabb JNI_CreateJavaVM_Impl + 52176
    7   libjvm.dylib                      0x23b22fd2 jio_vsnprintf + 331
    8   libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    9   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    10  libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 10:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   libjvm.dylib                      0x23d83b79 JVM_RaiseSignal + 361383
    3   libjvm.dylib                      0x23d83f1c JVM_RaiseSignal + 362314
    4   libjvm.dylib                      0x23d786db JVM_RaiseSignal + 315145
    5   libjvm.dylib                      0x23d78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                      0x23b0eabb JNI_CreateJavaVM_Impl + 52176
    7   libjvm.dylib                      0x23bafa3b JVM_Write + 3519
    8   libjvm.dylib                      0x23baf9b7 JVM_Write + 3387
    9   libjvm.dylib                      0x23b28db7 jio_vsnprintf + 24368
    10  libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    11  libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    12  libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 11:  Java: VM Thread
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   libjvm.dylib                      0x23d83b79 JVM_RaiseSignal + 361383
    3   libjvm.dylib                      0x23d83f1c JVM_RaiseSignal + 362314
    4   libjvm.dylib                      0x23d786db JVM_RaiseSignal + 315145
    5   libjvm.dylib                      0x23d78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                      0x23b0eabb JNI_CreateJavaVM_Impl + 52176
    7   libjvm.dylib                      0x23b8af44 JVM_Lseek + 139010
    8   libjvm.dylib                      0x23b8abf4 JVM_Lseek + 138162
    9   libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    10  libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    11  libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 12:  Java: Reference Handler
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   libjvm.dylib                      0x23d83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                      0x23b0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                      0x23dbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                      0x23dbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                      0x23b96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib               0x20f70e75 JVM_MonitorWait + 69
    8   ???                               0x3000b9d9 0 + 805353945
    9   ???                               0x30003e31 0 + 805322289
    10  ???                               0x30003e31 0 + 805322289
    11  ???                               0x30001374 0 + 805311348
    12  libjvm.dylib                      0x23b8c1be JVM_Lseek + 143740
    13  libjvm.dylib                      0x23b8bf66 JVM_Lseek + 143140
    14  libjvm.dylib                      0x23b95de9 JVM_StartThread + 2639
    15  libjvm.dylib                      0x23b95cee JVM_StartThread + 2388
    16  libjvm.dylib                      0x23b95c7d JVM_StartThread + 2275
    17  libjvm.dylib                      0x23b95af0 JVM_StartThread + 1878
    18  libjvm.dylib                      0x23b9599f JVM_StartThread + 1541
    19  libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    20  libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    21  libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 13:  Java: Finalizer
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   libjvm.dylib                      0x23d83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                      0x23b0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                      0x23dbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                      0x23dbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                      0x23b96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib               0x20f70e75 JVM_MonitorWait + 69
    8   ???                               0x3000b9d9 0 + 805353945
    9   ???                               0x30003e31 0 + 805322289
    10  ???                               0x30003f97 0 + 805322647
    11  ???                               0x30003f97 0 + 805322647
    12  ???                               0x30001374 0 + 805311348
    13  libjvm.dylib                      0x23b8c1be JVM_Lseek + 143740
    14  libjvm.dylib                      0x23b8bf66 JVM_Lseek + 143140
    15  libjvm.dylib                      0x23b95de9 JVM_StartThread + 2639
    16  libjvm.dylib                      0x23b95cee JVM_StartThread + 2388
    17  libjvm.dylib                      0x23b95c7d JVM_StartThread + 2275
    18  libjvm.dylib                      0x23b95af0 JVM_StartThread + 1878
    19  libjvm.dylib                      0x23b9599f JVM_StartThread + 1541
    20  libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    21  libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    22  libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                 0x95b979b2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x95b97f48 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x95b97b66 start_wqthread + 30
    Thread 15:  Java: Surrogate Locker Thread (CMS)
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   libjvm.dylib                      0x23d83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                      0x23b0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                      0x23d786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                      0x23d78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                      0x23b0ea02 JNI_CreateJavaVM_Impl + 51991
    7   libjvm.dylib                      0x23ba7b03 JVM_IsPrimitiveClass + 5163
    8   libjvm.dylib                      0x23b95af0 JVM_StartThread + 1878
    9   libjvm.dylib                      0x23b9599f JVM_StartThread + 1541
    10  libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    11  libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    12  libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 16:  Java: Signal Dispatcher
    0   libSystem.B.dylib                 0x95b720d6 semaphore_wait_trap + 10
    1   libjvm.dylib                      0x23ba8729 JVM_IsPrimitiveClass + 8273
    2   libjvm.dylib                      0x23ba8162 JVM_IsPrimitiveClass + 6794
    3   libjvm.dylib                      0x23b95af0 JVM_StartThread + 1878
    4   libjvm.dylib                      0x23b9599f JVM_StartThread + 1541
    5   libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    6   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    7   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 17:  Java: CompilerThread0
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   libjvm.dylib                      0x23d83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                      0x23b0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                      0x23d786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                      0x23d78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                      0x23b0ea02 JNI_CreateJavaVM_Impl + 51991
    7   libjvm.dylib                      0x23baf5cf JVM_Write + 2387
    8   libjvm.dylib                      0x23ba97c4 JVM_IsPrimitiveClass + 12524
    9   libjvm.dylib                      0x23b95af0 JVM_StartThread + 1878
    10  libjvm.dylib                      0x23b9599f JVM_StartThread + 1541
    11  libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    12  libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    13  libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 18:  Java: Low Memory Detector
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   libjvm.dylib                      0x23d83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                      0x23b0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                      0x23d786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                      0x23d78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                      0x23b0eabb JNI_CreateJavaVM_Impl + 52176
    7   libjvm.dylib                      0x23baaec6 JVM_IsPrimitiveClass + 18414
    8   libjvm.dylib                      0x23b95af0 JVM_StartThread + 1878
    9   libjvm.dylib                      0x23b9599f JVM_StartThread + 1541
    10  libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    11  libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    12  libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 19:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   libjvm.dylib                      0x23d83b79 JVM_RaiseSignal + 361383
    3   libjvm.dylib                      0x23d83f1c JVM_RaiseSignal + 362314
    4   libjvm.dylib                      0x23bacad6 JVM_IsPrimitiveClass + 25598
    5   libjvm.dylib                      0x23b0e8e9 JNI_CreateJavaVM_Impl + 51710
    6   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    7   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                 0x95b979b2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x95b97f48 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x95b97b66 start_wqthread + 30
    Thread 21:
    0   libSystem.B.dylib                 0x95b721ae mach_wait_until + 10
    1   libSystem.B.dylib                 0x95bf9809 nanosleep + 345
    2   com.adobe.flash.flbridge          0x20c193e9 ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.flash.flbridge          0x20c19449 ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.flash.flbridge          0x20c0a20a ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.flash.flbridge          0x20c1970b ScObjects::Thread::go(void*) + 239
    6   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    7   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                 0x95b7209a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x95b72807 mach_msg + 68
    2   ...ia.Flash Player.authplaylib    0x1f915d84 ExternalPlayer_Initialize + 2117252
    3   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    4   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                 0x95b720e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x95b9fc9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x95be845f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib    0x1f70427f 0x1f400000 + 3162751
    4   ...ia.Flash Player.authplaylib    0x1f7282ff ExternalPlayer_Initialize + 95231
    5   ...ia.Flash Player.authplaylib    0x1f70472f 0x1f400000 + 3163951
    6   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    7   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                 0x95b720e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x95b9fc9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x95be845f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib    0x1f70427f 0x1f400000 + 3162751
    4   ...ia.Flash Player.authplaylib    0x1f7282ff ExternalPlayer_Initialize + 95231
    5   ...ia.Flash Player.authplaylib    0x1f70472f 0x1f400000 + 3163951
    6   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    7   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                 0x95b721ae mach_wait_until + 10
    1   libSystem.B.dylib                 0x95bf9809 nanosleep + 345
    2   libSystem.B.dylib                 0x95bf96aa usleep + 61
    3   AdobeLM_libFNP.dylib              0x26aa40c0 TRR_Fixup + 691150
    4   AdobeLM_libFNP.dylib              0x26a8c1cf TRR_Fixup + 593117
    5   AdobeLM_libFNP.dylib              0x26a8b42a TRR_Fixup + 589624
    6   AdobeLM_libFNP.dylib              0x26afae5d TRR_Fixup + 1046891
    7   AdobeLM_libFNP.dylib              0x26aa7a6c TRR_Fixup + 705914
    8   AdobeLM_libFNP.dylib              0x26aa7e1e TRR_Fixup + 706860
    9   AdobeLM_libFNP.dylib              0x26a2ba7c TRR_Fixup + 198026
    10  AdobeLM_libFNP.dylib              0x26a3ca8c TRR_Fixup + 267674
    11  AdobeLM_libFNP.dylib              0x26a3d963 TRR_Fixup + 271473
    12  AdobeLM_libFNP.dylib              0x26a40f1d TRR_Fixup + 285227
    13  AdobeLM_libFNP.dylib              0x26a03a46 TRR_Fixup + 34132
    14  AdobeLM_libFNP.dylib              0x26bbf103 0x269f5000 + 1876227
    15  AdobeLM_libFNP.dylib              0x26bbf641 0x269f5000 + 1877569
    16  AdobeLM_libFNP.dylib              0x26b19f75 0x269f5000 + 1199989
    17  AdobeLM_libFNP.dylib              0x26b1adc3 0x269f5000 + 1203651
    18  AdobeLM_libFNP.dylib              0x26bb1bae 0x269f5000 + 1821614
    19  com.adobe.amtlib                  0x085afaaf AMT_IsFRU + 273293
    20  com.adobe.amtlib                  0x08592113 AMT_IsFRU + 152049
    21  com.adobe.amtlib                  0x085922e7 AMT_IsFRU + 152517
    22  com.adobe.amtlib                  0x0857f5d1 AMT_IsFRU + 75439
    23  com.adobe.amtlib                  0x08580a72 AMT_IsFRU + 80720
    24  com.adobe.amtlib                  0x08584c60 AMT_IsFRU + 97598
    25  com.adobe.amtlib                  0x08584ce2 AMT_IsFRU + 97728
    26  com.adobe.amtlib                  0x0856f422 AMT_IsFRU + 9472
    27  com.adobe.amtlib                  0x0856fa8e AMT_IsFRU + 11116
    28  com.adobe.amtlib                  0x085712a1 AMT_IsFRU + 17279
    29  com.adobe.amtlib                  0x0856c34b AMTObtainProductLicense + 83501
    30  com.adobe.amtlib                  0x08562d85 AMTObtainProductLicense + 45159
    31  com.adobe.amtlib                  0x08563883 AMTObtainProductLicense + 47973
    32  com.adobe.amtlib                  0x08564509 AMTObtainProductLicense + 51179
    33  com.adobe.amtlib                  0x085648b0 AMTObtainProductLicense + 52114
    34  com.adobe.amtlib                  0x08564a28 AMTObtainProductLicense + 52490
    35  com.adobe.amtlib                  0x085ec6a4 AMT_IsFRU + 522114
    36  libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    37  libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                 0x95b720fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x95b9fc85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x95bceaa8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore    0x92e36e3d TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore    0x92e36b7b TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore    0x92e5adeb TimerThread + 97
    6   libSystem.B.dylib                 0x95b9f7fd _pthread_start + 345
    7   libSystem.B.dylib                 0x95b9f682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x95c7b967  ecx: 0xbfffb9dc  edx: 0x95bd3156
      edi: 0xa0705b30  esi: 0x972da65f  ebp: 0xbfffb9f8  esp: 0xbfffb9dc
       ss: 0x0000001f  efl: 0x00000282  eip: 0x95bd3156   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x95c6587f
    Binary Images:
        0x1000 -  0x123eff0 +com.adobe.flash-10.0 10.0.2.566 (10.0.2) <A7C69920-4EEA-48D1-9C7E-9895FBF62001> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/MacOS/Adobe Flash CS4
    0x1728000 -  0x17fafe7 +AdobeAXEDOMCore ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x18ae000 -  0x193b2cb +libicucnv.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x1968000 -  0x1a3723b +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.dyl ib.36.0
    0x1ae0000 -  0x1bb4db7 +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x1c15000 -  0x25c557f +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x25c8000 -  0x25d7fc3 +libChar16.dylib ??? (???) <B97A174D-CCAC-40FD-A8D1-2A3891CC5CDD> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/MacOS/libChar16.dylib
    0x25e0000 -  0x25f8fc0 +libCoreTypes.dylib ??? (???) <7EEBDBBF-181B-4706-8A5D-10266B36304F> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/MacOS/libCoreTypes.dylib
    0x261b000 -  0x262afef +ZLib.dylib ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/frameworks/ZLib.dylib
    0x262f000 -  0x2843fef  com.apple.carbonframeworktemplate 1.0 (1.0) <AC98929C-640F-4C7E-8737-9928CF7B8CD4> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/frameworks/Xerces.framework/Versions/A/Xerces
    0x2b8c000 -  0x2b90ff7  com.apple.JavaVM 13.4.0 (13.4.0) <77CA466B-7DDA-D261-53A0-312FB7B0A6DC> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x2b98000 -  0x3855fdf +com.adobe.illustrator 338 (14.0.0) <D8621BED-6312-45E6-89E1-F49896F3E87E> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AILib.framework/Versions/A/AILib
    0x494e000 -  0x499efff +com.adobe.illustrator.aiport AIPort version 1.0 (1.0) <9B4C73DE-716B-4787-BB01-E1DDDC6DEA53> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x4a37000 -  0x4a86ff3 +FilterPort ??? (???) <66918FA0-9135-4C31-81DA-D4B5F8FDB798> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/FilterPort.framework/Versions/A/FilterPort
    0x4b25000 -  0x4b26027 +SPBasic ??? (???) <9121C50E-FA52-4FA2-B299-AF180C3A1316> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x4b2a000 -  0x4b46ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x4b60000 -  0x4c6dfff +AdobeACE ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x4c8b000 -  0x5193fff +AdobeAGM ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x5303000 -  0x5342ff7 +AdobeARE ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x534c000 -  0x5365fff +AdobeBIB ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x536f000 -  0x5390ff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x539d000 -  0x5639fef +AdobeCoolType ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x56c4000 -  0x5a8efef +AdobeMPS ??? (???) <4E366E06-A4EB-4717-9639-0443743F5104> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x5b1d000 -  0x5c05fdf +AdobePDFPort ??? (???) <F54A25D1-5E7A-472E-83D1-10D187434C85> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x5c4a000 -  0x6242fdf +AdobePDFL ??? (???) <D2996BF8-17D2-4801-93F7-2F227538DCD8> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x6386000 -  0x63aaff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x63bd000 -  0x63dffed +AdobeAXE16SharedExpat ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeAXE16SharedExpat.framework/Versions/A/AdobeAXE16SharedEx pat
    0x63fa000 -  0x645afc7 +AdobeXMP ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x6469000 -  0x653efdd +FileInfo ??? (???) <F0932F89-FC98-4BA9-B4F2-C58D0E71D3C1> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x656f000 -  0x6582fff +com.adobe.AdobeSFL AdobeSFL 1.1 (1.1.0.12) <6B1D574E-0F4A-4B80-82F6-7DF7AA9C50CD> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL
    0x6589000 -  0x6783fef +AdobeOwl ??? (???) <466BD72B-E2A5-447A-9384-B6DC9AD3AE0C> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x67fe000 -  0x7530fff +com.adobe.psl AdobePSL 11.0.0.1724 (11.0.0.1724) <6BE27A60-E0F9-4483-8E57-2A7A5227D878> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x7864000 -  0x7c3e01f +com.adobe.linguistic.LinguisticManager 4.0.0 (7863) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x7cf2000 -  0x7cf8fff +com.adobe.AdobeCrashReporter 2.5 (2.5.02272007) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x7cff000 -  0x7d1bfd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x7d26000 -  0x7f6efc7 +dvaui ??? (???) <6B82E781-8BA9-4287-89F1-339854AC1D32> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x8258000 -  0x83bbff4 +dvacore ??? (???) <98D9BE6F-6D5E-4070-AD40-332F83CAC417> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x8555000 -  0x870bff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <CB2EC3BF-6771-4DAB-BF29-6775FB6F9608> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x8742000 -  0x8771ff7 +com.adobe.headlights.LogSessionFramework ??? (2.0.0.06112008) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x8799000 -  0x87aaffb +LogTransport2 ??? (???) <835B7B84-5A67-370B-AB39-8E448AA81FA0> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/LogTransport2.framework/Versions/A/LogTransport2
    0x87b4000 -  0x87bafff +com.adobe.pip ??? (1.0.0.220) <2CA89939-DFA7-4686-8536-8A1F1107CAF1> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
    0x87c0000 -  0x8850fc3 +WRServices ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x89d2000 -  0x8a35027 +com.adobe.PlugPlug 1.0.0.71 (1.0.0.71) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x8a96000 -  0x8a9aff7  JavaLaunching ??? (???) <EC009D89-308A-81B9-D063-B80DA22D182F> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
    0x8aa0000 -  0x8ae0ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x8af9000 -  0x8baefe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x8f98000 -  0x8f99ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x8fda000 -  0x8fe7ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x8ff5000 -  0x8ff5ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0xa55a000 -  0xa5a1fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0xa734000 -  0xa735ff7  ATSHI.dylib ??? (???) <56F243F1-C341-86EA-2BCC-31E75D46EBBC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0xa73a000 -  0xa748fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <B408E41B-D90F-4A04-DB72-D61C8C52BFBC> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xa74c000 -  0xa75eff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <EA696A00-4054-6F65-0F86-7901EAB5969F> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xa762000 -  0xa78bfe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0xc1fc000 -  0xc29dfc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31E82904-C3C2-424E-A1AE-A5EFADBB19B8> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x1f400000 - 0x1faa7fef +com.macromedia.Flash Player.authplaylib 10.0.22.91 (1.0.1d333) <E1ED442D-0B91-D633-DA20-E6615B1D479B> /Applications/Adobe Flash CS4/Common/Configuration/AuthPlayLib.bundle/Contents/MacOS/AuthPlayLib
    0x2067a000 - 0x2067cfff +com.macromedia.Flash.FLfile 10.0.0.544 (10.0.0) <A983B337-B19A-4DC7-B46A-2AE8F683B3B8> /Applications/Adobe Flash CS4/Common/Configuration/External Libraries/FLfile.bundle/Contents/MacOS/FLfile
    0x20827000 - 0x20827fff +com.macromedia.Flash.flastoragelib 9.0 (9.0) <4A09437D-BEFE-48C6-A7B5-5C094044AA9E> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/PlugIns/FLAStorageLib.bundle/Contents/MacOS/FLAStorageLib
    0x20950000 - 0x20973ff7 +CSI-Launcher.dylib ??? (???) /Library/Application Support/Adobe/CS4ServiceManager/CSI-Launcher.dylib
    0x20982000 - 0x2099dff7  com.apple.OpenTransport 10.6.0 (10.6.0) <ECA6FEC6-5ECD-51BA-162F-CFC43899196A> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x209ae000 - 0x209c602f +com.macromedia.Flash.FLAir 10.0.0 (10.0.0 d544) <33151461-3D89-4331-936C-4737D11C97F1> /Applications/Adobe Flash CS4/Common/Configuration/External Libraries/FLAir1_1.bundle/Contents/MacOS/FLAir1_1
    0x20a6b000 - 0x20a82fff +com.macromedia.Flash.FLAir 10.0.1 (10.0.1 d156) <88E2D410-7BBD-46EC-BF99-21E2ED7BF9E9> /Applications/Adobe Flash CS4/Common/Configuration/External Libraries/FLAir1_5.bundle/Contents/MacOS/FLAir1_5
    0x20be9000 - 0x20c2dfe3 +com.adobe.flash.flbridge 10.0.0.544 (10.0.0) <E556D6D9-DA9B-435F-93D5-D10A357EC120> /Applications/Adobe Flash CS4/Common/Configuration/External Libraries/FLBridge.bundle/Contents/MacOS/FLBridge
    0x20f70000 - 0x20f77ffb  libjvmlinkage.dylib ??? (???) <CEBF52ED-6F28-BC0E-A3F6-C1CCE925FB0A> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjvmlinkage.dylib
    0x21118000 - 0x2111fff7  libverify.dylib 1.0 (1.0) <DA039342-23CF-3CE4-63EF-CD73678B8CAC> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libverify.dylib
    0x2132e000 - 0x21336ff7  JavaNativeFoundation ??? (???) <8260884B-94B3-A407-4D0A-7FA9C846D52E> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.fr amework/Versions/A/JavaNativeFoundation
    0x2136b000 - 0x21380ff7 +com.yourcompany.PointGrid ??? (1.0) /Applications/Adobe Flash CS4/Common/Configuration/External Libraries/PointGrid.bundle/Contents/MacOS/PointGrid
    0x21413000 - 0x2141fff7  libzip.jnilib ??? (???) <608DA0FD-B78D-9A0B-E754-0D060A9FAC50> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libzip.jnilib
    0x220ae000 - 0x22111feb +com.yourcompany.Brush ??? (1.0) /Applications/Adobe Flash CS4/Common/Configuration/External Libraries/Brush.bundle/Contents/MacOS/Brush
    0x22170000 - 0x221ecff7 +com.yourcompany.Collision ??? (1.0) /Applications/Adobe Flash CS4/Common/Configuration/External Libraries/Collision.bundle/Contents/MacOS/Collision
    0x22810000 - 0x2282cff7  libjava.jnilib ??? (???) <F89A2D1A-B783-FB16-B7A7-50955C247047> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjava.jnilib
    0x22d71000 - 0x22e40fcb  com.apple.carbonbundletemplate 1.0 (1.0) /Applications/Adobe Flash CS4/Common/Configuration/External Libraries/FlashIK.bundle/Contents/MacOS/FlashIK
    0x23b00000 - 0x23e31fe7  libjvm.dylib ??? (???) <7648F950-681E-B560-8629-97B4F66A492D> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Libraries/libjvm. dylib
    0x269f5000 - 0x26e77fe3 +AdobeLM_libFNP.dylib ??? (???) <02E9AC76-9CC6-4974-AF05-48E737C2CC20> /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/AdobeLM_libFNP.dylib
    0x40000000 - 0x400ae030 +AdobeJP2K ??? (???) /Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    0x9000f000 - 0x9011bff7  libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x9011c000 - 0x9024afe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9024d000 - 0x90663ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x906bb000 - 0x90836fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90837000 - 0x90868ff7  libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9089a000 - 0x908beff7  libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x90aa2000 - 0x90c7effb  libType1Scaler.dylib ??? (???) <494D1BE1-8395-9A53-1224-1CFD4236D40E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x90c7f000 - 0x90c8bff7  libkxld.dylib ??? (???) <585F0A91-EFB8-E066-BDFB-4AFF37A8C323> /usr/lib/system/libkxld.dylib
    0x90c8f000 - 0x90ef4feb  com.apple.security 6.1.1 (37594) <251BA05D-6F3D-F687-77C2-15E52539F308> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90ef5000 - 0x90fa2fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <C8925910-B927-968B-4B71-D83A4CEF8646> /usr/lib/libobjc.A.dylib
    0x90fa3000 - 0x90fbeff7  libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x90fbf000 - 0x91002ff7  libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91003000 - 0x912fcfef  com.apple.QuickTime 7.6.6 (1756.15) <C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x912fd000 - 0x91308ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x91309000 - 0x9134aff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x91356000 - 0x913a7ff7  com.apple.HIServices 1.8.2 (???) <63B29FF5-7077-8317-E710-2D94ADF7B499> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x913a8000 - 0x913bcfe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x913bd000 - 0x91406fe7  libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x914c7000 - 0x914c7ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x914c8000 - 0x914f0ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x914f1000 - 0x914f5ff7  libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9255c000 - 0x92560ff7  libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x92561000 - 0x92579ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9257a000 - 0x92580fe7  com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x925bf000 - 0x925cdfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x9266d000 - 0x9268cff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9268d000 - 0x9268eff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x927ff000 - 0x92832ffb  libTrueTypeScaler.dylib ??? (???) <574C2C51-65EC-7D2A-086D-C9312287DE22> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x92875000 - 0x9287ffe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x92880000 - 0x928c2ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x928cd000 - 0x9292efe7  com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x92968000 - 0x929eaffb  SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x929eb000 - 0x92d0ffef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x92d24000 - 0x92deffef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x92df0000 - 0x93110ff3  com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x93111000 - 0x93123ff7  com.apple.MultitouchSupport.framework 207.10 (207.10) <D4BA36E6-3B6F-2796-0758-8473600CBF5B> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x93124000 - 0x93233fe7  com.apple.WebKit 6533.20 (6533.20.25) <248613DC-8432-F15C-B5F7-548CFCA326B5> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x932ce000 - 0x93369ff7  com.apple.ApplicationServices.ATS 4.4 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x933b1000 - 0x933baff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x933bb000 - 0x933bbff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x935d2000 - 0x935e3ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x935e4000 - 0x935f1ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x935f2000 - 0x935f5fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9364d000 - 0x93680ff7  com.apple.AE 496.4 (496.4) <C73D124C-C722-41D8-3465-4CE0D0BA9307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x93681000 - 0x938f4fe7  com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x938f5000 - 0x93c60ff7  com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93c61000 - 0x93c7dfe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x93c7e000 - 0x93cc1ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x93cf5000 - 0x93cf5ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93d0f000 - 0x93d1fff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x93d81000 - 0x93debfe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x93f14000 - 0x93f71ff7  com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93f72000 - 0x93fecfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <D7B75C1C-1D52-19B6-2801-2F9D9911681F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x941ca000 - 0x94aaaff7  com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94aab000 - 0x94aabff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x94aac000 - 0x94ab3ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <37255DC6-9FD1-45CC-AC80-A84FD2B5450A> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x94ab4000 - 0x94ab6ff7  com.apple.securityhi 4.0 (36638) <FC01BFC4-04DB-96F3-2412-A86CC4F94CB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x94ab7000 - 0x94c71feb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x94c72000 - 0x94d4cffb  com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x94d4d000 - 0x94deafe3  com.apple.LaunchServices 362.2 (362.2) <77B97C8B-321D-46A2-1DB5-388E45DFBC9F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x9511b000 - 0x95130fff  com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x95131000 - 0x951b1feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x95227000 - 0x9528bffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x952d0000 - 0x952f1fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9530b000 - 0x9530cff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9542e000 - 0x9542eff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9542f000 - 0x95431ff7  libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x95432000 - 0x954dcfe7  com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x954dd000 - 0x9552afeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x95552000 - 0x95552ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9558c000 - 0x959c3ff3  com.apple.RawCamera.bundle 3.6.4 (561) <DBA5D7C1-CD82-CE7F-5AE5-A0E4E128236F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x95a34000 - 0x95b70ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95b71000 - 0x95d18ff7  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    0x95d27000 - 0x95de0fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x960cb000 - 0x9613aff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x961b3000 - 0x9626ffff  com.apple.ColorSync 4.6.6 (4.6.6) <D00B95AE-2379-CB8E-B18C-FF5B66741C23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x9676d000 - 0x968effe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D375C1CF-C88D-C5F6-3C49-CD429023FBAC> /usr/lib/libicucore.A.dylib
    0x968f0000 - 0x96904ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x96a0b000 - 0x96a46feb  libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x96a47000 - 0x96ad9fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCor

    Thanks, that answer would SEEM to make sense.
    But I deleted  all the preference files (not just the one you suggest) and restarted , etc... several times.
    End result: Flash CS4 still crashes, if not on opening, then everytime I try to open my old documents and reset the preferences.
    I am currently reinstalling my entire hard drive just to try to get CS4 to work again.
    I have worked with Flash since 1998, using it professionally for everything from short interactive demos to feature length animated films.
    CS4 is without a doubt the most poorly designed, inefficient version I have ever dealt with.
    A great and useful animation program was turned into a piece of bloated garbage filled with bugs and inefficiencies.
    I will switch to the first animation program that comes along to replace it, now that adobe seems to think the only real use for flash is to create low level acton scripts (despite being used for tv show level animation production for years.)
    These forums amply demonstrate that adobe has almost no useful support for its products and no real vision or idea of what it is doing.
    The fact that you can no longer even export flash as a quicktime movie that actually accurately plays is another nail in the coffin.
    I wish somebody at Adobe cared.

  • Folder of Adobe Flash CS4 under Applications doesn't show the Flash logo

    I migrated to my new Mac from an old Mac in which I had previously installed Adobe Creative Suite 4 Web Premium which includes Adobe Flash CS4 Professional. After I did that, all the files for the Adobe softwares were in blue and wouldn't work so I reinstalled the DVDs again. All my folders show the logos that correspond to the softwares located in each folder except for the Adobe Flash CS4 Professional which is still in blue. When I click on it to open the software, it works, but it shows this message:
    Error initializing Java Runtime Environment. You may need to reinstall Flash. Click OK
    It works, but it bugs me that all the other softwares show the logos except for Flash. I tried to run the DVD #1 again, but when it shows all the softwares that you can click on to install, it doesn't show Flash.
    Does anyone know how to fix that problem?
    Thanks in advance.

    you can dl the installation files or copy the files from your disk to a desktop directory.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5 | 1
    Contribute:  CS5 | CS4, CS3 | 3,2
    FrameMaker:  12, 11, 10, 9, 8, 7.2
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Cannot draw a transparent rectangle in Flash CS4

    Hi,
    In Flash CS4, when I draw a rectangle (or circle, or anything) with a color that has 0 alpha, nothing is drawn. Also, if I select a piece of drawing and change the color to 0 alpha, the drawing (e.g. rectangle) disappears!!
    Is there any way to disable this astonishingly stupid behaviour?
    I know I can draw a non-transparent rectangle, convert it to movie clip and set the movie clip's alpha to 0, but I'd like to avoid this.

    No it isn't a feature. It is definitely a bug. I experienced this once before. I had the part where if I selected something that already existed and changed its fill to alpha 0 then it just disappeared. And I too thought it was somebody had made a really bad programming choice when writing CS4.
    But then it went away. I've never figured out what caused it or why. I think at the time my response was just to set the alpha low (1%) with a thought like, "Well, that is hella annoying, I don't have time to deal with it now I'll come back and figure it out later." And then it just got better on its own.
    Sorry I don't have anything specific other than to tell you that you aren't alone and you aren't imagining it!
    You have updated to 10.0.2? I can't remember if it happened to me before the update or not. Are you on a Mac or PC? I also can't remember if this happened to me at work or home, so I don't know which one I saw it on. BTW I just tried it on my Mac and I can draw and/or change a shape to fill alpha zero.

  • Flash CS4 Crashing When Compiling AS2

    Since I purchased flash CS4 (upgrading from flash 8), I have gradually shifted from writing code in AS2 to AS3. Now all of my projects are in AS3 except 1, it's an old legacy project written in such a way that conversion would be almost impossible.
    Earlier today I started to work on it and then tried to compile it causing flash to crash. After about an hour I realised that whenever I compile an AS2 project flash crashed. After trying to download patches, restarting countless times and searching the internet for similar bugs, I uninstalled and reinstalled flash. But to no avail, the bug persisted. So I decided to create an acount and post about the bug I encountered on this form, hoping that somone might know about it.
    OS: Windows XP Media Center Edition Service Pack 3 64
    Processor: AMD Athlon 64 bit

    By following the suggestions of this url.
    http://kb2.adobe.com/cps/520/cpsid_52048.html
    And deleting my preferences located here.
    C:\Documents and Settings\<username>\Local Settings\Application Data\Adobe\Flash CS4\
    I managed to fix this problem, flash now once again, compiles AS2 files without crashing.

  • Please Fix This Bug - Mac Version CS4

    Mac OS 10.6.3 (bug has been around a while)
    Mac Pro
    Flash CS4 10.0.2.566
    Open up Flash using the Designer workspace (it can be any workspace, though).
    Now select Import so the OS X file dialog appears. Drag the dialog to be longer vertically so you can see more files listed. Select Cancel.
    Now drag the divider between the timeline and the stage down to be bigger vertically so you can see more Layers in the timeline.
    Now select Import and watch the file dialog spawn from the top of the stage, move down, hit the bottom of the screen, and shift your entire workspace. This is a bug. It shouldn't do this. Try fixing this weird anomaly at the top of your screen where it's a gap in the interface and you can't see the top part of the workspace.
    How long has Flash been out and this bug still exists?
    Steve Jobs was right. Adobe is lazy, though Apple's own Final Cut Studio has its share of ignored bugs, so he has no room to talk.
    I suppose I'm going to have to buy CS5 to get a bug fix...or it will carry over. I remember when Macromedia was around creating competition. The consumer benefited from that competition.

    Have you reported this bug?   Based on the series of steps you need to create this scenario, it is possible no one else has encountered it, so it may not have been addressed at all.  It probably has nothing at all to do with laziness on Adobe's end, though they are unlikely to release a new version every time a newly discovered bug gets arises.
    suggestions to Adobe - Wishlist
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Serious bugs in Flash Lite 2.1

    I've noticed some pretty serious problems when when working
    with Flash Lite 2.1 on on a device, on a device simulator, and on
    the Flash 8 emulator. There were no Object watches or any other
    kind of behind-the-scenes mayhem when I found these bugs. Here's
    just a small list of issues that have gone wrong (among other
    things):
    1. The Number data type is flaky at best. When doing a
    trace() on a variable of type Number, the value will change from
    signed to unsigned depending on what was done with the variable
    even if the actual contents haven't changed. For example I tried
    doing a bitwise OR on a Number that had 0xFFFFFFFF in it, and the
    interpretation switched from unsigned to signed.
    2. It seems that when I do an add 0 to a _y member of one of
    my MovieClips the contents of my movie EXPAND AND SKEW to extreme
    extents. I don't even know how this is possible, because nowhere in
    my application do I modify _width/_height, or any scale property
    values of ANY MovieClip objects (only read them).
    3. When testing my app on a device (LG VX8000), Flash Lite
    began IGNORING certain core language operations (adding / creating
    an empty movie clip / etc..) RANDOMLY if I start mashing keys fast
    enough (happens sometimes even if I don't mash keys).... operations
    which work 100% of the time in the Flash 8 device emulator both
    with a low and high FPS rate.
    4. When retrieving _y and _height properties of a MovieClip,
    in certain places these properties were INTERCHANGED WITH EACH
    OTHER if I didn't add trace() calls to print their values before
    hand. Taking out the trace() calls caused the values to continue
    being swapped.
    These are pretty serious issues that are making my app
    unstable all around. My application is entirely based on the basics
    of ActionScript 2.0. I can assure people reading this that the
    problems are not because of bugs within my application. Has anyone
    come across any of these problems before? Can anyone at Adobe
    provide information or workarounds/support.
    It's a shame to see such huge bugs in the Flash Lite
    VM.

    Hello,
    I'm the PM for Flash Lite, and thank you for your interest in
    our products.
    Let me clarify the purpose of the Windows Mobile 5 release of
    Flash Lite. As you are aware, we license Flash Lite to our OEM
    customers so that they may integrate Flash Lite into their mobile
    phones. Flash 7 SDK is not targeted at regular mobile phones - just
    the pocketPC.
    There are differences between Flash Lite and Flash Player 7
    in that FP7 supports video and Flash Lite 2.1 does not. this is the
    most fundamental difference between the two.
    If you are building content that you expect will run not only
    on PocketPC, but other mobile phones as well, then FL2.1 for WM5 is
    a good starting place to test and try out your content because when
    OEMs ship phones with Flash Lite 2.1 already preinstalled, your
    content is "good to go".
    Flash Lite 2.1 authoring is supported as an "add on" to the
    Flash 8 authoring tool. Please check out our Flash 8 tool section
    on Adobe.com here
    http://www.adobe.com/devnet/devices/
    - select the Flash Lite 2.1 for Flash Professional 8.
    You will need to use Flash 8 authoring with update for Flash
    Lite 2.1 to create/author your content.
    CDK = Content Development Kit - contains tips, samples etc.
    Flash Player 7 SDK - this is a kit not for developers, but
    for companies that may want to embed Flash Player 7 into their
    devices such as set top boxes or game consoles. We give these
    customers source code of the Flash 7 player.
    The Flash Player 7 for PocketPC will play back Flash 7 and
    prior versions of Flash content.
    I would encourage you to read up on more of our online
    resources and as you get more familiar with Flash, you will
    definitely see that it is a very compelling application development
    platform and join the thousands of other flash developers.
    best regards,
    Vinay

Maybe you are looking for

  • A useful story for you, will hope

    Today I upgraded to CS6, both Design/Web Premium and Audition. After really being attracted, and thinking a lot about it, I didn't do so via Creative Cloud. I think you might like to consider why, and things that can be good to do about it. I'm a lon

  • RAISE_BINDING_EXCEPTION

    Hi Guru's,         Here I have a situation... getting the Exception while trying to display a View using WDA. I have a Component Controller Context Node. with Cardinality 0..1 and selection 0..1 and copied and mapped to View Context. On this load of

  • Essbase trigger error : Application shuts down

    Hi, I am implementing a trigger in Essbase BSO application. Trigger is as below CREATE OR REPLACE TRIGGER 'SPMTEST'.'SPMTEST'.'SPMONUPD' WHERE (Jan,[2010], Sales, Actual, [100-10], [New York]) WHEN Jan > 20 and Jan < 25 THEN SPOOL EssSPM WHEN Jan > 3

  • Actual GI Date not getting populated

    Hi My issue is that after the change in Fiscal Year, now in some of the STO Deliveries the Actual GI Date is not getting populated in Delivery Document, however the PGI is complete. Any suggestion where should I look, and what may be reason / solutio

  • Cisco WLC with Bonjor services - MSE 3310 compatibility

    Hi All, We have a Cisco WLC 5508 currently running on code 7.2. We have Cisco MSE 3310 appliance (which is EoS & EoS) and it is running on code 7.2 as well. Now, we want to implement Bonjor Gateway services to support Apple Services such as Apple TV,