Flash CS4 problem of multiple selection, scale/position

Hello.

I noticed that if you have a flash cs4 AS2 where you need to make a zoom and zoom out effect on several elements, you will have a time painful building this scale + position effect. Let me explain.

All need to be put in the scale of 0 to 100%, then 100% to 0. Some people need to be level in the exact position where they are, but others must also move to adapt to the zoom effect to a result of a central effect for everything). For some unknow reason that interpolation does not work for this point. If I had to do it manually using 50 keyframes of the 1 frame (ho joy... don't forget to times that by 19)

We all know that when you use the free transform tools, you have the processing area + small circle that define the location of the effect "Centre" of the issue. Regardless of the location of this small circle, when you zoom it will go away in the opposite direction and the opposite is also true. So far, it works perfectly.

However if you take the time to put this small circle for all your element perfectly and test it with everything, you should be able to select ALL of your items at the same time and perform the same motion as if you were doing it on one right? Well no.

If you do this with a single element and play with the scale (with the constraint), it does what you want. But if you select all, you will discover quickly enough that it no longer works. You will also discover that it is adding a NEW small circle ('central' position) that is shifted. Fair enough, I move this circle in the exact spot of the zoom effect, then try to do the zoom and TADAM... it does not work, is still playing with the scale/position management.

Z. Ctrl deselect everything, then try again with 1 single random element? work perfectly. Try with all of them at the same time? do not work.

Remember all these zoom element in the same place, then you should have no problem with the new small circle as you move to the same place as the other. But none. even if it is there, it will always be scale/position to the South where it supposed to be. Do everything at the same time while fixing this circle should save you time, but right now it's exactly the opposite, an effect that could take an hour to do will take me the whole day, if not more.

any clue?

I hope I'm clear enough

THX.

I don't think that there is a bug.  but, if you want to report an:

https://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform

Tags: Adobe Animate

Similar Questions

  • Problem Manager multiple selection with system dialog box

    I currently have a problem with the help of system on a manager of multiple selection dialog as the code below works fine:

    multiSelectHandler {
                        status: listView1.selectionList().length + qsTr(" Clients Selected") + Retranslate.onLocaleOrLanguageChanged
                        actions: [
                            DeleteActionItem {
                                id: deleteActionItem
                                onTriggered: {
                                    var selectionList = listView1.selectionList();
                                    var selectedItem = dataModel.data(selectionList);
                                    console.log(selectedItem);
    
                                    for (var i = 0; i < selectionList.length; ++ i) {
                                        _sql.deleteClient(dataModel.data(selectionList[i]).clientID)
                                        dataSource.loadData()
                                    }
                                }
                            }
                        ]
                    }
    

    However, when it is changed to use that a dialogue system, the feature does not work and the console record results:

    selected list: undefined

    selected item: undefined

    multiSelectHandler {
                        status: listView1.selectionList().length + qsTr(" Clients Selected") + Retranslate.onLocaleOrLanguageChanged
                        actions: [
                            DeleteActionItem {
                                id: deleteActionItem
                                onTriggered: {
                                    multiSelectDeleteDialog.show()
                                }
                                attachedObjects: [
                                    SystemDialog {
                                        id: multiSelectDeleteDialog
                                        title: qsTr("Delete Clients") + Retranslate.onLocaleOrLanguageChanged
                                        body: qsTr("Are you sure you want to delete these clients?") + Retranslate.onLocaleOrLanguageChanged
                                        onFinished: {
                                            if (result == 3) {
                                                console.log("Cancelled")
                                            } else {
                                                console.log("Deleted")
                                                var selectionList = listView1.selectionList()
                                                console.log("selected list: " + selectionList)
                                                var selectedItem = dataModel.data(selectionList);
                                                console.log("selected item: " + selectedItem);
    
                                                for (var i = 0; i < selectionList.length; ++ i) {
                                                    _sql.deleteClient(dataModel.data(selectionList[i]).clientID)
                                                    dataSource.loadData()
                                                }
                                            }
                                        }
                                    }
                                ]
                            }
                        ]
                    }
    

    With the help of Roger Leblanc, it works now

    multiSelectHandler {
                        status: listView1.selectionList().length + qsTr(" Clients Selected") + Retranslate.onLocaleOrLanguageChanged
                        actions: [
                            DeleteActionItem {
                                property variant selectionList
                                property variant selectedItem
                                id: deleteActionItem
                                onTriggered: {
                                    deleteActionItem.selectionList = listView1.selectionList()
                                    deleteActionItem.selectedItem = dataModel.data(selectionList);
                                    multiSelectDeleteDialog.show()
                                }
                                attachedObjects: [
                                    SystemDialog {
                                        id: multiSelectDeleteDialog
                                        title: qsTr("Delete Clients") + Retranslate.onLocaleOrLanguageChanged
                                        body: qsTr("Are you sure you want to delete these clients?") + Retranslate.onLocaleOrLanguageChanged
                                        onFinished: {
                                            if (result == 3) {
                                                console.log("Cancelled")
                                            } else {
                                                console.log("Deleted")
    
                                                for (var i = 0; i < deleteActionItem.selectionList.length; ++ i) {
                                                    _sql.deleteClient(dataModel.data(deleteActionItem.selectionList[i]).clientID)
                                                    dataSource.loadData()
                                                }
                                            }
                                        }
                                    }
                                ]
                            }
                        ]
                    }
    
  • film test in FLASH CS4 problem

    Hello

    I have created a graph on one layer in my timeline in FLASH CS4 and then add a new layer above it with the text to create a zoom effect. When I click on control > play the movie plays fine with text zoom out as it is supposed to, but when I click on the control > test movie film shows white with the text visible permanently and graphics flickering on (visible) and so fast that it is barely visible in the Sea (not visible). Any ideas on why the film of test does not work? Any help would be greatly appreciated! Thank you!

    ashmic19

    The kind of behavior you describe is often obvious when there is an error in actionscript in the file.  You have all code in the file?

    It could also be a case of loop between two images, well based on what you describe, I see currently is the case.

  • Hold down the SHIFT key for multiple selection of objects?

    Maybe me - but the latest version of muse on my mac OSX 10.8.5 now hold down the SHIFT key and clicking on do not seem to me be the multiple select objects - works fine in illustrator and Indd, can't see a preference check everywhere where I missed - I am the only one with this problem?

    catfordboyjohn, join the discussion on this topic on this thread Re: after upgrading to 2014 CC Muse I have problem with multiple selection. SHIFT are not working? >. Thank you.

  • F8 key does not not on my imac with Flash CS4

    I'm new to Mac and I am a beginner in Flash CS4. When I selected a rectangle on the stage and you press f8 to convert it to symbol, nothing happened. Can someone tell me what to do to fix this? Thanks in advance.

    In your Mac system preferences, you can change the keyboard preferences. There is an option to use the function keys while pressing the fn key. If you do not have a fn key, simply use the command/apple key.

  • Emergency aid the problem of adobe flash cs4 animation

    I am working currently on the amimation project, after that I am referring to:


    http://www.pixelhivedesign.com/Tutorials/Flash+matrix+-+animated+code+effect/


    and successfully make an animated background matrix, then the problem, some object or symbol or animation I put on the background will automatically become 'transparent', who can see the word matrix pass through it, I am completely newbie on this software and any help is welcome

    BTW, I use adobe flash cs4

    You must manually create an empty movieclip and place it on the stage in the upper left corner on a background layer of the main timeline.  Then, assign it an instance name of "backgroundMC" This movieclip is where the code will place all the matrix elements to be created.

    To create an empty movieclip, in the toolbar at the top of the page, select Insert-> new symbol-> Movieclip... assign a symbol name as "Virgin mc" or something so that you know what it is to return to the main document choose edition--> the main Document, and then drag a copy of the new movieclip to the upper-left corner of the stage.

    When it is still selected, assign it an instance name "backgroundMC" in the properties panel, where it says "" (you can name it what you want, but I'm just using background MC for this example to work.

    If you did this correctly, the matrix will be limited now to be in this context movieclip and you can place another object above it in the other layers.

  • Problems using camera - Flash CS4

    • All updates are installed
    • Please give us more information about your creative environment:
      • Flash for CS4 10.0.2
      • Mac OS x v10.7

    I followed the ActionScript 3.0 for Adobe Flash CS4 Professional - Classroom in a Book

    I'm in Lesson 12 where it refers to access the camera from the user to display a picture taken by the camera.  The purpose of the lesson is that, after loading the image on the screen, the filters can be applied to him.  The question I have is that no image is displayed on my screen.  I've been on the code closely (the file that comes pre-loaded ready to go did not work).  I loaded the facetime and I went to www.testmycam.com and my camera works very well in both cases.  The dialog box comes and asks me to allow or deny.  Of course, I click ALLOW.  I am at a loss.  The code is below.  Any help would be appreciated.

    Fl.ik import. *;

    Import fl.events.SliderEvent;

    import flash.media.Camera;

    import flash.media.Video;

    IKManager.trackAllArmatures (false);

    var arm0:IKArmature = IKManager.getArmatureAt (0);

    var rt0:IKJoint = arm0.rootJoint;

    var jt0:IKJoint = rt0.getChildAt (0) .getChildAt (0) .getChildAt (0);

    var mover0:IKMover = new IKMover (jt0, jt0.position);

    var fx1:Sound = new Sound();

    FX1. Load (new URLRequest ("robotArm.mp3"));

    var channel1:SoundChannel = new SoundChannel;

    var fx2:Sound = new Sound();

    FX2. Load (new URLRequest ("click.mp3"));

    var channel2:SoundChannel = new SoundChannel;

    var camera:Camera=Camera.getCamera();

    var video: *;

    If (camera! = null) {}

    video = new Video (160, 120);

    video.attachCamera (camera);

    addChild (video);

    trace ("camera is ok");

    } else {}

    trace ("there is no recognized camera connected to your computer.");

    video = new AltVid();

    addChild (video);

    }

    snapshot_btn.addEventListener (MouseEvent.CLICK, onSnapShot);

    function onSnapShot(e:MouseEvent):void {}

    stage.addEventListener (Event.ENTER_FRAME, moveDown);

    snapshot_btn. Visible = false;

    channel 1 = fx1.play ();

    }

    function moveDown(e:Event) {}

    If {(jt0.position.y, 305)

    var pt0:Point = new Point (jt0.position.x + 5, jt0.position.y + 5);

    mover0. MoveTo (PT0);

    } else {}

    CHANNEL1. Stop();

    canal2 = fx2.play ();

    channel 1 = fx1.play ();

    stage.removeEventListener (Event.ENTER_FRAME, moveDown);

    stage.addEventListener (Event.ENTER_FRAME, moveUp);

    }

    }

    function moveUp(e:Event):void {}

    If {(jt0.position.y > 165)

    var pt0:Point = new Point (jt0.position.x - 5, jt0.position.y - 5);

    mover0. MoveTo (PT0);

    } else {}

    stage.removeEventListener (Event.ENTER_FRAME, moveUp);

    snapshot_btn. Visible = true;

    CHANNEL1. Stop();

    }

    }

    Thank you

    John

    Detect that a web cam in windows is different to detect a webcam in mac

    function activaWebcam(e:MouseEvent):void {}

    trace ("active webcam");

    var index = 0; the default for windows-

    The search for the webcam Mac index

    for (var i = 0; i)< camera.names.length;i++)="">

    If (Camera.names [i] == "USB Video Class Video") {}

    index = i;

    }

    }

    Cam = Camera.getCamera (index);

    video.attachCamera (cam);

    }

  • GOOgle maps and the problems of flash cs4

    Hello, I have a problem.

    I did a site in Flash cs4 with several pages that you enter by clicking on the button.

    Then in one of the pages I wanted to insert google map so I did the installation of the google maps.

    Then, I entered a keyframe and insert the ActionScript for the google map:


    import com.google.maps.LatLng;
    import com.google.maps.Map;
    import com.google.maps.MapEvent;
    import com.google.maps.MapType;
    import com.google.maps.InfoWindowOptions;
    import com.google.maps.LatLngBounds;
    import com.google.maps.MapMoveEvent;
    import com.google.maps.overlays.Marker;
    import com.google.maps.overlays.MarkerOptions;
    import com.google.maps.interfaces.IPolyline;
    com.google.maps.services import. *;

    var dir:Directions;
    var polyline:IPolyline;
    var map: map

    function setupMap() {}

    map = new Map();
    Map.Key = "ABQIAAAA38eqZ79rYEIJwNYsDl4kqO9UF00lgandsoandso... » ;
    map.setSize (new Point (800,500));
    Map.x = 150;
    Map.y = 150;
    map.addEventListener (MapEvent.MAP_READY, onMapReady);
    this.addChild (map);

    }
    setupMap();

    function onMapReady(event:Event):void {}

    dir = new Directions();
    dir.addEventListener (DirectionsEvent.DIRECTIONS_SUCCESS, onDirectionsLoaded);
    dir. Load ("Belgrade");

    }
    function onDirectionsLoaded(event:DirectionsEvent):void {}

    }

    GOOGLE MAP WORK NICE BUT,

    I have a problem when I go to another page google map stays on this page too...

    with a page from the last keyframe apearing on other pages, I always solved with the entry BLANK KEY FRAMES BETWEEN THEM IN A TIMELINE.

    THIS IS ACTIONSCRIPT...

    I do not know how to stop google map when I go to the other page, his trips, he...

    pls help I have more solutions.

    Thank you

    I fairly well supplied all the necessary details in what I have described.  Create a new movieclip with nothing in it symbol.  Place it in a frame where you want the card to appear in the timeline and assign it an instance name ("emptyMC" works).  In the code that show you, change...

    this.addChild (map);

    TO

    emptyMC.addChild (map);

    This should work unless there is something on Google maps that I know not (which is very likely since I haven't used their is still Flash)

  • Keywording multiple selection problem

    I think I discovered a bug with Adobe Bridge CS4 does not write keyword tags to multiple selected files metadata...

    Several FIRST brand Canon 1Ds III, files when they are selected, cannot write keywords metadata files when multiple keywords are selected. If I select a batch of RAW files, and then click the check boxes for multiple keywords to apply, only a few of these key words will apply. Some
    not even count backwards. I can check it after writing the program by noting a "-" sign the list in the next box to the word, or some of the words, and they are not all the same number of files when I look at the filter window. I must apply a keyword at a time to a select group of RAW files in order to prevent the program to rewrite the correct number of selected files.

    All this experience? I am a photographer, and I have some pretty big shoots that I need to keyword only a few small things to the rod before the editing phase.

    Thank you

    Daniel Root

    Portland, OR

    Speyfly714 wrote:

    I think that you must try to reproduce using a large number of Canon Mark III 1 d or 1Ds RAW files.

    It comes to this particular camera raw files and not others?

    Sorry, is not a shooting game Canon me I don't have this type of file.

  • Facing problem in the multiple selection list...

    Hi Andy,.

    We are facing a problem more...

    In the selection of the Menu... Like u given a solution for dropdownlist hide which works very well... but the same logic does not work for the multiple selection list item. Why so...


    David...

    Published by: David on November 17, 2008 05:22

    Hello

    If you have added in the Page template, then the P39_BATES_DESCRIPTION will not work. As the P63_ATTRIBUTE_CLASS_CODE is not on the page, javascript will throw an error and that will stop the rest of the code to run.

    You can get javascript to test for the existence of a question of fact:

    if ($x('P63_ATTRIBUTE_CLASS_CODE')) {$x('P63_ATTRIBUTE_CLASS_CODE').style.display = 'none';}
    if ($x('P63_ATTRIBUTE_TYPE')) {$x('P63_ATTRIBUTE_TYPE').style.display = 'none';}
    if ($x('P39_BATES_DESCRIPTION')) {$x('P39_BATES_DESCRIPTION').style.display = 'none';}
    

    Andy

  • Can you solve my problem installing Adobe Flash CS4 in point 8.1 of Windows

    I just bought a new laptop running Windows 8.1 and wanted to install Adobe CS4 Master Collection, which has run perfectly on Windows 7 years. On the first installation disk, I get the following message. "Setup error".

    Installation of the following components has not:

    Adobe Flash CS4

    To continue installing the rest of the options, click on continue.

    To cancel the installation, click on exit. »

    I did some quick research on google and this forum and have not found a satisfactory explanation. I have disabled the software anti-virus and firewall, but it changed nothing. I know that Windows 8 is different, but it seems strange that she does not offer backward compatibility for such a market, driving the tool like Adobe Flash.

    Any ideas?

    It seems that the error was just related to Flash player, who has not been able to install CS4 discs, because it is pre-installed Internet Explorer 11, which is bundled with Windows 8.1

    I don't know how to close this question, but if a moderator reads this, could you please close the message. Thank you, Eli

  • Flash cs4 nothing visible in the library or the stage, but can be seen in swf

    Hello

    I'm not sure what I've done - graphic symbols, text are visible in the swf but not on stage, in the workspace or in the library.  I wonder if I have accidentally reset something. I tried to import an .ai graph in a file in flash cs4 when it happened first - graphics is not visible in the workspace, but could be considered in swf. Now, I don't see anything in any flash file I open even those who have been very well before.  Workspace just blank and empty when library window select symbols in the library. If I try to get something, or insert text, it disappears as soon as I switch to the selection tool, but is not visible unless I look at the SWF (control-enter). Please help - much appreciated!

    The project window is just a blank white square in the workspace of developer too.

    I've sorted it.  For anyone else having the same problem, here's how:

    http://code.Google.com/p/flashbug/issues/detail?ID=34

  • ? Flash CS4, it is possible to adjust the length of several timelines at the same time?

    Hello

    I'm using Flash CS4. Is it possible to adjust the length of several timelines at the same time? I do an animation of the leaves that fall from the tree. The only leaves 17 separate calendars on separate layers and each has its own guide layer.

    If I had the opportunity to select all the chronologies set and adjust all their respective time start and end at the same time even, compared to the other, but also separately, life would be so much easier!

    Of course I can do timeline timeline, no problem, but I can't adjust the length in addition to a scenario at a time. (no pun intended)

    Even when I select more than one timeline, the double arrow only adjusts the length of a timeline. Even each layer guide must be set separately. I understand the benefit of this, but, timing tests and make adjustments would be so much easier and go a lot faster if I could select and drag several lengths of timeline at the same time.

    Is it possible to do this?

    I am new to Flash, thank you for your patience with me!

    SabelV

    You are welcome.

  • Flash CS4 crashes once a new file is created. ???

    For context:


    I just installed Snow Leopard on my Macbook Pro (2007 model) and so all recently installed CS4 Design Premium student Ed.

    Here's what came as a result of the accident.

    Process: Adobe Flash CS4 [2255]

    Path: / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/MacOS/Adobe Flash CS4

    ID: com.adobe.flash - 10.0

    Version: 10.0.2.566 (10.0.2)

    Code type: X 86 (native)

    Parent process: launchd [77]

    Time: 2010-05-06 15:08:31.007-0400

    OS version: Mac OS X 10.6.3 (10D575)

    Report Version: 6

    Interval since last report: 862 sec

    Crashes since last report: 3

    Per-App interval since last report: sec 77

    Per-App crashes since last report: 3

    Anonymous UUID: D0474DA1-FD3C-4711-A3C4-151C40B36AF4

    Exception type: EXC_CRASH (SIGABRT)

    Exception codes: 0 x 0000000000000000, 0 x 0000000000000000

    Crashed thread: 0 dispatch queue: com.apple.main - wire

    Request for clarification:

    Abort() called

    Thread 0 crashed: dispatch queue: com.apple.main - wire

    0 libSystem.B.dylib + 10 __kill 0x910e2132

    1 libSystem.B.dylib 0x910e2124 kill$ UNIX2003 + 32

    2 libSystem.B.dylib 0x911748e5 stimulus + 26

    3 libSystem.B.dylib + 93 demolition 0x9118a99c

    4 libstdc ++.6.dylib 0x9494afda __gnu_cxx::__verbose_terminate_handler() + 433

    5 libstdc ++.6.dylib 0x9494917a __cxxabiv1::__terminate (void (*) ()) + 10

    6 libstdc ++.6.dylib 0x949491ba __cxxabiv1::__unexpected (void (*) ()) + 0

    7 libstdc ++.6.dylib 0x949492b8 __gxx_exception_cleanup (_Unwind_Reason_Code, _Unwind_Exception *) + 0

    10.0 - com.adobe.flash 8 0x0068256b 0x1000 + 6821227

    10.0 - com.adobe.flash 9 0x00cf93c4 0x1000 + 13599684

    com.Adobe.Flash - 10 10.0 0x007c6519 0x1000 + 8148249

    11 com.adobe.flash - 10, 0 0x007c696f 0x1000 + 8149359

    12 com.adobe.flash - 10, 0 0x007c6f32 0x1000 + 8150834

    13 com.adobe.flash - 10, 0 0x007c7031 0x1000 + 8151089

    14 com.adobe.flash - 10, 0 0x007c2e75 0x1000 + 8134261

    15 com.adobe.flash - 10, 0 0x007c33b8 0x1000 + 8135608

    16 com.apple.HIToolbox 0x992403ac IdleTimerVector + 62

    17 com.apple.CoreFoundation 0x949e176b __CFRunLoopRun + 8059

    18 com.apple.CoreFoundation 0x949df0f4 CFRunLoopRunSpecific + 452

    19 com.apple.CoreFoundation 0x949def21 CFRunLoopRunInMode + 97

    20 com.apple.HIToolbox 0x991ec0fc RunCurrentEventLoopInMode + 392

    21 com.apple.HIToolbox 0x991ebeb1 ReceiveNextEventCommon + 354

    22 com.apple.HIToolbox 0x993741d4 _AcquireNextEvent + 54

    23 com.apple.HIToolbox 0x99369f20 RunApplicationEventLoop + 228

    24 com.adobe.flash - 10, 0 0x00993fed 0x1000 + 10039277

    25 com.adobe.flash - 10, 0 0x0089ed33 0x1000 + 9035059

    com.Adobe.Flash 26-10, 0 0x0089edde 0x1000 + 9035230

    27 com.adobe.flash - 10, 0 0 x 00003742 0x1000 + 10050

    28 com.adobe.flash - 10, 0 00003669 0 x 0 x 1000 + 9833

    Thread 1: dispatch queue: com.apple.libdispatch - Manager

    0 libSystem.B.dylib 0x910a7b42 kevent + 10

    1 libSystem.B.dylib 0x910a825c _dispatch_mgr_invoke + 215

    2 libSystem.B.dylib 0x910a7719 _dispatch_queue_invoke + 163

    3 libSystem.B.dylib 0x910a74be _dispatch_worker_thread2 + 240

    4 libSystem.B.dylib 0x910a6f41 _pthread_wqthread + 390

    5 libSystem.B.dylib + 30 start_wqthread 0x910a6d86

    Thread 2:

    0 libSystem.B.dylib 0 91081342 semaphore_wait_signal_trap + 10 x

    1 libSystem.B.dylib + 1089 _pthread_cond_wait 0x910aeeb8

    2 libSystem.B.dylib 0x910f742f pthread_cond_wait + 48

    3 com.adobe.amt.services 0x1619c552 AMTConditionLock::LockWhenCondition (int.) + 46

    4 com.adobe.amt.services 0 16197995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115 x

    5 com.adobe.amt.services 0x1619c5b0 AMTThread::Worker(void*) + 20

    6 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    7 libSystem.B.dylib 0x910ae89e thread_start + 34

    3 wire:

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2... ple. CoreServices.CarbonCore 0x94299de8 TS_exception_listener_thread + 160

    3 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    4 libSystem.B.dylib 0x910ae89e thread_start + 34

    Thread 4:

    0 libSystem.B.dylib + 10 __semwait_signal 0x910af262

    1 libSystem.B.dylib 0x910aef1e _pthread_cond_wait + 1191

    2 libSystem.B.dylib 0x910b0bb8 pthread_cond_wait$ UNIX2003 + 73

    3... ple. CoreServices.CarbonCore + 126 TSWaitOnCondition 0x94206aee

    4... ple. CoreServices.CarbonCore + 202 TSWaitOnConditionTimedRelative 0x941f243d

    5... ple. CoreServices.CarbonCore 0x941ede0f MPWaitOnQueue + 250

    6 AdobeACE 0x04b9538d 0x4b64000 + 201613

    7 AdobeACE 0x04b94d85 0x4b64000 + 200069

    8... ple. CoreServices.CarbonCore 0x941d1eb6 PrivateMPEntryPoint + 68

    9 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    10 libSystem.B.dylib 0x910ae89e thread_start + 34

    Wire 5:

    0 libSystem.B.dylib + 5 syscall 0x910b3ff9

    1 com.apple.OpenTransport 0x18c64851 CarbonSelectThreadFunc + 257

    2 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    3 libSystem.B.dylib 0x910ae89e thread_start + 34

    Line 6:

    0 libSystem.B.dylib + 10 __semwait_signal 0x910af262

    1 libSystem.B.dylib 0x910aef1e _pthread_cond_wait + 1191

    2 libSystem.B.dylib 0x910b0bb8 pthread_cond_wait$ UNIX2003 + 73

    3 com.apple.OpenTransport 0x18c60d73 CarbonOperationThreadFunc + 203

    4 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    5 libSystem.B.dylib 0x910ae89e thread_start + 34

    Wire 7: Java: Exception Handler Thread

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2 libSystem.B.dylib 0x910ed048 mach_msg_server + 520

    3 libclient.dylib 0x1d9e2e25 JNI_CreateJavaVM_Impl + 61045

    4 libclient.dylib 0x1d9e2dca JNI_CreateJavaVM_Impl + 60954

    5 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    6 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    7 libSystem.B.dylib 0x910ae89e thread_start + 34

    Thread 8: Java: worker Gang #0 (parallel Threads of GC)

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2 libclient.dylib 0x1d9e1f23 JNI_CreateJavaVM_Impl + 57203

    3 libclient.dylib 0x1d9e1dab JNI_CreateJavaVM_Impl + 56827

    4 libclient.dylib 0x1d9e1928 JNI_CreateJavaVM_Impl + 55672

    5 libclient.dylib 0x1d9e1588 JNI_CreateJavaVM_Impl + 54744

    6 libclient.dylib 0x1d9f7931 jio_vsnprintf + 321

    7 libclient.dylib 0x1d9f786a jio_vsnprintf + 122

    8 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    9 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    10 libSystem.B.dylib 0x910ae89e thread_start + 34

    Wire 9: Java: worker Gang #1 (parallel Threads of GC)

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2 libclient.dylib 0x1d9e1f23 JNI_CreateJavaVM_Impl + 57203

    3 libclient.dylib 0x1d9e1dab JNI_CreateJavaVM_Impl + 56827

    4 libclient.dylib 0x1d9e1928 JNI_CreateJavaVM_Impl + 55672

    5 libclient.dylib 0x1d9e1588 JNI_CreateJavaVM_Impl + 54744

    6 libclient.dylib 0x1d9f7931 jio_vsnprintf + 321

    7 libclient.dylib 0x1d9f786a jio_vsnprintf + 122

    8 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    9 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    10 libSystem.B.dylib 0x910ae89e thread_start + 34

    Thread 10: Java: concurrent Mark Sweep GC Thread

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2 libclient.dylib 0x1d9e2037 JNI_CreateJavaVM_Impl + 57479

    3 libclient.dylib 0x1d9febb0 jio_vsnprintf + 29632

    4 libclient.dylib 0x1d9e19b7 JNI_CreateJavaVM_Impl + 55815

    5 libclient.dylib 0x1d9e1588 JNI_CreateJavaVM_Impl + 54744

    6 libclient.dylib 0x1dabbb8c JVM_Available + 29852

    7 libclient.dylib 0x1d9fe992 jio_vsnprintf + 29090

    8 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    9 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    10 libSystem.B.dylib 0x910ae89e thread_start + 34

    Wire 11: Java: VM Thread

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2 libclient.dylib 0x1d9e2037 JNI_CreateJavaVM_Impl + 57479

    3 libclient.dylib 0x1d9febb0 jio_vsnprintf + 29632

    4 libclient.dylib 0x1d9e19b7 JNI_CreateJavaVM_Impl + 55815

    5 libclient.dylib 0x1d9e1588 JNI_CreateJavaVM_Impl + 54744

    6 libclient.dylib 0x1da76f5b JVM_Lseek + 142763

    7 libclient.dylib 0x1da76c8a JVM_Lseek + 142042

    8 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    9 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    10 libSystem.B.dylib 0x910ae89e thread_start + 34

    Wire 12: Java: reference Manager

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2 libclient.dylib 0x1d9e1f23 JNI_CreateJavaVM_Impl + 57203

    3 libclient.dylib 0x1d9e1dab JNI_CreateJavaVM_Impl + 56827

    4 libclient.dylib 0x1da8bc95 JVM_MonitorWait + 5461

    5 libclient.dylib 0x1da8abfe JVM_MonitorWait + 1214

    6 libclient.dylib 0x1da8a87a JVM_MonitorWait + 314

    7   ???                           0x22bd5839 0 + 582834233

    8   ???                           0x22bcddb1 0 + 582802865

    9   ???                           0x22bcddb1 0 + 582802865

    10?                           0x22bcb2d3 0 + 582791891

    11 libclient.dylib 0x1da787d0 JVM_Lseek + 149024

    12 libclient.dylib 0x1da78576 JVM_Lseek + 148422

    13 libclient.dylib 0x1da8a11b JVM_InternString + 2123

    14 libclient.dylib 0x1da89f8a JVM_InternString + 1722

    15 libclient.dylib 0x1da89d74 JVM_InternString + 1188

    16 libclient.dylib 0x1da8980f JVM_StartThread + 2175

    17 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    18 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    19 libSystem.B.dylib 0x910ae89e thread_start + 34

    Line 13: Java: finalizer

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2 libclient.dylib 0x1d9e1f23 JNI_CreateJavaVM_Impl + 57203

    3 libclient.dylib 0x1d9e1dab JNI_CreateJavaVM_Impl + 56827

    4 libclient.dylib 0x1da8bc95 JVM_MonitorWait + 5461

    5 libclient.dylib 0x1da8abfe JVM_MonitorWait + 1214

    6 libclient.dylib 0x1da8a87a JVM_MonitorWait + 314

    7   ???                           0x22bd5839 0 + 582834233

    8   ???                           0x22bcddb1 0 + 582802865

    9   ???                           0x22bcdf17 0 + 582803223

    10?                           0x22bcdf17 0 + 582803223

    11?                           0x22bcb2d3 0 + 582791891

    12 libclient.dylib 0x1da787d0 JVM_Lseek + 149024

    13 libclient.dylib 0x1da78576 JVM_Lseek + 148422

    14 libclient.dylib 0x1da8a11b JVM_InternString + 2123

    15 libclient.dylib 0x1da89f8a JVM_InternString + 1722

    16 libclient.dylib 0x1da89d74 JVM_InternString + 1188

    17 libclient.dylib 0x1da8980f JVM_StartThread + 2175

    18 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    19 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    20 libSystem.B.dylib 0x910ae89e thread_start + 34

    Thread 14: Java: Thread Locker (CMS) of substitution

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2 libclient.dylib 0x1d9e1f23 JNI_CreateJavaVM_Impl + 57203

    3 libclient.dylib 0x1d9e1dab JNI_CreateJavaVM_Impl + 56827

    4 libclient.dylib 0x1d9e1928 JNI_CreateJavaVM_Impl + 55672

    5 libclient.dylib 0x1d9e14a9 JNI_CreateJavaVM_Impl + 54521

    6 libclient.dylib 0x1daa1097 JVM_IsPrimitiveClass + 7639

    7 libclient.dylib 0x1daa0c11 JVM_IsPrimitiveClass + 6481

    8 libclient.dylib 0x1da89d74 JVM_InternString + 1188

    9 libclient.dylib 0x1da8980f JVM_StartThread + 2175

    10 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    11 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    12 libSystem.B.dylib 0x910ae89e thread_start + 34

    Thread 15: Java: Signal splitter

    0 libSystem.B.dylib 0 91081336 semaphore_wait_trap + 10 x

    1 libclient.dylib 0x1daa1b5e JVM_IsPrimitiveClass + 10398

    2 libclient.dylib 0x1daa192e JVM_IsPrimitiveClass + 9838

    3 libclient.dylib 0x1da89d74 JVM_InternString + 1188

    4 libclient.dylib 0x1da8980f JVM_StartThread + 2175

    5 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    6 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    7 libSystem.B.dylib 0x910ae89e thread_start + 34

    16 wire: Java: CompilerThread0

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2 libclient.dylib 0x1d9e1f23 JNI_CreateJavaVM_Impl + 57203

    3 libclient.dylib 0x1d9e1dab JNI_CreateJavaVM_Impl + 56827

    4 libclient.dylib 0x1d9e1928 JNI_CreateJavaVM_Impl + 55672

    5 libclient.dylib 0x1d9e14a9 JNI_CreateJavaVM_Impl + 54521

    6 libclient.dylib 0x1daa2ec2 JVM_IsPrimitiveClass + 15362

    7 libclient.dylib 0x1daa2c9b JVM_IsPrimitiveClass + 14811

    8 libclient.dylib 0x1da89d74 JVM_InternString + 1188

    9 libclient.dylib 0x1da8980f JVM_StartThread + 2175

    10 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    11 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    12 libSystem.B.dylib 0x910ae89e thread_start + 34

    Thread 17: Java: low memory detector

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2 libclient.dylib 0x1d9e1f23 JNI_CreateJavaVM_Impl + 57203

    3 libclient.dylib 0x1d9e1dab JNI_CreateJavaVM_Impl + 56827

    4 libclient.dylib 0x1d9e1928 JNI_CreateJavaVM_Impl + 55672

    5 libclient.dylib 0x1d9e1588 JNI_CreateJavaVM_Impl + 54744

    6 libclient.dylib 0x1daa6e32 JVM_IsPrimitiveClass + 31602

    7 libclient.dylib 0x1da89d74 JVM_InternString + 1188

    8 libclient.dylib 0x1da8980f JVM_StartThread + 2175

    9 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    10 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    11 libSystem.B.dylib 0x910ae89e thread_start + 34

    Wire 18: Java: VM recurring task Thread

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2 libclient.dylib 0x1d9e2037 JNI_CreateJavaVM_Impl + 57479

    3 libclient.dylib 0x1daa810d JVM_IsPrimitiveClass + 36429

    4 libclient.dylib 0x1daa7cb3 JVM_IsPrimitiveClass + 35315

    5 libclient.dylib 0x1d9e133b JNI_CreateJavaVM_Impl + 54155

    6 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    7 libSystem.B.dylib 0x910ae89e thread_start + 34

    Line 19:

    0 libSystem.B.dylib + 10 __workq_kernreturn 0x910a6bd2

    1 libSystem.B.dylib 0x910a7168 _pthread_wqthread + 941

    2 libSystem.B.dylib + 30 start_wqthread 0x910a6d86

    Line 20:

    0 libSystem.B.dylib + 10 mach_wait_until 0x9108140e

    1 libSystem.B.dylib 0x911088d5 nanosleep + 345

    2 com.adobe.flash.flbridge 0x18e9b3e9 ScObjects::Thread:sleep(unsigned_int) + 143

    3 com.adobe.flash.flbridge 0x18e9b449 ScObjects::Thread:wait(unsigned_int) + 23

    4 com.adobe.flash.flbridge 0x18e8c20a ScObjects::BridgeTalkThread::run() + 332

    5 com.adobe.flash.flbridge 0x18e9b70b ScObjects::Thread:go(void*) + 239

    6 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    7 libSystem.B.dylib 0x910ae89e thread_start + 34

    Line 21:

    0 libSystem.B.dylib 0x910812fa mach_msg_trap + 10

    1 libSystem.B.dylib 0x91081a67 mach_msg + 68

    2... here. Flash Player.authplaylib 0x17b48d84 ExternalPlayer_Initialize + 2117252

    3 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    4 libSystem.B.dylib 0x910ae89e thread_start + 34

    Thread 22:

    0 libSystem.B.dylib 0 91081342 semaphore_wait_signal_trap + 10 x

    1 libSystem.B.dylib + 1089 _pthread_cond_wait 0x910aeeb8

    2 libSystem.B.dylib 0x910f742f pthread_cond_wait + 48

    3... here. Flash Player.authplaylib 0x1793727f 0 x 17633000 + 3162751

    4... here. Flash Player.authplaylib 0x1795b2ff ExternalPlayer_Initialize + 95231

    5... here. Flash Player.authplaylib 0x1793772f 0 x 17633000 + 3163951

    6 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    7 libSystem.B.dylib 0x910ae89e thread_start + 34

    Line 23:

    0 libSystem.B.dylib 0 91081342 semaphore_wait_signal_trap + 10 x

    1 libSystem.B.dylib + 1089 _pthread_cond_wait 0x910aeeb8

    2 libSystem.B.dylib 0x910f742f pthread_cond_wait + 48

    3... here. Flash Player.authplaylib 0x1793727f 0 x 17633000 + 3162751

    4... here. Flash Player.authplaylib 0x1795b2ff ExternalPlayer_Initialize + 95231

    5... here. Flash Player.authplaylib 0x1793772f 0 x 17633000 + 3163951

    6 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    7 libSystem.B.dylib 0x910ae89e thread_start + 34

    Line 24:

    0 libSystem.B.dylib 0x910a0286 select$ DARWIN_EXTSN + 10

    1 com.apple.CoreFoundation 0x94a1f82d __CFSocketManager + 1085

    2 libSystem.B.dylib 0x910aea19 _pthread_start + 345

    3 libSystem.B.dylib 0x910ae89e thread_start + 34

    Line 25:

    0 libSystem.B.dylib + 10 __workq_kernreturn 0x910a6bd2

    1 libSystem.B.dylib 0x910a7168 _pthread_wqthread + 941

    2 libSystem.B.dylib + 30 start_wqthread 0x910a6d86

    Thread 0 crashed with X 86 Thread State (32-bit):

    EAX: 0 x 00000000 ebx: 0x9118a94b ecx: 0xbfffeb3c edx: 0x910e2132

    EDI: 0xa00e0b10 esi: 0x0af1f8d0 ebp: 0xbfffeb58 esp: 0xbfffeb3c

    SS: 0x0000001f efl: 0 x 00000282 eip: 0x910e2132 cs: 0 x 00000007

    DS: 0x0000001f are: 0x0000001f fs: 0 x 00000000 gs: 0 x 00000037

    CR2: 0x911748cb

    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

    0 x 1728000 - 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

    0 x 1968000 - 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 - 0x2b93ff7 com.apple.JavaVM 13.1.0 (13.1.0) < 85A5D22A-796A-C693-D2DA-6D8136C6596D > /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM

    0x2b9c000 - 0x3859fdf + 338 (14.0.0) com.adobe.illustrator < D8621BED-6312-45E6-89E1-F49896F3E87E > / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AILib.framework/Versions/A/AILib

    0 4952000 - 0x49a2fff + com.adobe.illustrator.aiport AIPort version 1.0 (1.0) x < 9B4C73DE-716B-4787-BB01-E1DDDC6DEA53 > / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort

    0x4a3b000 - 0x4a8aff3 + FilterPort? (???) < 66918FA0-9135-4C31-81DA-D4B5F8FDB798 >/Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/FilterPort.framework/Versions/A/FilterPort

    0x4b29000 - 0x4b2a027 + SPBasic? (???) < 9121C50E-FA52-4FA2-B299-AF180C3A1316 >/Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic

    0x4b2e000 - 0x4b4aff9 + AdobePDFSettings? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings

    0x4b64000 - 0x4c71fff + AdobeACE? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE

    0x4c8f000 - 0x5197fff + AdobeAGM? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM

    0 x 5307000 - 0x5346ff7 + AdobeARE? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE

    0 x 5350000 - 0x5369fff + AdobeBIB? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB

    0 x 5373000 - 0x5394ff7 + AdobeBIBUtils? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils

    0x53a1000 - 0x563dfef + AdobeCoolType? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType

    0x56c8000 - 0x5a92fef + AdobeMPS? (???) < 4E366E06-A4EB-4717-9639-0443743F5104 >/Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS

    0x5b21000 - 0x5c09fdf + AdobePDFPort? (???) < F54A25D1-5E7A-472E-83D1-10D187434C85 >/Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort

    0x5c4e000 - 0x6246fdf + AdobePDFL? (???) < D2996BF8-17D2-4801-93F7-2F227538DCD8 >/Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL

    0x638a000 - 0x63aeff6 + AdobeAXE8SharedExpat? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t

    0x63c1000 - 0x63e3fed + AdobeAXE16SharedExpat? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeAXE16SharedExpat.framework/Versions/A/AdobeAXE16SharedEx pat

    0x63fe000 - 0x645efc7 + AdobeXMP? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP

    0x646d000 - 0x6542fdd + FileInfo? (???) < F0932F89-FC98-4BA9-B4F2-C58D0E71D3C1 >/Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo

    0 x 6573000 - 0x6586fff + 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

    0x658d000 - 0x6787fef + AdobeOwl? (???) < 466BD72B-E2A5-447A-9384-B6DC9AD3AE0C >/Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl

    0 x 6802000 - 0x7534fff + 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

    0 x 7868000 - 0x7c4201f + com.adobe.linguistic.LinguisticManager 4.0.0 (7863) / Applications/Adobe flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic

    0x7cf6000 - 0x7cfcfff + com.adobe.AdobeCrashReporter 2.5 (2.5.02272007) / applications/Adobe Flash CS4 / Adobe Flash CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter

    0x7d03000 - 0x7d1ffd7 + com.adobe.LogTransport 1.0 (1.0) / applications/Adobe Flash CS4 / Adobe Flash CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport

    0x7d2a000 - 0x7f72fc7 + dvaui? (???) < 6B82E781-8BA9-4287-89F1-339854AC1D32 >/Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui

    0x825c000 - 0x83bfff4 + dvacore? (???) < 98D9BE6F-6D5E-4070-AD40-332F83CAC417 >/Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore

    0 x 8559000 - 0x870fff4 + 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

    0 x 8746000 - 0x8775ff7 + com.adobe.headlights.LogSessionFramework? (2.0.0.06112008) / applications/Adobe Flash CS4 / Adobe Flash CS4.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession

    0x879d000 - 0x87aeffb + LogTransport2? (???) < 835B7B84-5A67-370B-AB39-8E448AA81FA0 >/Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/LogTransport2.framework/Versions/A/LogTransport2

    0x87b8000 - 0x87befff + 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

    0x87c4000 - 0x8854fc3 + WRServices? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices

    0x89d6000 - 0x8a39027 + 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

    0x8a9a000 - 0x8adaff7 com.apple.vmutils 4.2 (106) < 834EA6B0-C91B-4CF1-ED3C-229C26459578 > /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils

    0x8af3000 - 0x8ba8fe7 libcrypto.0.9.7.dylib 0.9.7 (0.9.7 compatibility) < 0B69B1F5-3440-B0BF-957F-E0ADD49F13CB > /usr/lib/libcrypto.0.9.7.dylib

    0x8cce000 - 0x8ccfff7 com.apple.textencoding.unicode 2.3 (2.3) < 78A61FD5-70EE-19EA-48D4-3481C640B70D > system/library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode encodings

    0x8fac000 - 0x8fb9ff7 + com.adobe.asneu.framework stand version 1.6.2 1.6.2f01 / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/asneu.framework/Versions/A/asneu

    0x8fc7000 - 0x8fc7ff7 libmx. A.dylib 315.0.0 (compatibility 1.0.0) < 01401BF8-3FC7-19CF-ACCE-0F292BFD2F25 >/usr/lib/libmx. A.dylib

    0xa559000 - 0xa5a0fc7 + 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

    0xa701000 - 0xa702ff7 ATSHI.dylib? (???) < 64A12449-AEBF-1AF9-9E15-3788C5E874FD > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib

    0xa707000 - 0xa72afe7 GLRendererFloat? (???) Oats /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl < 65E1E174-28E0-3FA9-E391-504891B69818 >

    0xa732000 - 0xa740fe7 libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) < 3EA9C723-8FFD-7A9D-A762-4172FFEBFF13 > /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib

    0xa744000 - 0xa756ff7 libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) < ED9276C0-67D4-E86F-3AA5-953C67E044CA > /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib

    0xa7ca000 - 0xa7edff7 + CSI - Launcher.dylib? (???) / Library/Application Support/Adobe/CS4ServiceManager/CSI-Launcher.dylib

    0x1617c000 - 0x1621dfc3 + com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460;) Brand: Tuesday, July 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

    0 16828000 - 0x1699bfe7 GLEngine x? (???) < F0181B85-962E-508D-4912-056D87F8E96E > /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine

    0x169cd000 - 0x16c04fff com.apple.ATIRadeonX1000GLDriver 1.6.10 (6.1.0) < F96F39A1-0262-D4EC-D415-D930A0C9C59D > /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRadeonX1000GLD River

    0x16e57000 - 0x16e80fe3 com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) < 7FFBD485-5251-776A-CC44-4470DD84112B > /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit

    0 x 17086000 - 0x17508fe3 + 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

    0 x 17633000 - 0x17cdafef + 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

    0 x 18649000 - 0x1867afe3 + com.adobe.amt.registration AMTRegistration 2.0.1.10077 (BuildVersion: 53.352460;) Brand: Tuesday, July 29, 2008 16:31:09) (2 0) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/registration.framework/Versions/A/registration

    0x186b3000 - 0x1870fff2 + AdobeUpdater? (???) < 064CFAA4-1CAF-46E3-BEBF-04948641C927 >/Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/A/AdobeUpdater

    0x18b34000 - 0x18b34fff + 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

    0x18c5d000 - 0x18c78ff7 com.apple.OpenTransport 10.6.0 (10.6.0) < ECA6FEC6-5ECD-51BA-162F-CFC43899196A > /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport

    0x18c89000 - 0x18ca102f + 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

    0x18cad000 - 0x18caffff + 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

    0x18d4c000 - 0x18d63fff + 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

    0x18e6b000 - 0x18eaffe3 + 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

    0 19189000 - 0x19191ff7 libverify.dylib 1.0 (1.0) x < 00630CF2-4857-03BA-019F-598D067BAB3D > /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libverify.dylib

    0x1943a000 - 0x19441ff7 JavaNativeFoundation? (???) < DA02AAD8-C8A7-4DE3-23F1-399CBDDA9BCC > /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.fr amework/Versions/A/JavaNativeFoundation

    0x1955e000 - 0x19573ff7 + com.yourcompany.PointGrid? (1.0) / applications/Adobe Flash CS4 / Common / Configuration / External Libraries/PointGrid.bundle/Contents/MacOS/PointGrid

    0 19585000 - 0x195a2ff7 libjava.jnilib x? (???) < EDC6DF5F-2474-7A0A-5838-530F15AD66A2 > /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libjava.jnilib

    0x195b4000 - 0x195c0ff7 libzip.jnilib? (???) < BD87E225-CD7E-037B-D3D5-2CEFE4638D8E > /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libzip.jnilib

    0x19b01000 - 0x19b64feb + com.yourcompany.Brush? (1.0) / applications/Adobe Flash CS4 / Common / Configuration / External Libraries/Brush.bundle/Contents/MacOS/Brush

    0x1a600000 - 0x1a67cff7 + com.yourcompany.Collision? (1.0) / applications/Adobe Flash CS4 / Common / Configuration / External Libraries/Collision.bundle/Contents/MacOS/Collision

    0x1b000000 - 0x1b0cffcb com.apple.carbonbundletemplate 1.0 (1.0) / Applications/Adobe Flash CS4/Common/Configuration/External Libraries/FlashIK.bundle/Contents/MacOS/FlashIK

    0x1d9d3000 - 0x1ddc9fe7 libclient.dylib? (???) < B9399A72-13F0-8847-EF75-26D8E8EA5D1A > /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libclient.dylib

    0x40000000 - 0x400ae030 + AdobeJP2K? (???) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K

    0x8fe00000 - 0x8fe4162b dyld 132.1 (?) < 5C229EB2-F7CA-A638-41B6-5755DE940108 >/usr/lib/dyld

    0 90042000 - 0x9005dff7 libPng.dylib x? (???) < 929FE8EE-277D-F6EB-D672-E6F4CEBF1504 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib

    0x9005e000 - 0x9005eff7 com.apple.Cocoa 6.6 (?) < EA27B428-5904-B00B-397A-185588698BCC > /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

    0x900a0000 - 0x900a5ff7 com.apple.OpenDirectory 10.6 (10.6) < 92582807-E8F3-3DD9-EB42-4195CFB754A1 > /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

    0x900a6000 - 0x900b8ff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) < 6BB58E90-21FA-C491-F0E4-54B69CCDBBC0 > /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t

    0x9021a000 - 0x90221ff7 com.apple.agl 3.0.12 (AGL - 3.0.12) < 8B23BA89-770F-042B-26F9-3F3AA30A04FF > /System/Library/Frameworks/AGL.framework/Versions/A/AGL

    0x9022f000 - 0x90231ff7 com.apple.securityhi 4.0 (36638) < 10E75446-B0BA-3726-391E-A68356761C08 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI

    0 90232000 - 0x90263ff3 libTrueTypeScaler.dylib x? (???) < F6A32C01-CD82-54F6-218E-0406D40D1D9A > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib

    0 x 90264000 - 0x902f6fe3 com.apple.print.framework.PrintCore 6.2 (312.5) < 7729B4D7-D661-D669-FA7E-510F93F685A6 > System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore

    0 x 90308000 - 0x90af7537 com.apple.CoreGraphics 1.543.33 (?) < C57E2964-80AF-6346-6D3E-23AED9D26977 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics

    0x90af8000 - 0x90b39ff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) < C6E50C7E-EBEE-32AF-FF07-8E325E21A838 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib

    0x90d20000 - 0x90d8fff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) < 2FC2178F-FEF9-6E3F-3289-A6307B1A154C > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib

    0x90dbb000 - 0x9102bffb com.apple.Foundation 6.6.2 (751.21) < DA7A173A-4435-ECD6-F4AF-977D722FD2F7 > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0 x 91080000 - 0x91225feb libSystem.B.dylib 125.0.1 (compatibility 1.0.0) < 06A5336A-A6F6-4E62-F55F-4909A64631C2 > /usr/lib/libSystem.B.dylib

    0 x 91226000 - 0x9125bff7 libcups.2.dylib 2.8.0 (2.0.0 compatibility) < 458E819A-4E3F-333E-28CE-671281B318D3 > /usr/lib/libcups.2.dylib

    0 x 91264000 - 0x91b43ff7 com.apple.AppKit 6.6.5 (1038.29) < E76A05A6-27C6-DA02-0961-5C8EEDC5F0A7 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x91b44000 - 0x91b91feb com.apple.DirectoryService.PasswordServerFramework 6.0 (version 6.0) < 87BA2C52-8451-F0E5-DCDE-E0B9E4D40405 > /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer

    0x91bbd000 - 0x91bd1ffb 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

    0x91bd2000 - 0x91bdfff7 com.apple.NetFS 3.2.1 (3.2.1) < 5E61A00B-FA16-9D99-A064-47BDC5BC9A2B > /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

    0x91be0000 - 0x91bf1ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) < 7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis

    0x91c34000 - 0x91c5cff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) < 769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF > /usr/lib/libxslt.1.dylib

    0x91c5d000 - 0x91c60fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) < 1622A54F-1A98-2CBE-B6A4-2122981A500E > /usr/lib/system/libmathCommon.A.dylib

    0x91c61000 - 0x91c62ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) < 959DFFAE-A06B-7FF6-B713-B2076893EBBD > /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

    0x91c63000 - 0x91c85fef com.apple.DirectoryService.Framework 3.6 (621.3) < 05FFDBDB-F16B-8AC0-DB42-986965FCBD95 > /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService

    0x91caa000 - 0x91cedff7 libGLU.dylib? (???) < CE02968E-930D-E63B-7B21-B87205F8B19A > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x91d0d000 - 0x92029fe7 com.apple.RawCamera.bundle 2.3.2 (516) < 9C1C6ED1-C392-6779-0D34-47E62EAF93BA > /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

    0x9204c000 - 0x9204eff7 libRadiance.dylib? (???) < 9358E1EF-F802-B76E-8E23-2D0695787CFB > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib

    0x9204f000 - 0x920c9fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) < 4EFE08C4-6F2B-D7F2-BD2B-3DFF26799B24 > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0 x 92213000 - 0x92213ff7 com.apple.vecLib 3.6 (3.6 vecLib) < 7362077A-890F-3AEF-A8AB-22247B10E106 > /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib

    0 x 92262000 - 0x9226cffb com.apple.speech.recognition.framework provision 3.11.1 (3.11.1) < EC0E69C8-A121-70E8-43CF-E6FC4C7779EC > work/Versions/A/SpeechRecognition /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame

    0x924e9000 - 0x92501ff7 com.apple.CFOpenDirectory 10.6 (10.6) < 1537FB4F-C112-5D12-1E5D-3B1002A4038F > System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory

    0 x 92502000 - 0x925b0ff3 com.apple.ink.framework 1.3.3 (107) < 57B54F6F-CE35-D546-C7EC-DBC5FDC79938 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A / ink jet

    0x925b1000 - 0x925e4ff7 com.apple.AE 496.4 (496,4) < 7F34EC47-8429-3077-8158-54F5EA908C66 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE

    0x925e5000 - 0x925e5ff7 com.apple.ApplicationServices 38 (38) < 8012B504-3D83-BFBB-DA65-065E061CFE03 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

    0x9266b000 - 0x92aa0ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) < 5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib

    0x92ad2000 - 0x92ad2ff7 com.apple.Carbon 150 (152) < 7C9B43FE-F6A1-3F7A-FE6E-2B607C602F14 > /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

    0x92b95000 - 0x92bf6fe7 com.apple.CoreText 3.1.0 (?) < 1372DABE-F183-DD03-03C2-64B2464A4FD5 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f EPI/Versions/A/CoreText

    0x92bf7000 - 0x92cf8fe7 libxml2.2.dylib 10.3.0 (10.0.0 compatibility) < B4C5CD68-405D-0F1B-59CA-5193D463D0EF > /usr/lib/libxml2.2.dylib

    0x92cf9000 - 0x92d3dff3 com.apple.coreui 2 (114) < 29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F > /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x92d3e000 - 0x92d48fe7 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

    0x92d49000 - 0x9357cfe7 com.apple.WebCore 6531.22 (6531.22.7) < 952A0D34-63F5-F7F7-D6E5-D0AD78002F89 > /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore

    0x935b4000 - 0x935b5ff7 com.apple.TrustEvaluationAgent 1.1 (1) < FEB55E8C-38A4-CFE9-A737-945F39761B4C > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent

    0x935b6000 - 0x935b9ffb com.apple.help 1.3.1 (41) < 67F1F424-3983-7A2A-EC21-867BE838E90B > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/aide

    0x935ba000 - 0x935f5feb libFontRegistry.dylib? (???) < F50A60E1-3757-D007-A20D-A5504C17334C > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib

    0x935f6000 - 0x93602ff7 libkxld.dylib? (???) < 13F26BB6-C2F7-9D74-933E-09AD8B509ECD > /usr/lib/system/libkxld.dylib

    0 x 93603000 - 0x93609fff com.apple.CommonPanels 1.2.4 (91) < 2438AF5D-067B-B9FD-1248-2C9987F360BA > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels

    0 x 93617000 - 0x9362cfff com.apple.ImageCapture 6.0 (version 6.0) < 3F31833A-38A9-444E-02B7-17619CA6F2A0 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture

    0x9362d000 - 0x93638ff7 libGL.dylib? (???) < EAD85409-9036-831B-C378-E50780305DA6 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0 93652000 - 0x93656ff7 libGFXShared.dylib x? (???) < 286F466C-2856-B579-B87F-4E9A35C80263 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

    0 x 93657000 - 0x936effe7 edu.mit.Kerberos 6.5.9 (6.5.9) < 73EC847F-FF44-D542-2AD5-97F6C8D48F0B > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

    0x9375d000 - 0x9378eff7 libGLImage.dylib? (???) < AF110892-B10A-5B61-F898-21FB2BCE63BF > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    0x9394a000 - 0x93958fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) < 82B2C254-6F8D-7BEA-4C18-038E90CAE19B > /usr/lib/libz.1.dylib

    0x93ae3000 - 0x93aecff7 com.apple.DiskArbitration 2.3 (2.3) < E9C40767-DA6A-6CCB-8B00-2D5706753000 > /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

    0x93aed000 - 0x93b30ff7 com.apple.NavigationServices 3.5.4 (182) < 753B8906-06C0-3AE0-3D6A-8FF5AC18ED12 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices

    0x93b31000 - 0x93b31ff7 com.apple.CoreServices 44 (44) < AC35D112-5FB9-9C8C-6189-5F5945072375 > /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

    0x93e59000 - 0x93f12fe7 libsqlite3.dylib 9.6.0 (compatibility version 9.0.0) < 16CEF8E8-8C9A-94CD-EF5D-05477844C005 > /usr/lib/libsqlite3.dylib

    0x9416d000 - 0x941aaff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) < 830FED9E-3E24-004C-35D5-2C1273F79734 > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

    0x941ab000 - 0x944cbfeb com.apple.CoreServices.CarbonCore 861.6 (861.6) < D3D5D9F1-01ED-DCAD-6AA9-4ABE60C7A112 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore

    0 94507000 - 0x9451bfe7 libbsm.0.dylib x? (???) < 14CB053A-7C47-96DA-E415-0906BA1B78C9 > /usr/lib/libbsm.0.dylib

    0 94723000 - 0x948feff3 libType1Scaler.dylib x? (???) < 944F686E-9CC2-03F0-A139-8F322F0AC49F > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib

    0x948ff000 - 0x94969fe7 libstdc ++.6.dylib 7.9.0 (compatibility 7.0.0) < 411D87F4-B7E1-44EB-F201-F8B4F9227213 > /usr/lib/libstdc++.6.dylib

    0 94991000 - 0x94991ff7 liblangid.dylib x? (???) < B99607FC-5646-32C8-2C16-AFB5EA9097C2 > /usr/lib/liblangid.dylib

    0 x 94992000 - 0x949a2ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) < C8744EA3-0AB7-CD03-E639-C4F2B910BE5D > /usr/lib/libsasl2.2.dylib

    0x949a3000 - 0x94b1cffb com.apple.CoreFoundation 6.6.1 (550.19) < 1E97FB1E-9E42-B8EB-E463-5C75315FDA31 > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    0x94b1d000 - 0x94b41ff7 libJPEG.dylib? (???) < EDA86712-F49C-760C-BE55-9B899A4A5D1B > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib

    0x94b42000 - 0x94beffe7 libobjc. A.dylib 227.0.0 (compatibility 1.0.0) < DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1 >/usr/lib/libobjc. A.dylib

    0x94bf0000 - 0x94c72ffb SecurityFoundation 36840.0.0 (compatibility 1.0.0) < 7DF69AD9-002E-EFE5-9A59-141DB14043F7 > /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

    0x94c73000 - 0x94c8ffe3 com.apple.openscripting 1.3.1 (?) < DA16DE48-59F4-C94B-EBE3-7FAF772211A2 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

    0x94c90000 - 0x94cb6fff com.apple.DictionaryServices 1.1.1 (1.1.1) < 02709230-9B37-C743-6E27-3FCFD18211F8 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices

    0x94cea000 - 0x94d33fe7 libTIFF.dylib? (???) < E45B169E-253E-E865-1501-97777D2702F2 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib

    0x94d8b000 - 0x94d8bff7 com.apple.Accelerate.vecLib 3.6 (3.6 vecLib) < 1DEC639C-173D-F808-DE0D-4070CC6F5BC7 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib

    0x94dbf000 - 0x94eb1ff7 libcrypto.0.9.8.dylib 0.9.8 (0.9.8 compatibility) < 7482933B-4AF6-ED55-AD72-4FBD1E134958 > /usr/lib/libcrypto.0.9.8.dylib

    0 x 95062000 - 0x9535bfef com.apple.QuickTime 7.6.6 (1729) < 4C99ED7D-5A4B-E41E-602D-2D01A99168CD > /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime

    0x9536d000 - 0x95529ff3 com.apple.ImageIO.framework 3.0.2 3.0.1 < CB39B067-58B8-70DB-3E40-160604664A6D > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO

    0x9552a000 - 0x95636ff7 libGLProgrammability.dylib? (???) /System/Library/frameworks/OpenGL.Framework/versions/A/libraries/libGLProgrammability.dyl < CA0A975B-2BEE-44E7-CFA6-8105CFE6FE00 > ib

    0x9571c000 - 0x9589efe7 libicucore. A.dylib 40.0.0 (compatibility 1.0.0) < 96A45E03-2B29-83EB-0FC6-2C932E398722 >/usr/lib/libicucore. A.dylib

    0x958b4000 - 0x958f6ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) < 3F0ED200-741B-4E27-B89F-634B131F5E9E > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib

    0x9599a000 - 0x959eaff7 com.apple.framework.familycontrols 2.0.1 (2010) < 50E74916-19A5-F2FC-AB57-76F2C8DDF0A7 > /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls

    0x959eb000 - 0x95b89feb com.apple.JavaScriptCore 6531.22 (6531.22.5) < 3FB9AF5B-17DD-D4C8-C7B1-4F79B404496E > /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

    0x95b8a000 - 0x95b8dff7 libCoreVMClient.dylib? (???) < 98CB96B1-85FE-25AF-AB19-ED061912FC3E > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

    0x95b8e000 - 0x95cbcfe7 com.apple.CoreData 102.1 (251) < E6A457F0-A0A3-32CD-6C69-6286E7C0F063 > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x95cfd000 - 0x95df1ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) < 9EC28185-D26F-533F-90C4-FBAA13A15947 > /usr/lib/libiconv.2.dylib

    0x95df2000 - 0x95ecdfe7 com.apple.DesktopServices 1.5.5 (1.5.5) < ECEDFDF2-C40E-8DF0-F8FC-249CCA762E62 > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv

    0x95f03000 - 0x95fa0fe3 com.apple.LaunchServices 362.1 (362,1) < 885D8567-9E40-0105-20BC-42C7FF657583 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices

    0x95fa1000 - 0x95fe5fe7 com.apple.Metadata 10.6.3 (507,8) < 53BB360A-1813-170D-827F-C1863EF15537 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/metadata

    0x9602d000 - 0x9604bff7 com.apple.CoreVideo 1.6.1 (45.4) < E0DF044D-BF31-42CE-B690-FD1FCE07E64A > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x9604c000 - 0x9611dfe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) < 0A608513-31AD-D533-8386-10245FD62057 > /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib

    0x970a9000 - 0x97186ff7 com.apple.vImage 4.0 (4.0) < 64597E4B-F144-DBB3-F428-0EC3D9A1219E > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage

    0 97187000 - 0x9723dfff libFontParser.dylib x? (???) < 5935E105-1E45-886C-6420-C1CCA886C375 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib

    0 x 97254000 - 0x9731efef com.apple.CoreServices.OSServices 357 (357) < 764872C3-AE30-7F54-494D-4BA3CE4F4DFB > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices

    0x9731f000 - 0x973c8ff7 com.apple.CFNetwork 454.9.4 (454.9.4) < 2F8B5BA5-099F-6CDA-F500-4CA188BBCDBC > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk, Versions, A, CFNetwork

    0 x 97509000 - 0x9754fff7 libauto.dylib? (???) < 85670A64-3B67-8162-D441-D8E0BE15CA94 > /usr/lib/libauto.dylib

    0x975fa000 - 0x97601ff3 com.apple.print.framework.Print 6.1 (237.1) < 97AB70B6-C653-212F-CFD3-E3816D0F5C22 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print

    0 x 97602000 - 0x9772efff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) < F0D7256E-0914-8E77-E37B-9720430422AB > /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

    0x9772f000 - 0x9778aff7 com.apple.framework.IOKit 2.0 (?) < 69E4FE93-376C-565E-650F-04FAD213AA24 > /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x97a9b000 - 0x97affffb 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

    0x97b00000 - 0x97b04ff7 IOSurface? (???) < 4B825ADA-8DBE-6BA2-1AB3-307D2C3AFCA8 > /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

    0x97b1e000 - 0x97d80ff3 com.apple.security 6.1.1 (37594) < 1AC07F75-7E27-9662-21DA-B05DFF047B26 > /System/Library/Frameworks/Security.framework/Versions/A/Security

    0x97ddc000 - 0x97de0ff7 libGIF.dylib? (???) < 03880BA1-7A86-0F2B-617A-C66B1D05DD70 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib

    0x97de7000 - 0x97deaff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) < 69BE578C-A364-A150-35E3-53EE00F56F05 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib

    0x97deb000 - 0x97e93ffb com.apple.QD 3.35 (?) < B80B64BC-958B-DA9E-50F9-D7E8333CC5A2 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD

    0x97f2e000 - 0x98012ff7 com.apple.WebKit 6531.22 (6531.22.7) < 87C81D6F-77B1-C517-93E6-5DEF214326A7 > /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit

    0x984d1000 - 0x984d1ff7 com.apple.Accelerate 1.6 (speed up 1.6) < BC501C9F-7C20-961A-B135-0A457667D03C > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x984d2000 - 0x98839ff7 com.apple.QuartzCore 1.6.1 (227.18) < 8A65F233-4C77-BA7C-5DDA-2423F5C1B7A1 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x9883a000 - 0x9885bfe7 com.apple.opencl 12.1 (12.1) < 1BCA4F60-E612-5C1B-EF50-A810D70CDF05 > /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

    0x9885c000 - 0x98867ff7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) < F914F427-98EA-98BC-923D-47274A90D441 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib

    0x988c1000 - 0x98cd7ff7 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

    0 x 99106000 - 0x991b6ff3 com.apple.ColorSync 4.6.3 (4.6.3) < 68B6A1B9-86CF-0C5A-7D63-56ED4BB2EB5B > System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync

    0x991b7000 - 0x994dbfef com.apple.HIToolbox 1.6.2 (?) < F5F99E78-5377-DD54-6138-9FC84467F938 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox

    0x994dc000 - 0x994eaff7 com.apple.opengl 1.6.7 (1.6.7) < 3C529790-DEE9-AC27-A879-806E4C23323C > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x994fe000 - 0x9951efe7 libresolv.9.dylib 40.0.0 (compatibility 1.0.0) < 03019DD7-993D-AC88-6636-179F92F315C4 > /usr/lib/libresolv.9.dylib

    0x9951f000 - 0x995baff7 com.apple.ApplicationServices.ATS 4.2 (?) < 3BEB7210-4C85-7309-B22D-695765526524 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS

    0x995bb000 - 0x9960cff7 com.apple.HIServices 1.8.0 (?) < 10C85B88-C6AF-91DB-2546-34661BA35AC5 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices

    0x9960d000 - 0x9968dfeb 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

    0xb0000000 - 0xb0006ff8 com.apple.carbonframeworktemplate 1.3 (1.3.12) / Applications/Adobe Flash CS4/Adobe Flash CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient

    0xba300000 - 0xba301fe7 libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) < DA0246D7-1986-4B82-554D-0201739BEBBC > /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib

    0xba500000 - 0xba501ff7 libGreekConverter.dylib 49.0.0 (compatibility 1.0.0) < 786BE718-914D-F4BD-4ED1-D49DF0EA9E10 > /System/Library/CoreServices/Encodings/libGreekConverter.dylib

    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) < ADC10502-0CA8-BCC0-20F3-83D3C5B1036F > /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib

    0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) < C5AE00EA-5623-61D9-9938-A5B204B51FC1 > /System/Library/CoreServices/Encodings/libKoreanConverter.dylib

    0xbb500000 - 0xbb500ff7 libThaiConverter.dylib 49.0.0 (compatibility 1.0.0) < 3C7BC5C9-AF2D-7171-6785-047FA7E4CB03 > /System/Library/CoreServices/Encodings/libThaiConverter.dylib

    0xFFFF0000 - 0xffff1fff libSystem.B.dylib? (???) < 06A5336A-A6F6-4E62-F55F-4909A64631C2 > /usr/lib/libSystem.B.dylib

    Model: MacBookPro2, 2, MBP22.00A5.B07 of BootROM, 2 processors, Intel Core 2 Duo 2.16 GHz, 2 GB, MSC 1.12f5

    Graphics card: ATI Radeon X 1600, ATY, RadeonX1600, PCIe, 128 MB

    Memory module: global_name

    Airport: AirPort Extreme, Atheros 5416: 2.0.19.10

    Bluetooth: Version 2.3.1f4, 2 service, 2 cameras, 1 incoming serial ports

    Network service: Airport, AirPort, en1

    Serial ATA Device: FUJITSU MHW2120BH, 111,79 GB

    Parallel ATA Device: MATSHITADVD-R UJ - 857D

    USB device: Built-in ISight, 0x05ac (Apple Inc.), 0 x 8501, 0xfd400000

    USB device: Receiver IR, 0x05ac (Apple Inc.), 0 x 8240, 0x5d200000

    USB device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0 x 8205, 0x7d100000

    USB device: Apple keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021a, 0x1d200000

    Reinstall flash. I had the problem before, but without all the gibberish.

  • Flash CS4: change of MovieClip 3D vanishing point

    Is it possible, using Flash CS4, to change the vanishing point (IE projectionCenter) of a MovieClip? Or can Flash CS4 only set the stage vanishing point? It seems when I change from inside a MovieClip that it changes at the global level, which is not what I want.

    I found I can use AS3 with PerspectiveProjection for change when running, but I don't see the affect in Flash CS4, that allows to make the incredibly heavy real animation.

    6 years later - I expexct you found a solution now.

    If not for somebody else, I had the same problem. Click the clip with the 3D scene transformation, and then look in the property inspector. Open the section drop-down menu called "3D Position and view" and then, you can set the Vanishing Point - and Yes, I mean the vanishing point, not the registration point or anything else. You can also set the Perspective Angle, impacting on the "strength" of the perspective effect.

    Check out this link by Mariko Ogawa for a more detailed description, where I learned how to do this.

    Exploring the new 3D features in Flash CS4 Professional | Adobe Developer Connection

Maybe you are looking for

  • HP Z6200: Rejection of printhead Z6200

    I have a Z6200, after a paper jam, before LM/LC print head need to put in place, after doing this several times & Exchange even on the two heads of LM/LC, the same position of the LM/LC fails. So I bought a new but always not. I have reset everthing

  • Download the data recorder of NOR

    How can I download the data recorder of NOR?

  • SMOKE 9163

    Hello I would like to know if anyone knows how to measure the values of a bursting 9163 with labview 8.2. I tried to find examples, but I wasn't happy. Thank you

  • Error code: 0X800B0100 (cannot install KB979688 & KB234886)

    Cannot install KB 979688 & KB 234886 - tried the above fix, no joy

  • printing from laptop wireless

    My pc has been connected to the ethernet to the internet modem and there is also a connected usb printer. I bought a laptop computer and a wireless router so I can use the laptop as such. I'm trying to make sure I can print to the wireless laptop, bu