Interactivity in Director

Hello everyone. I am a teacher and at the moment am using
Director to develop English learning materials for different
classes. I just want to know how to design questions that give
marks to students after typing or choosing from different answers.
I came across highly interactive stuff developed using Director by
a company in Australia. I am talking about one of their programs
called Numbers Up which can be downloaded for free from
edalive.com. Can you help? Thanks in advance.

What exactly are you asking? Do you want someone to write the
application for you? Do you have a specific question about
how to make a
certain function work?
What you have asked is extremely open ended. There are many
many ways
to add interactivity... by clicking things, typing things,
drag and
drop, etc.
The main thing with a score system is simply to save it as a
global...
Whenever the score changes, you set the global. Assuming you
name your
score variable 'gScore', then you would put this on the score
tracker
#text sprite:
global gScore
on enterFrame me
if voidP(gScore) then gScore=0
sprite(me.spriteNum).member.text=string(gScore)
end
That will constantly update with the score. If you have a
multiple-choice type question, then you would have something
like this
on the sprites that you click on to choose an answer
global gScore
on mouseUp me
if <insert check to see if it is correct> then
gScore=gScore+1
end
That way, the score gets updated if you get a correct answer.
If you
have more specific questions, feel free to ask... or give us
code
snippets of something that you tried that isn't working...

Similar Messages

  • Import PDF into Director for Interactive CD

    I'm in the process of creating an interactive CD with
    Director 11. This is also the first time I've used this program. I
    need to be able to link interactive buttons to the PDFs that have
    the information I want displayed. Director doesn't have pdf as a
    possiblity to import. What do I need to do to get it to read those
    files and get my links to work? I'm also on a tight deadline - any
    & all help would be greatly appreciated! Thanks!

    You can also open PDFs using Director's Open command.
    We normally use the Buddy API Xtra to do this (see script
    below). The following sample script requires the Buddy API Xtra,
    the user must have Adobe Reader installed on their system. The file
    will open with what ever application is associated with the PDF
    file type on their computer. It is basically the same as double
    clicking on a file.
    This script also assumes that the PDF file is located in a
    folder at the same level as your Director movie that calls it. This
    can be modified to fit your particular file structure.
    When you drag this script to a sprite, the
    getPropertyDescriptionList behavior will prompt you to enter the
    folder name and the PDF file name.
    Note: if the path to the file, or the name of the file is not
    correct, the file will not load. Also, due to the "\" path
    separator used, this script is formatted for windows only. This can
    also be modified if needed.
    Sample script:
    property myFolder --the folder that contains the PDF
    property myPDF --the PDF to be launched
    on getPropertyDescriptionList
    description = [:]
    description.addProp(#myFolder,[#format:#string,#default:"PDF_folder",#comment:"Folder
    containing PDF"])
    description.addProp(#myPDF,[#format:#string,#default:"PDF_file",#comment:"PDF
    file to load"])
    return description
    end
    on mouseDown me
    baOpenFile( _movie.moviePath & myFolder & "\" &
    myPDF, "" )
    end
    -------------------------------------------

  • Can Director Interact With Other Applications?

    Hello,
    I am a CBT/E-Learning Developer looking for a way to author
    Guided Help. I am thinking of how to develop interactive tutorials
    that, instead of using screenshots of an application, interact with
    the application itself.
    For instance, let's imagine that a person is working in MS
    Word and doesn't know how to save a file. He can click the icon for
    the "Saving A File" lesson, and a caption displays on top of MS
    Word that reads something like "Click FILE", along with some type
    of indicator of the FILE button, such as an outline, highlight,
    arrow, etc. The user clicks FILE, the File Menu drops down in MS
    Word, and the next step of instructions is displayed. In this way,
    the usre is guided through the steps of saving a file as he
    actually performs the task in the software.
    Can Director create this type of thing?
    Thanks a lot,
    Mike

    Hi Chunick,
    Thanks for replying. I used MS Word as just an example; the
    type of software I'm wanting to use this for is police records
    management software. I've been doing the interactive simulation
    tutorials for them since 1999, using multimedia authoring tools
    Demoshield and Opus Pro, and demo authoring tools RoboDemo and Demo
    Builder. However, I wanted to get away from interactive tutorials
    for 3 reasons:
    (1) My client's software is frequently updated, and keeping
    up with taking new screenshots is a hassle.
    (2) I'm of the opinion that "at the moment of need", process
    embedded "guided help" in the actual application is a much more
    useful form of training than working through a simulation.
    (3) It will greatly help my client's support staff and
    training staff
    I've been researching process embedded e-learning and guided
    help for almost a year now. I've looked at everything from
    multimedia authoring to macro software. I even found two programs
    that do exactly what I want, but they are very very expensive, much
    more expensive than Director.
    Thanks for the tip on Hook Xtra; I'll check that out. Last
    night I found an xtra called MasterApp, which may also do what I
    need. I appreciate the concern about the difficulty of programming,
    and I'm not a programmer (except HTML, and we all know how easy
    that is). But I'm in this for the long haul, and would be using it
    for potential new clients, not just my current client. I love
    learning new software, and I have a membership to the IEEE Computer
    Society, which gives me over 1300 online e-learning courses I can
    take, including Director.
    Thanks again for the lead!
    Mike

  • Creating interactive tutorial content - Is Director the most suitable program to learn?

    I have no experience using Adobe Director. I have just downloaded the trial version and had a look at a handful of tutorial videos. Before I get stuck in with it, I would appreciate advice on whether Director is suitable for my intended purposes:
    I want to start making English language learning content and want to learn one or two programs for creating programs for online/apps,etc... I need to start learning something that I can start using quickly to create programs/internet pages/apps to create educational content with video, audio. Is Director the right choice?
    A typical 'lesson' might consist of the following: A short video clip of real life or TV/film entertainment followed by interactive exercises / games for whatever area of language focus is chosen for the lesson. I imagine I would need to prepare my video outside the program first - chopping up the clips I want to use - perhaps chopping short clips e.g. one sentence phrases, and then perhaps extracting out the audio and using just that in various ways.  I would want to add my own text and so on. I would obviously have to start out fairly basic but I want a program that can be expanded on as much as possible. For example, the ability to make the program store correct/incorrect responses and react accordingly - repeating content that students have not yet mastered, perhaps also creating audio clips... Would something like recording of student spoken performance also be possible - and at a stretch, bringing in voice recognition?? That would be way down the line - at the outset I would be happy with something that is more or less like a lesson - presentation with video as my main content, followed by a handful of interactive exercises.
    At this stage I would focus on just one medium e.g. basic web page materials for my personal students to access for homework - but in future have the ability to transfer the lesson content to multimedia educational/games if that's possible.
    I see there is a whole suite of Adobe products to choose from. Do I need to learn a handful of these, if so which? Also there is the issue of cost as at the outset I would be using this just for learning purposes and to use with my own students. I highly doubt my company would be willing to pay for the programs / subscription - at least until I have spent enough time creating content to get some decent useful results and for them to see the value in it. So I would be on my own at the outset in terms of putting the time in and paying to use the software.
    I am aware that my questions may be extremely broad, perhaps not easy to answer succinctly - but any advice anyone can offer would be greatly appreciated - even if it's just to let me know that I am on the right track in guessing that Director will do the job. Suggestions for other programs that I could look at either as alternatives, or for use in conjunction with Director (what about Flash??).
    It seems a massive program and I will need to learn a basic subset of tools within the program to get me started, so any guidance on narrowing down what I need to focus on would be a great help.
    Any help/suggestions are very welcome

    The answer is absolutely no to your question, "Is Director the most suitable program to learn?".
    Director is a dead technology. Do not waste hundreds of hours learning it. Also forget Flash. It's going away. I would not waste time learning that either.
    I suggest learning HTML5 & JavaScript. Obviously you can develop interactive multimedia for the web with these, but increasingly IDEs and frameworks are being developed that use these two languages; enabling you to write once and export to multiple platforms.
    The following are some technologies that you should consider. Some are free. Others are free until you publish a title or want to upgrade to the professional version.
    PhoneGap :  http://phonegap.com/
    Titanium : Titanium Mobile Application Development | Appcelerator Inc.
    LiveCode : http://runrev.com/
    Unity3d : Unity - Game Engine

  • I'd like to hire someone to create a simple interactive game in director or flash

    I can do some simple things with lingo and actionscript, but I have been given the task to create an interactive game that will be interfaced through a touchscreen. This is beyond my scope and would like some advice on where to turn for help. I have (briefly) explored some of the sites that advertise this type of service and so far they expect a huge budget and very long development timeframe.
    I really am looking for some basic stuff, a timer, a kept (high) score, random placement of (objects), an interface to scroll left and right allowing a larger game area than the 1280x1024 the touchscreen allows, collecting semi-hidden objects, jigsaw-type assembly of objects on another background scene using only the "found" pieces, etc.
    I supply all graphic elements, and only need the programming - in such a way that I can change the graphics if necessary.
    I do have a budget, and could use some advice on who may be available at a reasonable cost to my client.
    Thank you,
    James Patrick
    - I am very flexible to make this more simple. I would appreciate advice as this is on the fast track.

    I've done this many times for a variety of clients, and specifically for touch-screen kiosks. The basic difference with the touch-screen is to go in mouse
    -show vs. mouse-hide mode, and to keep the buttons and controls big enough for fingers.I also use a hidden menu (or control panel) button in my kiosk applications, so the user can change settings easily without having to use a mouse/keyboard.
    I generally do the game development in Flash, but I use Director as a shell (import the Flash files into Director) for the purpose of checking system requirements (RAM, video codecs, etc) and other system controls, which of course can't be done in Flash. Director also has more capabilities in terms of deploying the application. I can send you some sample games I've developed over the years.
    I may be able to assist you on a temporary contact basis, although we'd have to discuss scope to determine if your needs are a match for my capabilites and schedule. Let me know how to contact you offline.
    Thanks.

  • Using Director to create an interactive animated comic? Advice to know if Director is the right tool

    Hi all, I am looking for advice regarding interactive animated comics.I am creating animated comic sequences using After Effect,
    but I would like to introduce an extra layer by adding interactivity in the mix (branching story for example).
    I believe Director can do that, but I want to be sure it is the right software before I start digging in too much.
    My main question is about portability (standalone, web and IOS/Android) and to have a pipeline which is futur proof. Is Director really going to move on and survive the next few years? Is Adobe Edge (still in beta) not going to take it's place? How versatile is Director to export for different platform?
    Thank you in advance for your help!
    Thomas

    still valid discussion at:    http://forums.adobe.com/thread/838351 (Dean´s answers)

  • Is Director the best software for interactive courseware on CD or DVD?

    Wondering if Director is best for this...
    would like to
    1 create a user interface-menu, with topic links that the user can jump to and back from (if you are familiar with them, similar to older Lynda.com courses, created with Director)
    2 create links embedded in the "page" to other material or animations-videos within the course
    3 create cross references and searches
    4 create quizzes that can be scored automatically and create links to "problem spot" information based on quiz results
    5 create functionality similar to Microsoft's Encarta encyclopedia
    6 user having the option of using the course directly from a CD or DVD or from a projector downloaded to their computer
    Thank you in advance for your help.

    Well...
    I have downloaded all three of the .pdfs that I found at Adobe's site and have been reading the Director 11.5 Help manual. So far, I believe that I would want to export the file as a protected movie (DXR). My problem with all of the help sources is that they all seem to be disconnected, in the sense that they explain this is this and that is that, including the VTC video tutorials for Director 11, as if they are giving a "tour of the software," but what I need is a tutorial that is project-based.
    More like a Classroom-in-a-book type of thing, so I can get detailed explainations of...
    a) how to create a user interface (though I can figure out how to do that in other software, such as Fireworks)
    b) how to create the textual content and what the interface holding that content will be and how to format it (size, shape, colors etc.)
    c) how to create a table of contents and index with links
    d) how to create a word search of all text in the "movie" and perhaps including the metadata in videos that will be included in the project
    e) there will be factual content and problems for the users to solve, with links from those problems to detailed solutions...I would like to include a testing and scoring component and based on results a way to suggest where to go to deal with certain difficulties that may arise
    Just need a lot more help on how to organize the entire project from the software's perspective and the best ways to do it efficiently. I am not in a position to physically take a Director class, even if there was one near here, it would almost certainly not be in English (I am currently not in an English-speaking country). Wondering why the amount of help - books (no Bible even), even Lynda.com tutorials - on this software is so sparse, considering that it has been around such a long time...could it be because of the speculation that the software is "dead"?

  • I am unable to insert frames in the Director timeline via the menu pulldown.

    I have been using Director in my career since 1990 and have taught it at the college level. But in my newly purchased version 12, I am unable to insert frames in the Director timeline via the menu pulldown. Unfortunately this was after I couldn't get it to open up in the first place, giving me the error message Ive pasted in below. Creating a new user login on the same Mac Pro (10.8.2), it will now open - but I can't insert frames in the timeline. Everything else works great though!
    Not to bore you, but this is the long-time interactive project I began decades ago that I work on daily now that I am retired as a 100% disabled veteran:
    http://www.madblood.net/tbi/
    Having used the greatest multimedia application on earth for so many years, I want to thank Adobe for so kindly keeping Director alive after too many years of not knowing if 11.5 was going to be the last version. Thank you, thank you, thank you
    Error message in my original user login:
    Process:         Director [43376]
    Path:            /Applications/Adobe Director 12/Director.app/Contents/MacOS/Director
    Identifier:      com.adobe.director_12_0.application
    Version:         12.0.0r111 (12.0.0r111)
    Code Type:       X86 (Native)
    Parent Process:  launchd [15590]
    User ID:         501
    Date/Time:       2013-03-27 10:32:32.984 -0400
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          1853328 sec
    Crashes Since Last Report:           1558
    Per-App Interval Since Last Report:  3658 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      C1706384-C52D-D59B-9B70-7023EE048A23
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000060000020
    VM Regions Near 0x60000020:
        CoreServices           000000001ba6a000-000000001be92000 [ 4256K] rw-/rwx SM=COW 
    -->
        __TEXT                 000000008fe64000-000000008fe97000 [  204K] r-x/rwx SM=COW  /usr/lib/dyld
    Application Specific Information:
    objc_msgSend() selector name: _getCString:maxLength:encoding:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x919a6a87 objc_msgSend + 23
    1   com.apple.CoreFoundation                0x97877513 CFStringGetCString + 115
    2   com.adobe.director_12_0.textxtra          0x10f4ae55 0x10f00000 + 306773
    3   com.adobe.director_12_0.textxtra          0x10f48b1c 0x10f00000 + 297756
    4   com.adobe.director_12_0.textxtra          0x10f47928 0x10f00000 + 293160
    5   com.adobe.director_12_0.textxtra          0x10f0da48 0x10f00000 + 55880
    6   com.adobe.director_12_0.IMLLib.framework          0x008209de 0x798000 + 559582
    7   com.adobe.director_12_0.IMLLib.framework          0x0081ef65 0x798000 + 552805
    8   com.adobe.director_12_0.IMLLib.framework          0x0081f03a MoaCreateInstance + 107
    9   com.adobe.director_12_0.DPLib.framework          0x0063502a 0x5a4000 + 593962
    10  com.adobe.director_12_0.DPLib.framework          0x0060a5b1 MoaSrv_GetIMoaTextManager + 104
    11  com.adobe.director_12_0.application          0x0017922d 0x1000 + 1540653
    12  com.adobe.director_12_0.application          0x00176409 0x1000 + 1528841
    13  com.adobe.director_12_0.application          0x001792d1 0x1000 + 1540817
    14  com.adobe.director_12_0.application          0x001df0bd 0x1000 + 1958077
    15  com.adobe.director_12_0.application          0x0031c518 0x1000 + 3257624
    16  com.adobe.director_12_0.application          0x0031c722 0x1000 + 3258146
    17  com.adobe.director_12_0.application          0x0031ad61 0x1000 + 3251553
    18  com.adobe.director_12_0.application          0x00101312 0x1000 + 1049362
    19  com.adobe.director_12_0.application          0x0010163d 0x1000 + 1050173
    20  com.adobe.director_12_0.application          0x00171b9f 0x1000 + 1510303
    21  com.adobe.director_12_0.application          0x00171df4 0x1000 + 1510900
    22  com.adobe.director_12_0.application          0x00171ede 0x1000 + 1511134
    23  com.adobe.director_12_0.application          0x00172d32 0x1000 + 1514802
    24  com.adobe.director_12_0.application          0x001a49c4 0x1000 + 1718724
    25  com.adobe.director_12_0.application          0x0031b0f6 0x1000 + 3252470
    26  com.adobe.director_12_0.application          0x00091183 0x1000 + 590211
    27  com.adobe.director_12_0.application          0x000e7173 0x1000 + 942451
    28  com.adobe.director_12_0.application          0x00002c29 0x1000 + 7209
    29  com.adobe.director_12_0.application          0x00002b58 0x1000 + 7000
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x92f9e9ae kevent + 10
    1   libdispatch.dylib                       0x9001ec71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9001e7a9 _dispatch_mgr_thread + 53
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x01aebc90  ebx: 0x01aebc90  ecx: 0x9103905b  edx: 0x60000000
      edi: 0x978774ae  esi: 0xbfffee0c  ebp: 0xbfffeb18  esp: 0xbfffeac8
       ss: 0x00000023  efl: 0x00010206  eip: 0x919a6a87   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x60000020
    Logical CPU: 8
    Binary Images:
        0x1000 -   0x533ff3 +com.adobe.director_12_0.application (12.0.0r111 - 12.0.0r111) <3DE93BB6-90B9-357D-B8D2-7CAA4C46F658> /Applications/Adobe Director 12/Director.app/Contents/MacOS/Director
      0x5a4000 -   0x761ff7 +com.adobe.director_12_0.DPLib.framework (12.0.0r111 - 12.0.0r111) <943A7E95-F61B-3BA5-957E-F73EE3089650> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/DPLib.framework/Versions/A/DPLib
      0x798000 -   0x846ffb +com.adobe.director_12_0.IMLLib.framework (12.0.0r111 - 12.0.0r111) <E5E485FB-F840-3BBC-9993-663960BB1027> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/IMLLib.framework/Versions/A/IMLLib
      0x87f000 -   0x964ff7 +com.adobe.amtlib (amtlib 6.2.0.45 - 6.2.0.45) <7446627B-5FDD-8E54-8400-C8BB6C0BC434> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/amtlib.framework/Versions/A/amtlib
      0x971000 -   0x9a0ff7 +com.adobe.headlights.LogSessionFramework (2.0.0.1008) <D370B9DC-033A-2AA4-51CF-7F15025B621C> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/LogSession.framework/Versions/A/LogSession
      0x9c9000 -   0x9daffb +LogTransport2 (1) <835B7B84-5A67-370B-AB39-8E448AA81FA0> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/LogTransport2.framework/Versions/A/LogTransport2
      0x9e4000 -   0xa8ffff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0x1fde000 -  0x1fecfff  libSimplifiedChineseConverter.dylib (61) <60899F9C-A79F-3BC2-855E-DC5C78B98FEB> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x4738000 -  0x474affd  libTraditionalChineseConverter.dylib (61) <519CAA3F-715E-3CAE-B158-57EC95D916B1> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x47b2000 -  0x47b3ff8  ATSHI.dylib (341.1) <7FD74F4D-E42A-30CB-8863-1832BFADFE5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x47b8000 -  0x47bcffb  libFontRegistryUI.dylib (100) <10CAC446-A500-3291-A144-7FAFA57D6720> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0x47c4000 -  0x47c5ffd  com.apple.ironwoodcore (1.1.1 - 1.1.1) <098CE576-3239-3B41-9141-A5BE6E476C84> /System/Library/PrivateFrameworks/SpeechObjects.framework/Versions/A/Frameworks/Dictation ServicesCore.framework/DictationServicesCore
    0x47f4000 -  0x47f6ff3  com.apple.LiveType.component (2.1.4 - 2.1.4) <D60E2537-3B47-EA99-0077-6CE394378D07> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x573f000 -  0x5753fff +com.adobe.director_12_0.actorcontrol (12.0.0r111 - 12.0.0r111) <29253385-1074-326D-BE7A-3AD4DF00E0DD> /Applications/Adobe Director 12/*/Actor Control
    0x575a000 -  0x5767fff +com.adobe.director_12_0.firecaster (12.0.0r111 - 12.0.0r111) <CA1AC9E1-85B0-3550-AC25-D6F7EA2A2A0A> /Applications/Adobe Director 12/*/Fireworks Import PPC
    0x576b000 -  0x576eff3 +com.adobe.director_12_0.lz77cmpr (12.0.0r111 - 12.0.0r111) <860CA841-3532-371C-B8EC-9F9C73935864> /Applications/Adobe Director 12/*/LZ77 Compression PPC Xtra
    0x5786000 -  0x5789ffb +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x578e000 -  0x5796ff7 +com.ecamm.vdig.iGlasses3Driver (3.3.3 - 3.3.3) <406CFFD6-24A1-3719-BC66-E747E0118757> /Library/Components/*/iGlasses3
    0x579e000 -  0x57acfff +info.v002.Syphon (1.0 - 1) <A192CC34-59CA-337B-A8E3-CBD1041682E2> /Library/Components/*/Syphon.framework/Versions/A/Syphon
    0x57ec000 -  0x57f3ffb +com.adobe.director_12_0.mixlrg (12.0.0r111 - 12.0.0r111) <4035C6AC-54AB-32C6-BE91-7AB16175AD74> /Applications/Adobe Director 12/*/LRG Import Export
    0x57f7000 -  0x57f9ffb +com.adobe.director_12_0.mixbitd (12.0.0r111 - 12.0.0r111) <886705FD-8033-3E5E-BAC1-72F18631A9EB> /Applications/Adobe Director 12/*/BitdReader
    0x8bb6000 -  0x8bc7fff +com.adobe.director_12_0.qtexportxtra (12.0.0r111 - 12.0.0r111) <3B1FEFB2-D718-32B8-A19A-7C1C7EE9B5AE> /Applications/Adobe Director 12/*/QTExportXtra
    0x8bce000 -  0x8bd8ff7 +com.adobe.director_12_0.burner (12.0.0r111 - 12.0.0r111) <0E0D13E7-D62E-34EA-BB81-AECA08C025C1> /Applications/Adobe Director 12/*/Squish Files PPC Xtra
    0x8bdb000 -  0x8bddfff +com.adobe.director_12_0.mixbmp (12.0.0r111 - 12.0.0r111) <DACD35F8-3157-3046-A415-10351630FA5E> /Applications/Adobe Director 12/*/BMP Agent
    0x8be0000 -  0x8be2fff +com.adobe.director_12_0.mixflash (12.0.0r111 - 12.0.0r111) <48A94379-BFC2-3381-8201-F5A6D7C97FBA> /Applications/Adobe Director 12/*/Flash Agent
    0x8be5000 -  0x8be7fff +com.adobe.director_12_0.mixgif (12.0.0r111 - 12.0.0r111) <D46CFBBB-A36F-3445-8984-CD48CC982DD4> /Applications/Adobe Director 12/*/GIF Agent
    0x8bea000 -  0x8bf4ff3 +com.adobe.director_12_0.miximagehelp (12.0.0r111 - 12.0.0r111) <DCB52E65-B3E2-3A6C-970D-063D7B026A4D> /Applications/Adobe Director 12/*/Image Translator Helper
    0x8bf8000 -  0x8bfafff +com.adobe.director_12_0.mixjpeg (12.0.0r111 - 12.0.0r111) <6BE5F628-626E-3DC7-A11D-F29F71CB3CB1> /Applications/Adobe Director 12/*/JPEG Agent
    0x8e00000 -  0x8e64fe2  com.apple.LiveType.framework (2.1.4 - 2.1.4) <7AABA687-4323-E5B9-BA04-8F61C217E6FD> /Library/Application Support/ProApps/*/LiveType.framework/Versions/A/LiveType
    0x8e84000 -  0x8edcfff +com.DivXInc.DivXDecoder (6.8.4.3 - 6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0xf100000 -  0xf1cafff +net.sourceforge.webcam-osx.common (0.9.2[+4][+3] - 0.9.2[+4][+3]) /Library/QuickTime/macam.component/Contents/MacOS/macam
    0xf356000 -  0xf36fff7 +com.adobe.director_12_0.mixjpegexpt (12.0.0r111 - 12.0.0r111) <CFCE5AD1-33A9-35A9-8410-C3A5FAA6E0A5> /Applications/Adobe Director 12/*/JPEG Export
    0xf373000 -  0xf391ffb +com.adobe.director_12_0.mixservices (12.0.0r111 - 12.0.0r111) <870F8430-DDA6-357A-967B-E43811A24575> /Applications/Adobe Director 12/*/Mix Services
    0xf399000 -  0xf39fff3 +com.adobe.director_12_0.mixpshop3 (12.0.0r111 - 12.0.0r111) <DE7123F5-8514-3CFC-83C5-71659B5245B8> /Applications/Adobe Director 12/*/Photoshop 3.0 Import
    0xf3a2000 -  0xf3a4fff +com.adobe.director_12_0.mixpict (12.0.0r111 - 12.0.0r111) <0BE3A495-140E-369F-821A-19441080EC85> /Applications/Adobe Director 12/*/Pict Agent
    0x101a9000 - 0x101bcfff +com.adobe.director_12_0.mixmpeg3 (12.0.0r111 - 12.0.0r111) <16F480D1-53FE-35E8-9301-C73B800F5262> /Applications/Adobe Director 12/*/MPEG 3 Import Export
    0x101c0000 - 0x101ebff7 +com.adobe.director_12_0.mixpng (12.0.0r111 - 12.0.0r111) <048DFDDE-C687-3733-A905-6A242FC37C7E> /Applications/Adobe Director 12/*/PNG Import Export
    0x101ef000 - 0x101f1fff +com.adobe.director_12_0.mixqt (12.0.0r111 - 12.0.0r111) <0242D124-EBEE-3F20-9CDD-5779CE741077> /Applications/Adobe Director 12/*/QuickTime Agent
    0x101f4000 - 0x101f6ff7 +com.adobe.director_12_0.mixscript (12.0.0r111 - 12.0.0r111) <5F180E8A-3993-30D4-B9E6-ABD675FD81AF> /Applications/Adobe Director 12/*/Script Agent
    0x10e26000 - 0x10e6affb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.2.0.1 - 6.2.0.1) <6989AFA6-1F49-462F-2EBF-A41B162B8B67> /Applications/Adobe Director 12/Director.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNoti fications
    0x10e83000 - 0x10eadfff +com.adobe.director_12_0.swacmpr (12.0.0r111 - 12.0.0r111) <11318431-F589-3988-8943-275A7A4B34C1> /Applications/Adobe Director 12/*/SWA Compression Xtra
    0x10f00000 - 0x1100efff +com.adobe.director_12_0.textxtra (12.0.0r111 - 12.0.0r111) <142CC03D-7903-372D-B420-8B13D058F3E4> /Applications/Adobe Director 12/*/TextXtra PPC
    0x11048000 - 0x11068ff7 +com.adobe.director_12_0.mixsound (12.0.0r111 - 12.0.0r111) <D5CF882F-708E-366D-98C4-3358F05EC439> /Applications/Adobe Director 12/*/Sound Import Export
    0x1106e000 - 0x11076ffb +com.adobe.director_12_0.mixau (12.0.0r111 - 12.0.0r111) <4AFEF010-C43F-38B2-B81B-0E0256D2C321> /Applications/Adobe Director 12/*/Sun AU Import Export
    0x1107a000 - 0x11084ff3 +com.adobe.director_12_0.mixswa (12.0.0r111 - 12.0.0r111) <0610D25E-96D0-33F6-BBA1-A0A855AFA867> /Applications/Adobe Director 12/*/SWA Import Export
    0x11088000 - 0x1108effb +com.adobe.director_12_0.mixtarga (12.0.0r111 - 12.0.0r111) <EED90E83-2745-317E-BD4E-BE5CA8A77A2D> /Applications/Adobe Director 12/*/Targa Import Export
    0x11092000 - 0x110ddff7 +com.adobe.director_12_0.mixtiff (12.0.0r111 - 12.0.0r111) <EE14F916-CF44-3D7B-B358-999D5B217AF4> /Applications/Adobe Director 12/*/TIFF Import Export
    0x110e3000 - 0x110e7fff +libgif.4.dylib (6.6) /Applications/Adobe Director 12/*/libgif.4.dylib
    0x110ec000 - 0x110f7fff +com.adobe.director_12_0.ineturl (12.0.0r111 - 12.0.0r111) <227E7742-892D-35F7-9161-91B9FCED8950> /Applications/Adobe Director 12/*/InetUrl PPC Xtra
    0x11200000 - 0x1136aff3 +com.adobe.director_12_0.mixcollada (12.0.0r111 - 12.0.0r111) <89653AF9-87FF-3813-9D52-C78C7C234C47> /Applications/Adobe Director 12/*/MixCollada
    0x11383000 - 0x11529ffb +com.adobe.director_12_0.w3dexportsdk (12.0.0r111 - 12.0.0r111) <F9D6B9DB-31E7-3359-9BD2-3FA22526F74B> /Applications/Adobe Director 12/*/W3DExportSDK.framework/Versions/A/W3DExportSDK
    0x115d9000 - 0x1161aff3 +com.adobe.director_12_0.mixskp (12.0.0r111 - 12.0.0r111) <B92AA723-EB6D-3CE6-8B81-9A242FC69C7D> /Applications/Adobe Director 12/*/MixSkp
    0x11626000 - 0x117ccffb +com.adobe.director_12_0.w3dexportsdk (12.0.0r111 - 12.0.0r111) <F9D6B9DB-31E7-3359-9BD2-3FA22526F74B> /Applications/Adobe Director 12/*/W3DExportSDK.framework/Versions/A/W3DExportSDK
    0x1187c000 - 0x11a94fc7 +Xerces (1) /Applications/Adobe Director 12/*/Xerces.framework/Versions/A/Xerces
    0x11cdc000 - 0x11cedfd2 +com.yourcompany.yourcocoaframework (1.0) /Applications/Adobe Director 12/*/ALUtils.framework/Versions/A/ALUtils
    0x11d07000 - 0x11e56ff3 +SketchUpReader (1) <14731269-16ED-43B2-AE81-CB163F161B13> /Applications/Adobe Director 12/*/SketchUpReader.framework/Versions/A/SketchUpReader
    0x1204b000 - 0x12064feb +libjpeg.62.dylib (63) /Applications/Adobe Director 12/*/libjpeg.62.dylib
    0x1206b000 - 0x12290ff7 +libModel.dylib (1) <E200684A-9FF9-44EC-9B72-0E798EC95720> /Applications/Adobe Director 12/*/libModel.dylib
    0x12492000 - 0x124c8fff +libpaintlib.1.dylib (2) <B1DEB760-6104-0065-A6B3-8BBF48F7A2A2> /Applications/Adobe Director 12/*/libpaintlib.1.dylib
    0x124ee000 - 0x1250bfe7 +libpng12.0.dylib (29) /Applications/Adobe Director 12/*/libpng12.0.dylib
    0x12513000 - 0x1255e02f +libtiff.3.dylib (12.2) /Applications/Adobe Director 12/*/libtiff.3.dylib
    0x1256b000 - 0x125a1fff +com.adobe.director_12_0.netfile (12.0.0r111 - 12.0.0r111) <F29F222C-00F5-39CC-A20A-96C7C05C60B8> /Applications/Adobe Director 12/*/NetFile PPC Xtra
    0x125a8000 - 0x125c6ffb +com.adobe.director_12_0.bitmapfilters (12.0.0r111 - 12.0.0r111) <EE0FB3AF-D581-3B34-9407-775B36E0CDD8> /Applications/Adobe Director 12/*/BitmapFilters
    0x125ca000 - 0x125e1ff7 +com.adobe.director_12_0.3dauth (12.0.0r111 - 12.0.0r111) <2E31AD89-7A80-3C6C-A7A5-C801840BB272> /Applications/Adobe Director 12/*/3D Auth Xtra
    0x125e8000 - 0x125f1ff3 +com.adobe.director_12_0.agifasset (12.0.0r111 - 12.0.0r111) <E35C8763-CFC9-3F23-A53C-CA2893AA70B2> /Applications/Adobe Director 12/*/Animated GIF Asset
    0x125f5000 - 0x12617ff7 +com.adobe.director_12_0.agifauth (12.0.0r111 - 12.0.0r111) <57DAC4E3-74CB-351A-99B1-6101741213A0> /Applications/Adobe Director 12/*/Animated GIF Options
    0x12620000 - 0x12645ffb +com.adobe.director_12_0.audiofilters (12.0.0r111 - 12.0.0r111) <6E237092-369E-3932-ABB7-A2F76BD09AC4> /Applications/Adobe Director 12/*/AudioFilters
    0x1264c000 - 0x1268fff3 +com.adobe.director_12_0.audiomixer (12.0.0r111 - 12.0.0r111) <8546E185-2868-3E8E-A078-A2E7E0D9D428> /Applications/Adobe Director 12/*/AudioMixer
    0x1416f000 - 0x14174ff3 +com.adobe.director_12_0.coreaudiomix (12.0.0r111 - 12.0.0r111) <108F935E-0C88-384F-80CE-703742638805> /Applications/Adobe Director 12/*/CoreAudioMix
    0x14177000 - 0x1418bff3 +com.adobe.director_12_0.cursorasset (12.0.0r111 - 12.0.0r111) <DBD5CAEB-8223-33D8-8AE5-10CCF74E7AC2> /Applications/Adobe Director 12/*/Cursor Asset
    0x14192000 - 0x141b9ff3 +com.adobe.director_12_0.cursorauth (12.0.0r111 - 12.0.0r111) <EBA850E5-6F00-3782-8454-CEA3A87FF747> /Applications/Adobe Director 12/*/Cursor Options
    0x141c1000 - 0x141d9ffb +com.adobe.director_12_0.dvdasset (12.0.0r111 - 12.0.0r111) <5B9B3052-FC48-3B57-BC07-084371A1633E> /Applications/Adobe Director 12/*/DVD Asset
    0x141e1000 - 0x141f1ff7 +com.adobe.director_12_0.dvdauth (12.0.0r111 - 12.0.0r111) <BD90AF2E-58FD-34D3-ABD6-84DDE33D5206> /Applications/Adobe Director 12/*/DVD Authoring
    0x141f8000 - 0x14505ffb +com.adobe.director_12_0.dynamiks (12.0.0r111 - 12.0.0r111) <6357B6FE-7ACC-3A42-94E4-2CA271D4CBFF> /Applications/Adobe Director 12/*/Dynamiks
    0x1453b000 - 0x14861ff7 +com.adobe.director_12_0.dynamiks_320 (12.0.0r111 - 12.0.0r111) <FC0D8C60-D426-35FA-8FC4-5B6F05A67AF5> /Applications/Adobe Director 12/*/Dynamiks_320
    0x1488c000 - 0x149d6fe7 +com.adobe.director_12_0.f4vasset (12.0.0r111 - 12.0.0r111) <2D4FEED8-657A-36BD-B5E9-1323ECABB6F3> /Applications/Adobe Director 12/*/F4VAsset
    0x1657b000 - 0x165d4ff3 +com.adobe.director_12_0.flvasset (12.0.0r111 - 12.0.0r111) <82306C0E-7833-3E19-9824-A9DEC2657A8A> /Applications/Adobe Director 12/*/FLVAsset
    0x18176000 - 0x1819eff7 +com.adobe.director_12_0.fontauth (12.0.0r111 - 12.0.0r111) <9F9B00E6-D499-3921-B4A2-D2D329FA35C5> /Applications/Adobe Director 12/*/Font Asset Dialog
    0x181a8000 - 0x181c5fff +com.adobe.director_12_0.fontasset (12.0.0r111 - 12.0.0r111) <50E2F2A5-35EF-3921-8EA6-C03C01EEEF3E> /Applications/Adobe Director 12/*/Font Asset PPC
    0x181cb000 - 0x18238ffb +com.adobe.director_12_0.fontxtra (12.0.0r111 - 12.0.0r111) <A741EA26-95EA-3BBE-8718-43A328F7BBF8> /Applications/Adobe Director 12/*/Font Xtra PPC
    0x18241000 - 0x1838bfe7 +com.adobe.director_12_0.mp4asset (12.0.0r111 - 12.0.0r111) <08BE83E6-126E-3EBF-B497-17DDE1A72F8F> /Applications/Adobe Director 12/*/MP4Asset
    0x19f30000 - 0x19f49fff +com.adobe.director_12_0.mp4auth (12.0.0r111 - 12.0.0r111) <543074D5-DEFB-36E4-9218-1BF6E61BE92C> /Applications/Adobe Director 12/*/MP4Auth
    0x19f51000 - 0x19f59ffb +com.adobe.director_12_0.mp4export (12.0.0r111 - 12.0.0r111) <BFDF4739-4552-30C9-A90C-E4842FCF06FD> /Applications/Adobe Director 12/*/MP4Export
    0x19f5d000 - 0x1a01909c +com.mainconcept.mcmp4mux (7.4 - 7.4.0.33133) /Applications/Adobe Director 12/*/mcmp4mux.framework/Versions/7.4/mcmp4mux
    0x1a042000 - 0x1a079647 +com.mainconcept.mcaacaenc (7.6 - 7.6.0.33133) /Applications/Adobe Director 12/*/mcaacaenc.framework/Versions/7.6/mcaacaenc
    0x1a07d000 - 0x1a092ff7 +com.adobe.director_12_0.realasset (12.0.0r111 - 12.0.0r111) <A8482C8B-5449-364C-93E8-ECC37C4C03C1> /Applications/Adobe Director 12/*/RealMedia Asset
    0x1a098000 - 0x1a0a8fff +com.adobe.director_12_0.realauth (12.0.0r111 - 12.0.0r111) <D8D29381-DA5E-39D2-AFD1-E2F4D7EB07FC> /Applications/Adobe Director 12/*/RealMedia Authoring
    0x1a0af000 - 0x1a31eff7 +com.adobe.director_12_0.3dasset (12.0.0r111 - 12.0.0r111) <18BE6FE1-12F3-3836-AAE5-2C56CF6A58B8> /Applications/Adobe Director 12/*/Shockwave 3D Asset Xtra
    0x1a372000 - 0x1a382ff3 +com.adobe.director_12_0.soundcontrol (12.0.0r111 - 12.0.0r111) <DE37418D-11BD-3D49-ABE5-0C16E8AA993A> /Applications/Adobe Director 12/*/Sound Control
    0x1a385000 - 0x1a397fff +com.adobe.director_12_0.swadcmpr (12.0.0r111 - 12.0.0r111) <1B145307-6121-361A-916E-CC0FA59186E6> /Applications/Adobe Director 12/*/SWA Decompression PPC Xtra
    0x1a39a000 - 0x1a3bbfff +com.adobe.director_12_0.swaopt (12.0.0r111 - 12.0.0r111) <F376087C-D1C1-3B11-A42A-9C248A636C8D> /Applications/Adobe Director 12/*/SWA Options Xtra
    0x1a3c3000 - 0x1a3d1ff3 +com.adobe.director_12_0.swastrm (12.0.0r111 - 12.0.0r111) <3B76A6EF-57D2-3415-A5CE-25D56402E2A0> /Applications/Adobe Director 12/*/SWA Streaming PPC Xtra
    0x1a3d5000 - 0x1a3f7ff3 +com.adobe.director_12_0.textauth (12.0.0r111 - 12.0.0r111) <5B247C75-3C4C-3A7C-A8DF-BF9DCDA430C4> /Applications/Adobe Director 12/*/Text Asset Options
    0x1a400000 - 0x1a421ffb +com.adobe.director_12_0.textasset (12.0.0r111 - 12.0.0r111) <82A049D4-6014-3ACC-8D81-C6DBACFE84FA> /Applications/Adobe Director 12/*/TextAsset PPC
    0x1a427000 - 0x1a487ff7 +com.adobe.director_12_0.shapeauth (12.0.0r111 - 12.0.0r111) <04BFE3B1-50AD-3AAA-B51B-C0451ED2568B> /Applications/Adobe Director 12/*/Vector Editor Xtra
    0x1a4ad000 - 0x1a4e0fff +com.adobe.director_12_0.flashauth (12.0.0r111 - 12.0.0r111) <AB0490F7-FDDA-3F2A-A046-98F324F03304> /Applications/Adobe Director 12/*/Flash Asset Options PPC
    0x1a4ea000 - 0x1ae5efc7 +com.adobe.director_12_0.flashasset (12.0.0r111 - 12.0.0r111) <B92945E8-D463-344A-B221-A92A17CA53FD> /Applications/Adobe Director 12/*/Flash Asset PPC
    0x1b03f000 - 0x1b06cff3  com.apple.audio.CoreAudioKit (1.6.4 - 1.6.4) <5F0E55AF-BDA6-36B3-86F2-8A84A8F5D089> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1b07f000 - 0x1b0aefff +com.adobe.director_12_0.qtauth (12.0.0r111 - 12.0.0r111) <58E29769-B2CB-3AF2-BE5A-5A95D7D248AB> /Applications/Adobe Director 12/*/QuickTime Asset Options
    0x1b0b8000 - 0x1b0d5fff +com.adobe.director_12_0.qtasset (12.0.0r111 - 12.0.0r111) <7F91C6D0-62C7-3DEC-AD15-A7F7ACBC0566> /Applications/Adobe Director 12/*/QuickTime6 Asset
    0x1b0dd000 - 0x1b0e8ffe +com.adobe.director_12_0.fileio (12.0.0r111 - 12.0.0r111) <7357E45E-5E75-3753-9563-B0DE18926DF3> /Applications/Adobe Director 12/*/FileIO PPC Xtra
    0x1b0ec000 - 0x1b13bff7 +com.adobe.director_12_0.muidialog (12.0.0r111 - 12.0.0r111) <E4B38C17-CAF8-3D49-AAE2-A6F5184FC2B1> /Applications/Adobe Director 12/*/Mui Dialog
    0x1b14c000 - 0x1b17afc3 +com.adobe.director.multiusr (11.5.0r593 - 11.5.0r593) /Applications/Adobe Director 12/*/Multiusr
    0x1b188000 - 0x1b194ff1 +com.adobe.director_12_0.netlingo (12.0.0r111 - 12.0.0r111) <D6ACDC60-D875-3B2C-83B3-9AAFD68A71E6> /Applications/Adobe Director 12/*/NetLingo PPC Xtra
    0x1b197000 - 0x1b19cff3 +com.adobe.director_12_0.speechxtra (12.0.0r111 - 12.0.0r111) <27AF5FCA-423E-3A0B-8704-FC7D2BA3BC68> /Applications/Adobe Director 12/*/Speech
    0x1b1a2000 - 0x1b1aaffb +com.adobe.director_12_0.uihelper (12.0.0r111 - 12.0.0r111) <5384CD56-4F39-3EF2-93FC-91382C4C10BA> /Applications/Adobe Director 12/*/UIHelper PPC Xtra
    0x1b1b0000 - 0x1b1cffff +com.adobe.director_12_0.unzipxtra (12.0.0r111 - 12.0.0r111) <28AAF9BD-A83C-3137-A631-870B1F8C3B4D> /Applications/Adobe Director 12/*/UnzipXtra
    0x1b1d4000 - 0x1b1f0ff3 +com.adobe.director_12_0.xmlparser (12.0.0r111 - 12.0.0r111) <287131AE-7E44-3DAB-883D-B45271201419> /Applications/Adobe Director 12/*/XmlParser PPC Xtra
    0x1b1f5000 - 0x1b201ff3 +com.adobe.director_12_0.zipxtra (12.0.0r111 - 12.0.0r111) <E506F2B8-9F71-325C-B915-9DE9199B0A41> /Applications/Adobe Director 12/*/ZipXtra
    0x8fe64000 - 0x8fe96e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90019fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x9001a000 - 0x9002cff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x9002d000 - 0x90043fff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x90044000 - 0x90071ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x90072000 - 0x90089fff  com.apple.GenerationalStorage (1.1 - 132.2) <93694E0D-35D3-3633-976E-F354CBD92F54> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x9008a000 - 0x901a2ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x901a3000 - 0x901a5ffb  libRadiance.dylib (845) <3F87840F-217D-3074-A29D-919BAAED2F4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x901a6000 - 0x901cbff7  com.apple.CoreVideo (1.8 - 99.3) <5B872AC0-E82D-3475-A3F9-FD95F380560D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x901cc000 - 0x901cfffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x901d0000 - 0x903e7fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x903e8000 - 0x90560ff5  com.apple.QuartzCore (1.8 - 304.0) <0B0EC55A-9084-3E28-9A84-1813CE3FAA9B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90561000 - 0x906beffb  com.apple.QTKit (7.7.1 - 2599.13) <2DC9E2BB-9895-3D02-A318-88431052E70B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x906bf000 - 0x90793fff  com.apple.backup.framework (1.4.1 - 1.4.1) <55F2A679-9B21-3F43-A580-4C2ECF6A5FC5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90794000 - 0x90798ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x907ca000 - 0x90be7fff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x90be8000 - 0x90c1dfff  libTrueTypeScaler.dylib (84.5) <2598F930-5E6B-37D7-B1E6-18181A972C6E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90c75000 - 0x90d69ff3  com.apple.QuickLookUIFramework (4.0 - 555.4) <D66F61A6-2C4C-359F-A2E3-7D023C33CB5A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x90d6a000 - 0x90d7ffff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x90d80000 - 0x90d90ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x90d91000 - 0x90d99fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <25A7232F-9B6A-3746-A3A8-12479D086B1E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90d9a000 - 0x90d9dfff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x90d9e000 - 0x90daaff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90dab000 - 0x910c8ff3  com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91401000 - 0x9140eff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x9140f000 - 0x91411fff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x91412000 - 0x91476fff  com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x91477000 - 0x9182fffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x91830000 - 0x91833ff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x91834000 - 0x9185eff9  com.apple.framework.Apple80211 (8.0.1 - 801.17) <8A8BBBFD-496B-35A6-A26E-ADF8D672D908> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x9185f000 - 0x91860fff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x91861000 - 0x91886ffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x918bd000 - 0x918eefff  com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x91947000 - 0x919a0fff  com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x919a1000 - 0x91aae057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x91aaf000 - 0x91ba7ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x922b0000 - 0x922b0fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x922b1000 - 0x9232bff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9232c000 - 0x923dbff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x923dc000 - 0x923e0fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x923e1000 - 0x923edffa  com.apple.CrashReporterSupport (10.8.2 - 415) <BAE9900A-51E7-3AD4-A7FB-7E6CCFFB2F21> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x923ee000 - 0x92498fff  com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x92499000 - 0x924f6fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x924fe000 - 0x9264bffb  com.apple.CFNetwork (596.2.3 - 596.2.3) <1221EF86-659B-3136-AB57-0CC6B130CDA2> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9264c000 - 0x926d1ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x926d2000 - 0x926d2fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x926d3000 - 0x926d3fff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x926d4000 - 0x9271dff7  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <ABA6A926-34C2-3C09-AD9F-A87A8A35536A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9271e000 - 0x92727ff9  com.apple.CommonAuth (3.0 - 2.0) <A1A6CC3D-AA88-3519-A305-9B5D76C5D63B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x92728000 - 0x92782fff  com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x92783000 - 0x927a7fff  libJPEG.dylib (845) <547FA9A5-0BBB-3E39-BACA-F3E2DAE57DB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x927a8000 - 0x92899ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x9289a000 - 0x9289afff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9289d000 - 0x928bcff3  com.apple.Ubiquity (1.2 - 243.10) <D2C9F356-1681-31D2-B292-5227E2DDEB0B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x928bd000 - 0x928cbfff  com.apple.opengl (1.8.6 - 1.8.6) <1AD1AE7B-B57B-35B5-B571-32A34F0DA737> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x928cc000 - 0x92934ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <9A80E97E-544F-3A45-916D-6DB7ED217E33> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92935000 - 0x929f3ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x929f4000 - 0x92a1dff7  libRIP.A.dylib (324.6) <7976E6A2-A489-33F5-A727-7634DDE3B761> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x92a1e000 - 0x92b1cff7  libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x92b1d000 - 0x92c3bff7  com.apple.MediaControlSender (1.4.5 - 145.3) <E0931EE7-4ACA-3538-9658-B9B2AC1E6A80> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x92c3c000 - 0x92c3dfff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x92c3e000 - 0x92c79fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x92c85000 - 0x92ca5ffd  com.apple.ChunkingLibrary (2.0 - 133.2) <FE5F0F1E-B15D-3F76-8655-DC2FE19BF56E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x92ca6000 - 0x92ed6fff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x92ed7000 - 0x92f46ffb  com.apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x92f47000 - 0x92f51ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x92f81000 - 0x92f88ffe  com.apple.agl (3.2.1 - AGL-3.2.1) <8E0411D3-19F7-30E1-92A2-337F7F0EBCDA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92f89000 - 0x92fa3ffc  libsystem_kernel.dylib (2050.18.24) <C17D49D0-7961-3B67-B443-C788C6E5AA76> /usr/lib/system/libsystem_kernel.dylib
    0x92fa4000 - 0x93160ffd  libicucore.A.dylib (491.11.1) <B19E450A-BAF1-3967-9C95-7F77DC0B4639> /usr/lib/libicucore.A.dylib
    0x93500000 - 0x9354eff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <7BA6C58B-0357-356F-BB69-17ACB5E35988> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9354f000 - 0x93932ff3  com.apple.HIToolbox (2.0 - 625) <5A312E41-9940-363E-B891-90C4672E6850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x93933000 - 0x9395cfff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9395d000 - 0x93989ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x93a42000 - 0x940cefeb  com.apple.CoreAUC (6.16.00 - 6.16.00) <654A0AB8-F24F-3489-8F70-F0A22414FE08> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x940cf000 - 0x940d2ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x940d3000 - 0x940d6ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x940d7000 - 0x941b8fff  libcrypto.0.9.8.dylib (47) <D4EFFCFB-206D-3E3D-ADB5-CBAF04EB8838> /usr/lib/libcrypto.0.9.8.dylib
    0x941b9000 - 0x941b9ffd  libOpenScriptingUtil.dylib (148.2) <907E25B1-4F50-3461-B8D5-733C687EB534> /usr/lib/libOpenScriptingUtil.dylib
    0x941ba000 - 0x941beffc  libGIF.dylib (845) <714E9F0D-D7A3-3F58-B46E-FCBE0F144B23> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94a4a000 - 0x94a51ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x94b09000 - 0x94b13fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x94b14000 - 0x94b41ffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x94b42000 - 0x94b44fff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x94e34000 - 0x95230feb  com.apple.VideoToolbox (1.0 - 926.62) <B09EEF06-CB3C-3EAA-8B0E-22A1801F3CAE> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x95231000 - 0x9523ffff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x95240000 - 0x954adfff  com.apple.imageKit (2.2 - 667) <3F5F92DB-C0C0-3C5F-98C6-B84AB9E28B55> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x954ae000 - 0x954b0fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x954b1000 - 0x961e9ff7  com.apple.QuickTimeComponents.component (7.7.1 - 2599.13) <85C70D1B-D074-3891-BF8D-9BA81D2C224B> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x961ea000 - 0x961f2fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x96236000 - 0x964f6fff  com.apple.security (7.0 - 55179.1) <CB470E48-621B-34D9-9E78-8B773358CB6B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x964f7000 - 0x964fbff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x964fc000 - 0x96502fff  libGFXShared.dylib (8.6.1) <E32A7266-FCDD-352C-9C2A-8939265974AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x96503000 - 0x96545ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x96546000 - 0x965aefe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x965af000 - 0x965bcfff  libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x965bd000 - 0x96639ffb  libType1Scaler.dylib (101.1) <0D94D786-29F7-33DB-B64B-B264FA5EACD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x9663a000 - 0x96641fff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x96642000 - 0x96650ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x96660000 - 0x96661ffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x96662000 - 0x96695ff3  com.apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x96696000 - 0x966dbff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x966dc000 - 0x967e7ff7  libJP2.dylib (845) <D409C913-6FA4-3D60-BFE0-B9FC6A02FEE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x967ed000 - 0x967fbff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x967ff000 - 0x9681bff7  libPng.dylib (845) <14C43094-C670-3575-BF9B-3A967E05EAC0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9681c000 - 0x96868fff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x96869000 - 0x968b7ffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x96904000 - 0x9693bffa  com.apple.LDAPFramework (2.4.28 - 194.5) <8368FAE7-2B89-3A7D-B6EE-7184B522CB66> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9693c000 - 0x969b1ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x969b2000 - 0x96a6ffeb  libsystem_c.dylib (825.25) <B1F6916A-F558-38B5-A18C-D9733625FDC9> /usr/lib/system/libsystem_c.dylib
    0x96a70000 - 0x96ad2fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x96ad3000 - 0x96adafff  libsystem_dnssd.dylib (379.32.1) <6A505284-2382-3F27-B96F-15FFDACF004E> /usr/lib/system/libsystem_dnssd.dylib
    0x96adf000 - 0x96d82ffb  com.apple.CoreImage (8.2.2 - 1.0.1) <85BFFB09-D765-3F5F-AF65-FB136DDCAEF3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x96d83000 - 0x96d89fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x96d8a000 - 0x96d8afff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96d8b000 - 0x96d9bff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
    0x96d9c000 - 0x96d9dfff  libremovefile.dylib (23.1) <98622D14-DAAB-3AD8-A5D9-C322BF572A98> /usr/lib/system/libremovefile.dylib
    0x96d9e000 - 0x96dd1ff5  libssl.0.9.8.dylib (47) <3224FBB3-3074-3022-AD9A-187703680C03> /usr/lib/libssl.0.9.8.dylib
    0x96dd2000 - 0x96e19ff3  com.apple.CoreMedia (1.0 - 926.62) <69B3835E-C02F-3935-AD39-83F8E81FB780> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96e1a000 - 0x96e38ff3  com.apple.openscripting (1.3.6 - 148.2) <55738D66-CC15-3F43-9265-00C3322D39C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x96e39000 - 0x96e3afff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x96e3b000 - 0x96e80ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x96e81000 - 0x96e84ff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x96e8c000 - 0x96eceffb  com.apple.RemoteViewServices (2.0 - 80.5) <60E04F2F-AFD8-3B1F-BF07-8A3A7EABB8E9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x96ecf000 - 0x96febff7  com.apple.desktopservices (1.7.2 - 1.7.2) <8E74D101-8398-34F1-A463-B4950680A597> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x96fec000 - 0x970f9ff3  com.apple.ImageIO.framework (3.2.0 - 845) <BF959BCB-C30A-3680-B7C2-91B327B2B63B> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x970fa000 - 0x970fafff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x970fb000 - 0x97156fff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x97157000 - 0x97157fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x97158000 - 0x97159ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9715a000 - 0x9745fff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <4571EDDC-704A-3FB1-B9A6-59870AA6165F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x97460000 - 0x976dcff7  com.apple.QuickTime (7.7.1 - 2599.13) <FE609160-E1EF-341D-9B6A-205D3E03A4D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9771d000 - 0x977b7fff  com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x977b8000 - 0x977c0fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x977c1000 - 0x977deff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x977e1000 - 0x9783afff  com.apple.QuickLookFramework (4.0 - 555.4) <96911441-FDD4-3B68-9E0C-51BA11A97C2E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9783b000 - 0x97a23ff3  com.apple.CoreFoundation (6.8 - 744.12) <E939CEA0-493C-3233-9983-5070981BB350> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97a24000 - 0x97a25fff  libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib
    0x97a26000 - 0x97a3ffff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97a40000 - 0x97b50ff3  com.apple.QuickTimeImporters.component (7.7.1 - 2599.13) <410311C4-34FF-38F0-8EE0-3093AEEC1A82> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x97b51000 - 0x97b5bfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x97b5c000 - 0x97bb5ff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <541529F7-063E-370B-9EB2-DF5BE39073E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x97bb6000 - 0x97f49ffb  com.apple.MediaToolbox (1.0 - 926.62) <7290B07B-4D03-3B46-809C-64C8FB97B40C> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x97f4a000 - 0x97fe2fff  com.apple.CoreServices.OSServices (557.4 - 557.4) <C724AB29-A596-3E1E-9FF1-A4E509AD843A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x9800f000 - 0x980a1ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x980be000 - 0x9815eff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x9815f000 - 0x98213fff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98214000 - 0x9828dff0  com.apple.CorePDF (2.0 - 2) <6B5BF755-F336-359C-9A99-F006F61442CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9828e000 - 0x9828efff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9828f000 - 0x9830bff3  com.apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x9830c000 - 0x9834bff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9834c000 - 0x98355ff3  com.apple.DisplayServicesFW (2.6.1 - 353) <50D0BBF0-F911-380F-B470-E59B5E48E520> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x98356000 - 0x983adff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x983ae000 - 0x987f0fff  com.apple.CoreGraphics (1.600.0 - 324.6) <66556166-F9A7-3EEC-A562-46061C7A79E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x987f1000 - 0x98841ff7  com.apple.CoreMediaIO (301.0 - 4147) <F13FA9D4-BD1D-3297-BDD5-5858B231D738> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x98842000 - 0x988a8fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <F8CF762B-B707-3021-958F-BB8D33DB3576> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x98998000 - 0x989a4ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x989a5000 - 0x989a5fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x989a6000 - 0x98a8fff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x98a90000 - 0x98a97ff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98a98000 - 0x98a9bff9  libCGXType.A.dylib (324.6) <3004616B-51F6-3B9D-8B85-DCCA3DF9BC10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x98aa0000 - 0x98aa4fff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x98aa5000 - 0x98b3cff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x98b3d000 - 0x98b50ff9  com.apple.MultitouchSupport.framework (235.28 - 235.28) <5C8CFA21-D4FC-32E8-B199-0F7155E6ED9A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x98b51000 - 0x98b51fff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x98b54000 - 0x98c8fff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x98c90000 - 0x98cd4fff  libGLU.dylib (8.6.1) <06BAFDCA-800C-35E3-B1A3-F05E105B86AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x98cd5000 - 0x98cf7fff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x98cf8000 - 0x98f50ff1  com.apple.JavaScriptCore (8536 - 8536.26.7) <75629E05-65FE-3699-8CDC-80C95015CF42> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x98f8e000 - 0x98f8effd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <4C13DEA2-1EB0-3D06-901A-DB93184C06F0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98f8f000 - 0x98fe6ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x98fe7000 - 0x99004fff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x99291000 - 0x99319fff  com.apple.PDFKit (2.7.2 - 2.7.2) <7AE7BAE9-4C21-3BFB-919E-5C6EEBBDFF75> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x993c2000 - 0x99f7effb  com.apple.AppKit (6.8 - 1187.34) <06EDB1D1-3B8A-3699-8E3A-D8F50A27AB7C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x99f7f000 - 0x99fc0ff7  com.apple.framework.CoreWiFi (1.0 - 100.10) <944B3FAE-F901-3276-A676-9D52295DA817> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x99fc1000 - 0x9a025ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x9a026000 - 0x9a027fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x9a028000 - 0x9a069ff7  libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib
    0x9a06a000 - 0x9a06efff  com.apple.IOSurface (86.0.3 - 86.0.3) <E3A4DB0A-1C1A-31E3-A550-5C0E1C874509> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9a06f000 - 0x9a1f8ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x9a1f9000 - 0x9a22fffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9a230000 - 0x9a247ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x9a279000 - 0x9a2bbfff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x9a3ba000 - 0x9a3c3ffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9a3c4000 - 0x9a3d9fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x9a3da000 - 0x9a532ffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9a533000 - 0x9a533fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x9a534000 - 0x9a583ff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9a584000 - 0x9a5a8fff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9a5a9000 - 0x9a604ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <4BA2AAEA-4936-375C-B4D8-4BBE2EDC7FF5> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9a605000 - 0x9a610fff  libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib
    0x9a611000 - 0x9a636ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9a637000 - 0x9a641fff  libCSync.A.dylib (324.6) <D2E8AC70-C6D1-3C40-8A82-E50422EDCFBF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x9a642000 - 0x9a65ffff  libxpc.dylib (140.41) <1BFE3149-C242-3A77-9729-B00DEDC8CCF2> /usr/lib/system/libxpc.dylib
    0x9a660000 - 0x9a66cffe  libkxld.dylib (2050.18.24) <48A75AF6-9D5A-3552-948E-30A1682D3664> /usr/lib/system/libkxld.dylib
    0xb0000000 - 0xb001afe3 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <928D8FAD-DEE7-F1D0-FE17-FA7F4E4C1E48> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/ahclient.framework/Versions/A/ahclient
    0xba100000 - 0xba101fff  libArabicConverter.dylib (61) <B9510526-1C60-34ED-AE6C-310DC30FD04E> /System/Library/CoreServices/Encodings/libArabicConverter.dylib
    0xba300000 - 0xba301fff  libCyrillicConverter.dylib (61) <76630B89-A9CE-376B-B836-B55D8543717B> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0xba500000 - 0xba501ffd  libGreekConverter.dylib (61) <8420F227-2783-36D9-997E-39110328F77C> /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0xba700000 - 0xba700fff  libHebrewConverter.dylib (61) <3E708D3C-2332-3B4F-A79B-D7DF7B0F7C85> /System/Library/CoreServices/Encodings/libHebrewConverter.dylib
    0xba900000 - 0xba91cffd  libJapaneseConverter.dylib (61) <A3F2F55D-E491-3532-A8F6-8D3F2455704F> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21ffc  libKoreanConverter.dylib (61) <39F6BEE7-AE54-3423-B920-2A3573BC9A1A> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbad00000 - 0xbad01fff  libLatin2Converter.dylib (61) <5893A6EA-B555-3635-8D03-66FA478CD304> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
    0xbaf00000 - 0xbaf01fff  libLatin5Converter.dylib (61) <E9E8057A-2240-3721-A8A5-7258096B00E8> /System/Library/CoreServices/Encodings/libLatin5Converter.dylib
    0xbb100000 - 0xbb103ffd  libLatinSuppConverter.dylib (61) <A1318F1F-8E3E-3A9B-92A1-4749F4CBCE1B> /System/Library/CoreServ

    Hi Milky_au!
    I appreciate your response. I believe I've discovered what the problem is with not being able to insert multiple frames from the pulldown menu - and it appears to be a limitation in Director's score that'll actually be easy to avoid as I continue building my project.
    My background sprite channel and ten other channels I was using for navigation buttons had stretched well over six thousand frames (undoubtedly from a lot of copy and paste between DIR files of reused sprite channels over the past eighteen years that I've been working on this personal project that's been as much fun as using Director) while the sprites for the rest of the project had only reached just under three thousand frames.
    On the phone with Rajeev Saini at Adobe for a good half hour with him in control of my screen to test what I had done, he had discovered that a new DIR file had no problem inserting frames via the pulldown. Although the Command+] shortcut would still add one frame at a time in my working DIR, I wasn't seeing that as a viable solution to my wanting to add, say, a hundred frames in one shot so I could build an animation in that area of the score.
    I deleted three thousand frames that were being used by the background and those ten navigation buttons - and now inserting frames via the pulldown menu works exactly the way its supposed to now!
    I can now see that I have to keep an eye on that background and those button channels so they don't grow so far beyond where I'm actually building my project.
    I will pass this on to Adobe because it does seem like there's a definite limitation in the score. Luckily, that's easy to work around.
    Thanks again Milky_au for your kind response!
    Gary

  • How to use interactive layout in Photoshop CC for the photomerge function?

    I find it really hard to combine the images together because the end result from photomerge does not have the snap in function like the interactive layout. Does anyone know how can I bring back the interactive layout in Photoshop CC? I downloaded the PhotomergeUI plugin but error came up saying 'Could not complete your request because it is not the right kind of doument'. Any help will be greatly appreciated.

    I was able to get PhotomergeUI to work in CS6 (both x64 and x86) by the following method:
    If you download Photoshop CS5 Optional Plugins and (for 64-bit versions of Adobe Photoshop on Windows) extract "\\CS5OptionalPlugins_Win_en_US.zip\PSCS5OptionalPlugins_Win_en_US\Optional Plug-Ins\Win64\PhotomergeUI.8BF" to "C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\Automate" and "C:\Program Files\Common Files\Adobe\Plug-Ins\CS6\Automate" then the Photomerge UI becomes available in Photoshop CS6.
    If the "Automate" directories are not available (existent), then you may first create them in their respective directories. This is not necessary, however, as the plugins may be dropped anywhere in the 'plugins' folder.
    However, this method doesn't seem to work with Adobe Photoshop CC. I will continue to investigate how to implement this plug-in in Adobe Photoshop CC..

  • Where can I get more info about Director and Projectors?

    I would like to learn how to create interactivity within my animations-like menus and such.
    a)where can I buy Director
    b)where can I re-learn it after 10 years?
    Thanks

    you can buy new online in the Adobe store or try to find a usefull version like MX2004 or 11.5 on ebay or similar recources.
    if you can get an upgradeable version at a cheap recource it will be better to upgrade to 11.5 as to buy  the full version 11.5.
    See eligeble versions in the Adobe online store.
    best
    Wolfgang

  • Users on network home directories hang after sleep

    Hi,
    I have the following problem: I have a 10.5 server with network home directories. I can login from Snow Leopard (10.6.1) however whenever the machine goes to sleep and comes back from sleep, the user hangs then if you wait a bit then it will come with the message that the share has been disconnected and it asks you to manually unmount. It will stay there forever. When you click disconnect, the system will unmount and remount the home directory but in the mean time, Mail will have reported disk i/o errors in the logs and throw errors (ranging from type in your password to 'rebuild index').
    Going through the log files (and verbosity high) it seems that when going to sleep, the system doesn't unmount the network home directory. After it wakes up from sleep it attempts to unmount the home directory share which off course fails because it's in use and then it locks up, after you click disconnect, it says "spins reported" in the logs and goes on with remounting the shares.
    The issue doesn't happen if the user is local. If anybody has an idea as to how this works or if they have it working, please let me know. I have tried just about anything. AFP shares, NFS shares, I have tried with or without the intr, nolocks, locallocks mount options - they all have the same issue. I have even tried another Mac Mini with a fresh install of Snow Leopard.

    I found a possible cause and solution.
    This has been on 10.6.1 with Mac Mini's. Then we got a new Mac Pro with 10.6 out of the (Apple) factory which I updated to 10.6.1, same issue. What I didn't think about is that by default I install a heap of software (including XCode, Adobe CS4 and Office 2008) with customized packages and workgroup manager preferences.
    So I was mucking around with Cocktail (the tool to clean up caches etc.) and I noticed Snow Leopard hung every time after cleaning & recreating some caches. Now that I had a reliable way to hang Snow Leopard I investigated what could cause it.
    I noticed during a PackageMaker session that Adobe CS4 installs a Version Cue startup script in /etc/machinit_peruser.d. I deleted it, rebooted, used Cocktail again and it went all the way through without hanging. Rebooted again, according to the logs it pre-linked & cached the kernel and several kernel extensions and that was it, no more hangs, no more issues logging in after sleep or screensaver.
    So possible causes:
    - VersionCue installs itself as a kernel module or something (the location says "mach" which is the kernel after all) which is not compatible with Snow Leopard.
    - The caches and kernel extensions were 'dirty' out of the box but VersionCue (or something else that interacts with it) blocked my or Snow Leopard's automated attempts to clean them.
    - VersionCue reinitializes (it sits on the network after all) after a sleep or screen saver timeout in a way that gives issues with Snow Leopard

  • What software is best to use to create an interactive CD?

    Hi
    I'm creating an interactive cd rom. I have made several interactive CDs already using a really basic bit of software called Autoplay Menu Builder (made by a company called Linasoft) but it has several limitations.
    Basically it needs to be an easy to navigate menu with thumbnails of images that users can click on to open and print however many images they like (one at a time). The images will be pdfs as I will distribute a copy of Adobe Reader on the CD (yes I do have a license to do so!)
    The main problem I am having with my current software is that each menu program I create can only handle opening 10 or so pdfs and so I need to have lots of menus linking to one another in order to be able to open all of the pdf files on the cd (usually several hundred files). Each menu program is an .exe file with autorun feature. Each .exe file is named 'autorun.exe' by default and I cant change the name without encountering problems. Therefore the CD ends up containing 100s of .exe files with exactly the same name and users are having problems with their virus checker software thinking that the CD contains a trojan virus.
    So I need to come up with a new way of making these CDs.
    Things I need my interactive CD project to do...
    * Autorun from disc without prompt from the user
    * Run from disc only - I don't want the user to have to install anything or need an Internet connection to use the CD
    * Not to have issues with the most commonly used anti virus software (I know this might be an impossible task)
    * Have a customisable interface and buttons etc.
    * Enable the user to quickly and easily open and print 100s of pdfs one at a time
    * It needs to work on older home computers - and if possible to work on both mac and pc platforms
    I would rather not have it open in an Internet browser window - but would go for this option if I could remove/disable the navigation bar and give it some kind of skin (so that users don't think that they have to be online to use the CD - I know that sounds daft but it's quite important to the project I am trying to create).
    After reading around the forums I think that Director seems the logical way to go but thought it was worth asking for any advice on the matter before diving in at the deep end - I'm not familiar with Director or Flash... but always willing to learn something new!
    Any advice or comments very much appreciated!
    Thanks, Emma.

    Director will definitely do what you want, but,  you will have to program the functions you need yourself.  If you have programming experience from another programming language other than lingo (directors programming language) it's relatively easy to get the hang of lingo, most later director versions also supports java script. In addition you're going to need a few plugins (called xtras in director) to get all the functionality you need, specifically BuddyAPI to be able to load or open the pdf's and get a list of the files on the cd, and if you don't want to use the adobe reader you will need Impressario to view and print the pdfs.
    Also, there are probably quite a few director users that have done something similar already so if you need help you can go to www.director-online.com or http://www.directorforum.com/ and search the forums (or ask for help).

  • Software To Create Interactive Training DVD

    I have a new project I am working on. A interactive training DVD. I invision a split screen. One side text or still photos. The other side a video demonstration on the subject matter. There needs to be 2 controllers. The 1st would allow the viewer to advance to the previous or next slide. The second controller would allow the viewer to pause, start, stop rewind the video in the second screen. Additionally, there needs to be a "quiz" at the end of each section. The viewer would be asked several questions. Depending on their response, they would advance to the next section or be taken back to a previous section where the correct response is located.
    I think I can do it in FCP & DVDSP. Does anyone have any recommendations or better software suggestions.
    Oh yeah, I need to release the final product for use on windows machines.
    Thank you
    G5   Mac OS X (10.4.5)  

    You mentioned DVD is your goal, so your options are extremely limited.
    DVDSP or Spruce (which is Windows only and recently aquired by Apple) are really your only choices sub $10k as far as I know.
    DVDSP could handle the project, but it would require very good planning and mastery of the scripting environment. You can't save files from DVD, or print pages, or have any serious interactivity beyond navigation scripts. Remember, DVDSP produces DVD's and only DVD's so make sure this is your only delivery medium before moving forward.
    Personally, I think this is the kind of thing best suited for an authoring program which is most likely a CD-ROM or Web-based delivery platform. You might see if the DVD thing is set in stone, or if other platforms would be OK.
    Macromedia Director is my favorite authoring program. It produces Mac and Windows executable files, not DVD's. Users will have to install Quicktime for Director to display video clips. It's a very powerful program which I use for all of my CD-ROM authoring. I've authored 20+ major CDROM titles including some very nice educational games with this software. It's sort of a container application that holds and displays your content which is often created elsewhere. For instance, I make video clips and fancy transitions in FCP or Motion and place them into the Director Timeline as media assets. Director "directs' the footage and makes everything interactive. I also design the interfaces and graphics in Photoshop, then place them and make them interactive or animated in Director, hence it's designation as the "container". Director 2004 has a very advanced way of communicating with DVD projects and "directing" the DVD footage in ways that DVDSP can't, but I can't recommend this to a novice. It's very advanced workflow.
    Macromedia Flash is a more common program, and the latest version has a very nice Video codec so your user will not need to have QuickTime. It makes swf files for the web as well as Mac and Windows Projectors that run off CDROM. In my opinion, Flash is not quite as robust as Director for video and large project management, but that's mostly my own bias. Many people have been able to get amazing work out of Flash.
    Macromedia Authorware is another platform similar to Director. I have no experience with this and don't recommend it to a novice.
    LiveStage Pro is an older program that uses QuickTime's Authoring language so it's files are actually QuickTime Movs with basic interactivity. It's nice, but the user base is very small and you might have trouble even finding the software.
    You could also build the project using Web pages with QuickTime content embeded in a table next to your active text and links. Just load a new page with each section. I use Adobe GoLive to make HTML and recommend it for it's superior workflow with Adobe Applications.
    If you don't get a lot more of replies to this topic, you might try the DVDSP forum. Hope this helps.

  • Can someone help me with this powerpoint viewer with director issue?

    I have 'inherieted' an interactive CD that was built using director mx2004.  I get presentations from different people and put them on a CD to hand out at the end of a seminar. For the Power Point presentations I have director use the powerpoint viewer just in case someone does not have PowerPoint on there machine.  This works fine, but I have been getting people that are using PowerPoint 2007 which uses a different extension (pptx instead of ppt).  I also have word documents, adobe pdf, ect.  Here is the code that handles how to open up the files, whether using PPT viewer or the default program. wasn't sure if you needed all of this or not.
    --RUNS WHEN MAIN OPEN BUTTON IS PRESSED--
    on mouseUp me
      --if button 1-5 has been clicked
      if(_global.btnNum = 0 or _global.btnNum = 1 or _global.btnNum = 2 or _global.btnNum = 3 or _global.btnNum = 4 ) then
        --assign selected file to a variable
        selectedFile = sprite("listBox").selectedItem.data
        --path of the file that is selected
        filePath = "workshops\days\day" & _global.btnNum & "\" & selectedFile
        --find out the type of file
        fileExt = selectedFile.char[(selectedFile.length-2)..selectedFile.length]
      end if
      --if file is classified secret and not provided on this disc (must have "*" at data end)
      if(selectedFile.char[selectedFile.length] = "*") then
        --set file to placeholder.ppt (since it has an * at data end)
        filePath = "workshops\placeholder.ppt"
        --set file extension to ppt (since it has an * at data end)
        fileExt = "ppt"
      end if
      if(fileExt = "ppt")  then
        --opens file in powerpointviewer
        _player.open(filePath & " /S", "launchers\PPTVIEW.EXE")
        else
        --opens file in the default program on that computer
        _player.open(filePath, "launchers\PLAY.EXE")
      end if
    end
    I have been trying to get the pptx files to also open in the viewer.  I have been able to do this, but the problem is it wants to try to open everything in viewer.
    Here is what I have tried:
    1- This wants to open everything in PPT viewer.  Not sure why.
    if(fileExt = "ppt" or "pptx")  then
         --opens file in powerpointviewer
         _player.open(filePath & " /S", "launchers\PPTVIEW.EXE")
         else
         --opens file in the default program on that computer
         _player.open(filePath, "launchers\PLAY.EXE")
       end if
    end
    2-This will just open the 'pptx' file in Power Point.  I am sure I am using the 2007 version of PPT viewer in director.
    if(fileExt = "ppt")  then
        --opens file in powerpointviewer
        _player.open(filePath & " /S", "launchers\PPTVIEW.EXE")
      else if(fileExt = "pptx") then
        --opens file in powerpointviewer
      _player.open(filePath & " /S", "launchers\PPTVIEW.EXE")
      else
        --opens file in the default program on that computer
        _player.open(filePath, "launchers\PLAY.EXE")
      end if
    end
    I am not sure where to go from here.  Can someone help me?  Have not been using director for very long.
    Thanks

    It's unclear what exactly is the problem: is it managing to distinguish and open PowerPoint 2007 (*.pptx) files, or is it that every file tries to run in PPTView.exe?
    Part of your problem might be that .pptx is 4 characters long, while .ppt is only 3, and the code dealing with the file extension:
    fileExt = selectedFile.char[(selectedFile.length-2)..selectedFile.length]
    will only grab the last 3 characters regardless of where the "." is.
    Create a new #movie script member (press Ctrl + Shift + U and then hit the + button - "New Cast Member" - at the top-left of the script window that opens). Set the script syntax to JavaScript by altering the drop-down just below the + button and paste in the following:
    function jsGetExtension(fName){
      if(typeof(fName)!="string") return "";
      return fName.split(".").pop();
    Then use the following modification to your original script:
    global btnNum
    --RUNS WHEN MAIN OPEN BUTTON IS PRESSED--
    on mouseUp me
      --if button 1-5 has been clicked
      case btnNum of
        0, 1, 2, 3, 4:
          --assign selected file to a variable
          selectedFile = sprite("listBox").selectedItem.data
          --path of the file that is selected
          filePath = "workshops\days\day" & btnNum & "\" & selectedFile
          --find out the type of file
          fileExt = jsGetExtension(selectedFile)
      end case
      --if file is classified secret and not provided on this disc (must have "*" at data end)
      if (selectedFile.char[selectedFile.length] = "*") then
        --set file to placeholder.ppt (since it has an * at data end)
        filePath = "workshops\placeholder.ppt"
        --set file extension to ppt (since it has an * at data end)
        fileExt = "ppt"
      end if
      case fileExt of
        "ppt", "pptx":
          --opens file in powerpointviewer
          _player.open(filePath & " /S", "launchers\PPTVIEW.EXE")
        otherwise:
          --opens file in the default program on that computer
          _player.open(filePath, "launchers\PLAY.EXE")
      end case
    end
    However, I'm nervous that you aren't supplying the full path to files and executables. I don't know where the movie file that contains this code is relative to the folder "launchers\" or "workshops\" put I suggest you prepend the movie's full path (or the application's full path) like so:
    global btnNum
    --RUNS WHEN MAIN OPEN BUTTON IS PRESSED--
    on mouseUp me
      mPath = _movie.path -- OR _player.applicationPath
      --if button 1-5 has been clicked
      case btnNum of
        0, 1, 2, 3, 4:
          --assign selected file to a variable
          selectedFile = sprite("listBox").selectedItem.data
          --path of the file that is selected
          filePath = mPath & "workshops\days\day" & btnNum & "\" & selectedFile
          --find out the type of file
          fileExt = jsGetExtension(selectedFile)
      end case
      --if file is classified secret and not provided on this disc (must have "*" at data end)
      if (selectedFile.char[selectedFile.length] = "*") then
        --set file to placeholder.ppt (since it has an * at data end)
        filePath = mPath & "workshops\placeholder.ppt"
        --set file extension to ppt (since it has an * at data end)
        fileExt = "ppt"
      end if
      case fileExt of
        "ppt", "pptx":
          --opens file in powerpointviewer
          _player.open(filePath & " /S", mPath & "launchers\PPTVIEW.EXE")
        otherwise:
          --opens file in the default program on that computer
          _player.open(filePath, mPath & "launchers\PLAY.EXE")
      end case
    end

  • Generation of Interactive file dynamically based on a XML document.

    Hi Experts,
    I got a new requirement for a dynamic interactive PDF form, can somebody help me if its possible to do so and is fo how ..?
    I will have a dynamic XML file generated and placed in a location with list of fields, attributes, events and webservices information.
    Now I need to read this XML (from a J2EE APP or any other technology would do) based on the fields and properties spedified, need to generate a PDF document, based on events specified generate buttons and bind the web service.
    At runtime when a visibile button is clicked send data to this web service.
    Does anybody cameacross such a requirement ...?
    Thanks in Advance,
    Sai

    Hello Sai,
    I won't be too expecting using Flex. The layout generated need not necessarily be compatible with the SAP ALCD.
    Although, it must be possible to generate a pdf dynamically because every element used in the form layout is stored as a xfo-file (e. g. button.xfo) within the installation directories. Have a look! So, you can assemble a form layout based on the xfo-elements completely dynamically.
    So, you need an empty layout. You can load the layout by cl_fp_wb_form=>load and form->get_layout( ). Change it, store and generate by function FP_FORM_GENERATE. But it will need some efforts!
    Good luck!
    Regards,
    Alexander

Maybe you are looking for

  • Single Sign On and SEM

    Hi Guys,   I have implemented the SSO for BW 3.5 and SEM 4.0 with Enterprise Portal 5.0. For BW work very well, but with SEM it is still asking the user and pass. The strange is if I execute first a BW report and next access SEM it work, but if i exe

  • Itunes 64 bit not working with my iphone 3

    First of all my itunes decided to stop working stating that itunes helper not available and to re-install. Which i did. For the latest version. Now my iphone 3 cannot work  with itunes. It says that i need to download 64bit version for windows 7 64bi

  • Illustrator cannot open files in the "Adobe Illustrator Document" format.

    I recently upgraded from CS4 to CS5.5 on my Mac (10.6.7), and now when I try to open a .ai file, I get the error: Illustrator cannot open files in the "Adobe Illustrator Document" format. Google doesn't seem to be much help other than one other perso

  • Time Dimension Population with ODI 11.1.1.5

    Hi All, I am planning to build a time/Date dimension to use with the HR Fact tables (sourced from Oracle HRMS). Customer would like to supply start and end dates (01-JAN-05 TO 31-DEC-11) and i should be able to generate and load the time data between

  • Play and Pause button

    Hello, Because my playbar is disabled due to my pretest within my file I dont have a play and pause button. i have created 2 buttons. One to pause the program and the other to play. The problem is, once I click on the pause button, then on the play,