Create a scrolling timeline

I'm looking for tutorials to create a scrolling timeline similar to the link below
http://classic.motown.com/timeline/
thanks for any help

You may be able to find a tutorial by Googling "AS2 slider tutorial" and similar terms.  If you can follow the description below and you know how to code AS2, it may be enough to get you to a solution.
The general approach involves having an object that acts like a slider which you assign startDrag and stopDrag methods to, for onPress and onRelease events, respectively.  The _x property of that slider object defines the _x of the image that it seems to make move via an enterframe event-based function that updates the image's position based on the slider's position.  The full distance that the slider moves would be relative to the full width of the image (a viewing area-width less since the image would not go completely to the left).  Essentially, if the slider is XX% of the way down its travelable distance, the image will also be XX% of the way down its travelable distance.

Similar Messages

  • How do I create a scrolling slideshow in iMovie?

    So I know how to make a basic slideshow in iMovie, but I'd like to create a "scrolling/sliding" slideshow (see link: http://www.youtube.com/watch?v=CXit8kxCCTg). That video uses videos, however, I'm using still pictures. The pictures can all just be side by side too, they don't have to stack like one on top of the other (I'll edit all my photos before hand to make them the same height). I'm using iMovie '11. I'll probably have 150-300 pictures all together. I'd also love to add a timeline to the bottom of the pictures to scroll with the pictures...should I just add that in to each individual picture before hand, and then put it all into iMovie, or can I do it all in iMovie? Also, towards the end of that youtube video, it all starts scrolling backwards....is there a way to do this???
    Basically, I'd like to create a scrolling picture timeline with continuous text scrolling across the bottom that I can also play in reverse. Is this even possible in iMovie? Any help with this would be GREATLY appreciated. This is time sensitive. I really need to know how to do this by Friday. THANKS!!!!!

    I agree with John that you could do this in Final Cut Pro X and Motion, but there is probably a plugin that you can purchase that would do the hard work in Motion for you.
    I think it might be technically possible to do this in Motion and export out in a file that iMovie can import, but in the video example, there is a lot more going on such as multicam syncing that would require Final Cut Pro X. Motion's strength is not to use it as a video editor. It is best used as a way to create a special effect that you can then use in a FCPX project.  (just my opinion)
    Here are some example of FCPX plugins. There are hundreds more.
    http://www.fcp.co/final-cut-pro/news/1065-animated-panel-transitions-with-the-pa nel-pop-plugin-for-final-cut-pro-x
    http://www.fcp.co/final-cut-pro/news/1011-pixel-film-studios-release-final-cut-p ro-x-plugin-proslice-for-split-screen-work

  • Is there a way to create date based timelines in iBook Author?

    Hi guys,
    Is there a way to create nice looking timelines in iBook author? I was going to utlize the interactive image functionality but it would be great if there were other options. Just something simple like dates along the bottom and then pictures above it with maybe some links in the body copy to actual chapters in the book?
    Here are some examples I found on the web but not sure if something similar can be done in iBooks (mine would be much simpler):
    http://timeline.verite.co/
    http://www.timetoast.com/
    http://www.tiki-toki.com/timeline/entry/55/The-Fight-for-Democracy-in-the-Middle -East/#vars!date=2010-12-18_08:00:20!
    Maybe we need to create a custom HTML widget? I really have no idea so any help is GREATLY appreciated.
    Thank you in advance!

    Hi KT, I saw that before but it's more about stiching an image and showing a change over time. I am just looking for date based timeline which shows events... a calendar basically in a timeilne format. Thank you though. I'll keep digging and post any solutions I find here.

  • Tutorial on creating a scrolling thumbnail menu in AS 3.0

    I've found several good tutorials in AS2.0 on creating a scrolling thumbnail menu bar for adding to a photo gallery, but nothing in AS3.0.  Anyone have a tutorial or code they'd like to share?

    A solution using tilelist component
    import fl.controls.TileList;
        import fl.controls.listClasses.ImageCell;
        import fl.data.DataProvider;
        import fl.events.ListEvent;
        import flash.display.Sprite;
        import flash.events.Event;
        import flash.display.Loader;
        import flash.net.URLRequest;
    var loader:Loader;
    var dp:DataProvider = new DataProvider();
    dp.addItem({label:"IMAGE 1",source:"images/image1.jpg"});
    dp.addItem({label:"IMAGE 2",source:"images/image2.jpg"});
    dp.addItem({label:"IMAGE 3",source:"images/image3.jpg"});
    dp.addItem({label:"IMAGE 4",source:"images/image4.jpg"});
    dp.addItem({label:"IMAGE 1",source:"images/image1.jpg"});
    dp.addItem({label:"IMAGE 2",source:"images/image2.jpg"});
    dp.addItem({label:"IMAGE 3",source:"images/image3.jpg"});
    dp.addItem({label:"IMAGE 4",source:"images/image4.jpg"});
    dp.addItem({label:"IMAGE 1",source:"images/image1.jpg"});
    dp.addItem({label:"IMAGE 2",source:"images/image2.jpg"});
    dp.addItem({label:"IMAGE 3",source:"images/image3.jpg"});
    dp.addItem({label:"IMAGE 4",source:"images/image4.jpg"});
    tilewindow.width=500;
    tilewindow.height=100;
    tilewindow.dataProvider = dp;
    tilewindow.rowCount=1;
    tilewindow.addEventListener(ListEvent.ITEM_CLICK,loadImage);
    function loadImage(event):void{
    loader = new Loader();
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE,oncom);
    loader.addEventListener(IOErrorEvent.IO_ERROR,onerr);
    loader.load(new URLRequest(event.item.source));
    function oncom(event):void{
    container.addChild(loader.content);
    loader.content.width=500;
    loader.content.height=250;
    function onerr(event):void{
    trace(event);
    complete source can be found here  http://www.4shared.com/file/zeOd0Dey/tileListcomponent.html

  • FAQ: How do I create a scrolling panel in Flash Catalyst?

    A common challenge in web design is finding space in the available window to display all of the necessary content. One solution is to create scrolling panels. A panel creates a well-defined container for content in the user interface. By adding scrolling content and a scroll bar, you can place a large amount of information in a limited space. To create a scrolling panel in Flash Catalyst, you need:
    An object to define the panel area, such as a rectangle shape (optional)
    Scrolling content, such as a long block of text or a series of images (required)
    A scroll bar used to scroll the content (recommended)
    Follow these steps in Flash Catalyst Help to create a scrolling panel:
    Create a scroll panel component
    There are also video tutorials showing examples of different scrolling panels:
    Creating a scroll panel in Flash Catalyst, by Doug Winnie
    Create a scrolling text panel in Flash Catalyst, by Terry White

    Thank You, Thank You,
    Thaqnk You
    Allen D. Macfalda

  • FAQ: How can I create a scrolling gallery of images?

    You can use Flash Catalyst to create galleries, for example a scrolling list of thumbnails that display larger images when clicked. Here are some tutorials that explain how:
    Create a photo gallery (using list interactions), on the FlashCats blog
    Create a data list component -- Don't let the title scare you, a "data list" is a really powerful component to get to know better; it enables creation of very creative visual things like galleries. When you need repeating items, consider using a data list.

    Hi there,
    You can create a scroll motion where the image will fade out on scrolling, you need to use the Opacity tab under Scroll Effects Panel.
    If you particularly need the image to be blur out, then you need to edit that image in any image editing program and make one copy of that image as blurred, then place both images (actual and blurred) on that page and use scroll motion or fade option to replace images.

  • How to create 2 scroll bar in 2 canvas

    Hello All,
    I will appreciate if somebody knows how to create 2 scroll bars in 2 Content canvases and all items text item belongs to one data block.
    In data block property it shows only one scroll bar. Their is no property of scroll bar in canvas.
    Regards,
    Atif

    Go to the layout editor.
    Take the Stacked canvas tool in the toolbox
    draw a stacked canvas on the content canvas (the stacked can could be larger than the content one)
    edit you item properties to display on the content canvas
    adjust the window to the same width and weight properties than the content canvas.
    The simplest way it to use the datablock wizard to create the data block, then indicate to show items not on the content canvas but the stacked canvas.
    Francois

  • What's the best way to create basic scrolling up end credits

    What's the best way to create basic scrolling up end credits with FCE. I want create normal look after the film that has a gap between the working title and the name (center-aligned, two-column
    scrolls)
    In the FCE Manual there was a good way to to do it with an asterisk (*) between the the words, but problem occurs when I had an umlaut (ÄÖ) in the word. The asterisk becomes visible and as many umlauts in the working title so many letters missing from the beginning of the name. I'm from Finland and we have lots of umlauts. So is there any other way to do this with FCE.

    You can use Title Crawl in Boris to do this. You set it up like a word processor with a right aligned tab, a gap and then a left aligned tab. Double click in the ruler to create a tab stop. Double click it again to change its alignment. You use the tab key to move between the stops. It's kind of hard to explain, but if you play with it, I think you'll get it.
    There is also Boris documentation on the install disc which will explain it more fully.
    Message was edited by: Tom Wolsky

  • How to create simple scroll-bar table dashboard in Excel 2003?

    How to create simple scroll-bar table dashboard in Excel 2003?
    Pl mention from step 1 as I am new to this 

    Hi UltraDev,
    We discuss SQL Server PowerPivot for SharePoint related issue in this forum. In your case, I suggest you post the question in the following forum for better support:
    Excel IT Pro Discussion:
    http://social.technet.microsoft.com/Forums/office/en-US/home?forum=excel
    Regards,
    Elvis Long
    TechNet Community Support

  • Adobe Encore CS6 crashes when creating a new timeline

    Hello,
    So I've been using Encore for a while now, and recently just upgraded my system to OSX Mavericks. I understand that the compatibility of En is with OSX Lion but I had it working in Mountain Lion, and see no drastic OS changes that'd make the application crash.
    Whenever I open the application and create a new timeline it crashes. This happens whether I have two files selected (m2v and WAV) or simply just creating a blank timeline.
    I can create menus, and link them with the pick-whip, but timelines there is nothing I can figure out what to do.
    I have done a clean install of CS6 three times already hoping that would fix it, but it didn't. Then I did a fresh install of the OS on one of the Macs to see if the upgrade was an issue - still no avail.
    Has anyone got Encore working? It's a struggle at best knowing the application isn't getting worked on in the CC anymore, let alone not allowing me to continue using it.
    I also tried creating a Slideshow Timeline, but that too crashes the application if that's any extra help

    This is the crash log:
    Process:         Adobe Encore [1393]
    Path:            /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/MacOS/Adobe Encore
    Identifier:      com.adobe.Encore
    Version:         6.0.1 (6.0.1)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [163]
    Responsible:     Adobe Encore [1393]
    User ID:         501
    Date/Time:       2014-03-02 14:10:53.432 +1100
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  7E1CFC05-A602-54A5-92F3-EF7A8F5E69AF
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000136f4d470
    VM Regions Near 0x136f4d470:
        MALLOC_LARGE           0000000136cb7000-0000000136ec0000 [ 2084K] rw-/rwx SM=PRV 
    --> VM_ALLOCATE            0000000136ec0000-0000000136fa7000 [  924K] rw-/rwx SM=PRV 
        __TEXT                 0000000136fa7000-0000000136fbc000 [   84K] r-x/rwx SM=COW  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/QTParser.framework/Versions/A/QTParser
    Application Specific Information:
    Performing @selector(dispatchMenuSelection:) from sender DVAMacMenuItem 0x610000305bb0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff85488292 __kill + 10
    1   com.adobe.dvacore.framework   0x00000001046cf21a (anonymous namespace)::SignalHandler(int, __siginfo*, void*) + 314
    2   libsystem_platform.dylib       0x00007fff8f4fc5aa _sigtramp + 26
    3   ???                           0x0000000136f4d470 0 + 5216982128
    4   com.adobe.Encore               0x0000000100158565 MLFPlaybackHelper::CreateVideoTrack(TrackEditor const&, boost::shared_ptr) + 151
    5   com.adobe.Encore               0x000000010015b152 MLFPlaybackHelper::CreateSequence(PGCEditor const&, boost::shared_ptr, bool, int, int, dvacore::geom::PointT, long long, encore::FieldType) + 618
    6   com.adobe.Encore               0x0000000100158cd2 MLFPlaybackHelper::GetSequence(PGCEditor const&, boost::shared_ptr, bool, int, int, dvacore::geom::PointT, long long) + 1382
    7   com.adobe.Encore               0x00000001001617b0 MLFPlaybackHelper::GetSequence(GUOM::Timeline const*, boost::shared_ptr, bool) + 182
    8   com.adobe.Encore               0x000000010057ff76 AuthorContext::EditingServices::InternalCreateTimeline(AuthorContext::StEditingServicesUndoHelper&, GUOM::Timeline*) + 448
    9   com.adobe.Encore               0x000000010058060e AuthorContext::EditingServices::CreateTimeline(std::string const&) + 212
    10  com.adobe.Encore               0x000000010053ab2f GUOM::Timeline::CreateTimeline(GUOM::ProjectItemContainer*, GUOM::Timeline**) + 501
    11  com.adobe.Encore               0x00000001002d62ce ProjectCommands::CreateTimelineHelper(UndoSupport::UndoCookieJar&, GUOM::ProjectItemContainer&, std::basic_string, dvacore::utility::SmallBlockAllocator::STLAllocator > const&, std::list > const&, std::list > const&) + 77
    12  com.adobe.Encore               0x00000001002d76a7 ProjectCommands::AddTimelineHelper(UndoSupport::UndoCookieJar&, GUOM::ProjectItemContainer&, std::list >&, UISupport::ProgressStepper*) + 895
    13  com.adobe.Encore               0x00000001002d904f ProjectCommands::CreateTimelineFromCurrSelection(Document*, exo::selection::Manager*, bool) + 215
    14  com.adobe.Encore               0x00000001002b0067 encore::ProjectCmdAttachment::DoHandleCommand(int) + 839
    15  com.adobe.exo.framework       0x00000001055b25ff exo::uisupport::CommandHandler::HandleCommand(int) + 239
    16  com.adobe.exo.framework       0x00000001055b183a exo::uisupport::CommandHandler::DoCallMyCommandChain(int) + 26
    17  com.adobe.exo.framework       0x00000001055b0bcc exo::uisupport::CommandHandlerBase::CallCommandChain(int) + 34
    18  com.adobe.exo.framework       0x0000000105557d9b exo::app::OS_AppBase::DispatchMenuCommand(int) + 139
    19  com.adobe.dvacore.framework   0x00000001045db9de int dvacore::config::ErrorManager::ExecuteFunction(boost::function0*, void*) + 28
    20  com.adobe.Encore               0x0000000100227224 dva::encore::DroverErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0) + 52
    21  com.adobe.dvacore.framework   0x00000001045db8d0 void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0, bool*) + 112
    22  com.adobe.dvacore.framework   0x00000001045dde0d void dvacore::config::ExecuteTopLevelFunction(boost::function0, bool*) + 125
    23  com.adobe.exo.framework       0x0000000105556cbf -[ExoMacApplication handleMenuCommand:] + 143
    24  com.apple.AppKit               0x00007fff8376c340 -[NSApplication sendAction:to:from:] + 327
    25  com.apple.AppKit               0x00007fff837872a8 -[NSMenuItem _corePerformAction] + 394
    26  com.apple.AppKit               0x00007fff83786fe4 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 117
    27  com.adobe.dvaui.framework     0x0000000104c69f77 -[DVAMacMenu performActionForItemAtIndex:] + 55
    28  com.apple.AppKit               0x00007fff837d648d -[NSMenu _internalPerformActionForItemAtIndex:] + 35
    29  com.apple.AppKit               0x00007fff837d6309 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 104
    30  com.apple.AppKit               0x00007fff8377d0d6 NSSLMMenuEventHandler + 716
    31  com.apple.HIToolbox           0x00007fff8afbe1d4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 892
    32  com.apple.HIToolbox           0x00007fff8afbd787 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 385
    33  com.apple.HIToolbox           0x00007fff8afd1880 SendEventToEventTarget + 40
    34  com.apple.HIToolbox           0x00007fff8b007640 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 420
    35  com.apple.HIToolbox           0x00007fff8b03a238 SendMenuCommandWithContextAndModifiers + 59
    36  com.apple.HIToolbox           0x00007fff8b03a1e0 SendMenuItemSelectedEvent + 178
    37  com.apple.HIToolbox           0x00007fff8b03a0bf FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 94
    38  com.apple.HIToolbox           0x00007fff8b042095 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 718
    39  com.apple.HIToolbox           0x00007fff8b041cc1 _HandleMenuSelection2 + 446
    40  com.apple.AppKit               0x00007fff836ef73c _NSHandleCarbonMenuEvent + 284
    41  com.apple.AppKit               0x00007fff8354e6be _DPSNextEvent + 2170
    42  com.apple.AppKit               0x00007fff8354da2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    43  com.apple.AppKit               0x00007fff83541b2c -[NSApplication run] + 553
    44  com.adobe.exo.framework       0x0000000105557729 exo::app::OS_AppBase::RunEventLoop() + 55
    45  com.adobe.Encore               0x0000000100347260 main + 399
    46  com.adobe.Encore               0x00000001000497e8 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff85489662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8af6e43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8af6e152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff85488e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8d3c4fb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff85488e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8d3c4fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x00000001059502c9 0x105917000 + 234185
    6   com.adobe.ACE                 0x000000010594f5da 0x105917000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f96b6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x00000001059502c9 0x105917000 + 234185
    6   com.adobe.ACE                 0x000000010594f5da 0x105917000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f96b6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x00000001059502c9 0x105917000 + 234185
    6   com.adobe.ACE                 0x000000010594f5da 0x105917000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f96b6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x00000001059502c9 0x105917000 + 234185
    6   com.adobe.ACE                 0x000000010594f5da 0x105917000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f96b6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x00000001059502c9 0x105917000 + 234185
    6   com.adobe.ACE                 0x000000010594f5da 0x105917000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f96b6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x00000001059502c9 0x105917000 + 234185
    6   com.adobe.ACE                 0x000000010594f5da 0x105917000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f96b6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x00000001059502c9 0x105917000 + 234185
    6   com.adobe.ACE                 0x000000010594f5da 0x105917000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f96b6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff85488a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff906a4dc0 nanosleep + 200
    2   com.adobe.Encore               0x00000001004a0eae ScObjects::Thread::sleep(unsigned int) + 116
    3   com.adobe.Encore               0x00000001004a0eed ScObjects::Thread::wait(unsigned int) + 39
    4   com.adobe.Encore               0x000000010046f6af ScObjects::BridgeTalkThread::run() + 405
    5   com.adobe.Encore               0x00000001004a1b23 ScObjects::Thread::go(void*) + 309
    6   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000133984c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x0000000133732ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000133984cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x0000000133984d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x0000000133984e79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000133984c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x0000000133732ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000133984cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x0000000133984d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x0000000133984e79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000133984c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x0000000133732ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000133984cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x0000000133984d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x0000000133984e79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000133984c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x0000000133732ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000133984cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x0000000133984d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x0000000133984e79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c77 _pthread_cond_wait + 787
    2   com.adobe.ape.engine           0x0000000133984bd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x000000013399cddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine           0x0000000133984cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x0000000133984d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x0000000133984e79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c77 _pthread_cond_wait + 787
    2   com.adobe.ape.engine           0x0000000133984bd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x0000000133b172c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine           0x0000000133984cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x0000000133984d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x0000000133984e79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000104649994 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr > >&, int) + 200
    6   com.adobe.dvacore.framework   0x0000000104646c93 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr const&, boost::shared_ptr const&) + 115
    7   com.adobe.dvacore.framework   0x0000000104644383 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0 const&, dvacore::threads::ThreadPriority, boost::function const&, boost::function const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.ASLFoundation.framework 0x0000000108276410 ASL::(anonymous namespace)::TaskProc(void*) + 160
    6   com.apple.CoreServices.CarbonCore 0x00007fff8f96b6c3 PrivateMPEntryPoint + 58
    7   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000104649994 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr > >&, int) + 200
    6   com.adobe.dvacore.framework   0x0000000104646c93 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr const&, boost::shared_ptr const&) + 115
    7   com.adobe.dvacore.framework   0x0000000104644383 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0 const&, dvacore::threads::ThreadPriority, boost::function const&, boost::function const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000104649994 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr > >&, int) + 200
    6   com.adobe.dvacore.framework   0x0000000104646c93 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr const&, boost::shared_ptr const&) + 115
    7   com.adobe.dvacore.framework   0x0000000104644383 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0 const&, dvacore::threads::ThreadPriority, boost::function const&, boost::function const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff8548964a kevent + 10
    1   com.adobe.dvatransport.framework 0x000000010b6d9f12 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue&) + 240
    2   com.adobe.dvatransport.framework 0x000000010b6e40da boost::asio::detail::task_io_service::do_one(boost::asio::detail::scoped_lock&, boost::asio::detail::task_io_service::idle_thread_info*) + 512
    3   com.adobe.dvatransport.framework 0x000000010b6e4467 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 291
    4   com.adobe.dvatransport.framework 0x000000010b6d0fbd SkyConnectionEnv::MainLoop() + 129
    5   com.adobe.dvatransport.framework 0x000000010b6d103b SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    6   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    7   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.adobe.dvatransport.framework 0x000000010b6e404b boost::asio::detail::task_io_service::do_one(boost::asio::detail::scoped_lock&, boost::asio::detail::task_io_service::idle_thread_info*) + 369
    3   com.adobe.dvatransport.framework 0x000000010b6e4467 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 291
    4   com.adobe.dvatransport.framework 0x000000010b6d1c2a boost::asio::detail::posix_thread::func::run() + 42
    5   com.adobe.dvatransport.framework 0x000000010b6d4c33 boost_asio_detail_posix_thread_function + 19
    6   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000104649994 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr > >&, int) + 200
    6   com.adobe.dvacore.framework   0x0000000104646c93 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr const&, boost::shared_ptr const&) + 115
    7   com.adobe.dvacore.framework   0x0000000104644383 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0 const&, dvacore::threads::ThreadPriority, boost::function const&, boost::function const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000104649994 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr > >&, int) + 200
    6   com.adobe.dvacore.framework   0x0000000104646c93 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr const&, boost::shared_ptr const&) + 115
    7   com.adobe.dvacore.framework   0x0000000104644383 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0 const&, dvacore::threads::ThreadPriority, boost::function const&, boost::function const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000104649994 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr > >&, int) + 200
    6   com.adobe.dvacore.framework   0x0000000104646c93 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr const&, boost::shared_ptr const&) + 115
    7   com.adobe.dvacore.framework   0x0000000104644383 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0 const&, dvacore::threads::ThreadPriority, boost::function const&, boost::function const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000104649994 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr > >&, int) + 200
    6   com.adobe.dvacore.framework   0x0000000104646c93 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr const&, boost::shared_ptr const&) + 115
    7   com.adobe.dvacore.framework   0x0000000104644383 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0 const&, dvacore::threads::ThreadPriority, boost::function const&, boost::function const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000104649994 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr > >&, int) + 200
    6   com.adobe.dvacore.framework   0x0000000104646c93 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr const&, boost::shared_ptr const&) + 115
    7   com.adobe.dvacore.framework   0x0000000104644383 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0 const&, dvacore::threads::ThreadPriority, boost::function const&, boost::function const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000104649994 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr > >&, int) + 200
    6   com.adobe.dvacore.framework   0x0000000104646c93 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr const&, boost::shared_ptr const&) + 115
    7   com.adobe.dvacore.framework   0x0000000104644383 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0 const&, dvacore::threads::ThreadPriority, boost::function const&, boost::function const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000104649994 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr > >&, int) + 200
    6   com.adobe.dvacore.framework   0x0000000104646c93 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr const&, boost::shared_ptr const&) + 115
    7   com.adobe.dvacore.framework   0x0000000104644383 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0 const&, dvacore::threads::ThreadPriority, boost::function const&, boost::function const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff85488716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f99a800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f99a9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f96b145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000104649994 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr > >&, int) + 200
    6   com.adobe.dvacore.framework   0x0000000104646c93 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr const&, boost::shared_ptr const&) + 115
    7   com.adobe.dvacore.framework   0x0000000104644383 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0 const&, dvacore::threads::ThreadPriority, boost::function const&, boost::function const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010457aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib         0x00007fff85484a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85483d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff904b4155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff904b3779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff904b30b5 CFRunLoopRunSpecific + 309
    5   com.apple.AVCVideoServices     0x0000000145810ad0 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 186
    6   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 33:
    0   libsystem_kernel.dylib         0x00007fff85484a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85483d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff904b4155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff904b3779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff904b30b5 CFRunLoopRunSpecific + 309
    5   com.apple.AVCVideoServices     0x0000000145810ad0 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 186
    6   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 34:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib         0x00007fff85484a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85483d18 mach_msg + 64
    2   com.apple.audio.CoreAudio     0x00007fff8539d918 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio     0x00007fff8539d8a6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio     0x00007fff8539c02e HALC_ProxyIOContext::IOWorkLoop() + 950
    5   com.apple.audio.CoreAudio     0x00007fff8539bbcd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
    6   com.apple.audio.CoreAudio     0x00007fff8539ba8d HALB_IOThread::Entry(void*) + 75
    7   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib         0x00007fff85488e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8d3c4fb9 start_wqthread + 13
    Thread 36:
    0   libsystem_kernel.dylib         0x00007fff85488e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8d3c4fb9 start_wqthread + 13
    Thread 37:
    0   libsystem_kernel.dylib         0x00007fff85488e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8d3c4fb9 start_wqthread + 13
    Thread 38:
    0   libsystem_kernel.dylib         0x00007fff85488e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8d3c4fb9 start_wqthread + 13
    Thread 39:
    0   libsystem_kernel.dylib         0x00007fff85488e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8d3c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8d3c4fb9 start_wqthread + 13
    Thread 40:
    0   libsystem_kernel.dylib         0x00007fff85484a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff85483d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff904b4155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff904b3779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff904b30b5 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff836ee16e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff8d3c0899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8d3c072a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8d3c4fc9 thread_start + 13
    Thread 41:
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff5fbfd530  rcx: 0x00007fff5fbfd048  rdx: 0x0000000000000000
      rdi: 0x0000000000000571  rsi: 0x000000000000000a  rbp: 0x00007fff5fbfd090  rsp: 0x00007fff5fbfd048
       r8: 0x0000000000000040   r9: 0x00007fff5fbfcf00  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x0000000000000000  r13: 0x0000000000000040  r14: 0x00007fff5fbfd4c8  r15: 0x000000000000000a
      rip: 0x00007fff85488292  rfl: 0x0000000000000206  cr2: 0x0000000136f4d470
    Logical CPU:     0
    Error Code:      0x02000025
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100b7ffe7 +com.adobe.Encore (6.0.1 - 6.0.1)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/MacOS/Adobe Encore
           0x10120e000 -        0x1012c5fef +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.4 -f 51 - 66.146729)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x1012f8000 -        0x101358ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.146729) <88C23D1F-50F3-13DD-7C60-F9530B29513E> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x101362000 -        0x101410fef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10144d000 -        0x10150afff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x101554000 -        0x1023fdff7 +com.sonic.AuthorScriptHDMV (8.0.3.2 - 1) <72F7A9A8-3A36-032F-CEEC-3898D701D125> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AuthorScriptHDMV.framework/Versions/A/AuthorScriptHDMV
           0x10392d000 -        0x103f54fff +com.sonic.AdvStorage (5.0.14)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdvStorage.framework/Versions/A/AdvStorage
           0x1042f3000 -        0x1042f7ff7 +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x1042fd000 -        0x10436bfef +com.adobe.headlights.LogSessionFramework (2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1043bf000 -        0x1044b0fff +com.adobe.AdbeScriptUIFlex (ScriptUIFlex 6.2.29 - 6.2.29.18602) <2BD3388F-976E-0B1C-55DB-B97A5AF95724> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdbeScriptUIFlex.framework/Versions/A/AdbeScriptUIFlex
           0x104534000 -        0x10454eff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x104557000 -        0x10455efff +com.adobe.boost_date_time.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x104579000 -        0x104588fff +com.adobe.boost_threads.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x1045a9000 -        0x104779fff +com.adobe.dvacore.framework (6.0.1 - 6.0.1.0) <385662F0-64EB-FFF6-00F6-C3A2404A83AA> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x104985000 -        0x104991fff +com.adobe.boost_signals.framework (6.0.1 - 6.0.1.0) <845268CC-80E3-A639-49F4-49C73CC8C4A2> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x1049a9000 -        0x1049acfff +com.adobe.boost_system.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x1049b2000 -        0x104e1bfe7 +com.adobe.dvaui.framework (6.0.1 - 6.0.1.0) <35750D3E-AB6D-8464-B90B-1BDE667F2E6F> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x105389000 -        0x105441ff7 +com.adobe.dvaworkspace.framework (6.0.1 - 6.0.1.0) <1360F54F-EA7C-882A-59D3-7C5C0F3558BB> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x10554e000 -        0x105621ff7 +com.adobe.exo.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x105784000 -        0x1057aeff7 +com.adobe.dvamediatypes.framework (6.0.1 - 6.0.1.0) <53A339F6-9370-3232-E3E8-2C33310C90DB> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dvamediatypes.framework/Versions/A/dvamediatypes
           0x1057e1000 -        0x1057e1ff7 +com.adobe.XpThreads.framework (6.0.1 - 6.0.1)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/XpThreads.framework/Versions/A/XpThreads
           0x1057e5000 -        0x1058bcff7 +com.adobe.encore.XpGraphics (6.0.1 - 6.0.1) <89327517-F7C5-366D-9C8C-05398EA51B56> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/XpGraphics.framework/Versions/A/XpGraphics
           0x105917000 -        0x105a90fff +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <7F28B188-1D1B-20C9-BBB9-B74FCC12ECAD> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x105aa3000 -        0x105e20fff +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <19B59987-1020-E125-DC86-EA48FC81A890> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x105e8c000 -        0x105eaafff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <6C6431BE-06BA-55A7-87FA-46EFB6ED0FAF> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x105eb1000 -        0x106212fef +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <8BFF14FB-AA14-1CBF-C2A3-715363B5A841> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10625f000 -        0x1066a5ff7 +com.adobe.MPS (AdobeMPS 5.8.0.19463 - 5.8.0.19463) <8A4BA3B2-6F6A-3958-ABDE-C3E8F21373B0> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x106721000 -        0x106769ff7 +com.adobe.UnicodeConversion.framework (6.0.1 - 6.0.1) <2ED2C1AE-7573-614B-67F9-78D7FCA0A887> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/UnicodeConversion.framework/Versions/A/UnicodeConversion
           0x106771000 -        0x106789fff +com.adobe.Alcid.framework (1.0 - 1.0) <48383769-ABC5-29AA-5A99-9370C6A43BD9> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x106790000 -        0x1067a4fff +com.adobe.StringManager.framework (6.0.1 - 6.0.1)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/StringManager.framework/Versions/A/StringManager
           0x1067b6000 -        0x1067d8fff +com.adobe.UISupport.framework (6.0.1 - 6.0.1)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/UISupport.framework/Versions/A/UISupport
           0x106803000 -        0x1068c4ff7 +com.adobe.UIToolkit.framework (6.0.1 - 6.0.1)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/UIToolkit.framework/Versions/A/UIToolkit
           0x1069cf000 -        0x106b1cff7 +WRServices (0) <58A30CB8-5C47-93D1-BC68-1204A0C2674F> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/wrservices.framework/versions/a/WRServices
           0x106b90000 -        0x106bbcfff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpat
           0x106bdf000 -        0x106c07ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <9BDD08A8-2DD8-A570-7A7B-EDAA7097D61B> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x106c0e000 -        0x106cd3fff +com.adobe.JP2K (2.0.0 - 2.0.0.18562)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x106d20000 -        0x107e1efff +com.adobe.psl (AdobePSL 13.0.0.19494 - 13.0.0.19494) <2EC30542-8CE4-DAE8-D4E5-73ED0E25209D> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x107fde000 -        0x10808cff7  com.apple.carbonframeworktemplate (6.0.1 - 6.0.1) <6AE89445-1789-4205-856C-61AAC32C21F4> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/PhotoshopIsolation.framework/Versions/A/PhotoshopIsolation
           0x1080e6000 -        0x1081a5ff7 +com.adobe.encore.TextSupport (6.0.1 - 6.0.1)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/TextSupport.framework/Versions/A/TextSupport
           0x108245000 -        0x108246ff7 +com.adobe.PRM.framework (6.0.1 - 6.0.1.0) <8A48E4CC-261B-E935-3899-44602A9478D6> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/PRM.framework/Versions/A/PRM
           0x10824c000 -        0x1082aeff7 +com.adobe.ASLFoundation.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/ASLFoundation.framework/Versions/A/ASLFoundation
           0x1083a4000 -        0x1083c1fff +com.adobe.ASLMessaging.framework (6.0.1 - 6.0.1.0) <140DB0F9-20BC-20AF-7337-710CCD913995> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/ASLMessaging.framework/Versions/A/ASLMessaging
           0x1083ef000 -        0x1083f0fff +com.adobe.Memory.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/Memory.framework/Versions/A/Memory
           0x1083f7000 -        0x108406fff +com.adobe.ASLUnitTesting.framework (6.0.1 - 6.0.1.0) <3F525224-ED74-772B-5A47-76DADEC27D32> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/ASLUnitTesting.framework/Versions/A/ASLUnitTesting
           0x108421000 -        0x1084cdff7 +com.adobe.AudioRenderer.framework (6.0.1 - 6.0.1.0) <7413AF57-4D60-244D-C30D-3BF30D16ADD1> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AudioRenderer.framework/Versions/A/AudioRenderer
           0x10858b000 -        0x1093c1fff +com.adobe.Backend.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/Backend.framework/Versions/A/Backend
           0x109e3f000 -        0x109f82ff7 +com.adobe.ImageRenderer.framework (6.0.1 - 6.0.1.0) <2D25030B-41F9-A28B-A96B-44E91B036354> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/ImageRenderer.framework/Versions/A/ImageRenderer
           0x10a098000 -        0x10a0fefe7 +com.adobe.MediaFoundation.framework (6.0.1 - 6.0.1.0) <8A51274F-42BA-8D02-0B8A-8493ED63174F> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/MediaFoundation.framework/Versions/A/MediaFoundation
           0x10a185000 -        0x10a1cbfff +com.adobe.AudioFilters.framework (6.0.1 - 6.0.1.0) <605FAAEF-CE61-1B47-6A4C-877D5375202D> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AudioFilters.framework/Versions/A/AudioFilters
           0x10a228000 -        0x10a37dff7 +com.adobe.VideoRenderer.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/VideoRenderer.framework/Versions/A/VideoRenderer
           0x10a493000 -        0x10a585fef +com.adobe.ExporterHost.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/ExporterHost.framework/Versions/A/ExporterHost
           0x10a674000 -        0x10a6f8ff7 +com.adobe.PlayerHost.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/PlayerHost.framework/Versions/A/PlayerHost
           0x10a78c000 -        0x10a7cfff7 +com.adobe.AudioSupport.framework (6.0.1 - 6.0.1.0) <5606C5A0-C657-BC41-558C-A3D57EF55A1B> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AudioSupport.framework/Versions/A/AudioSupport
           0x10a818000 -        0x10a9a9ff7 +com.adobe.ImporterHost.framework (6.0.1 - 6.0.1.0) <34DFEA74-D2C9-661E-CEE2-BC24D73AB99D> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/ImporterHost.framework/Versions/A/ImporterHost
           0x10ab26000 -        0x10ab6fff7 +com.adobe.MLFoundation.framework (6.0.1 - 6.0.1.0) <3171FD8B-CE77-C85A-529A-DE9259879A0F> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/MLFoundation.framework/Versions/A/MLFoundation
           0x10abde000 -        0x10ac52ff7 +com.adobe.RecorderHost.framework (6.0.1 - 6.0.1.0) <5A04E2EA-271F-ED8D-64E7-86DDB56E425A> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/RecorderHost.framework/Versions/A/RecorderHost
           0x10acd5000 -        0x10ad11fff +com.adobe.PluginSupport.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport
           0x10ad56000 -        0x10ad6efff +com.adobe.ProjectSupport.framework (6.0.1 - 6.0.1.0) <30BE53CD-F51D-B328-DD53-9A6AB5DC1207> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/ProjectSupport.framework/Versions/A/ProjectSupport
           0x10ad96000 -        0x10adb9fff +com.adobe.AudioFilterHost.framework (6.0.1 - 6.0.1.0) <92ABD8F9-CB87-5567-0F28-E8DFC6AA3F11> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/AudioFilterHost.framework/Versions/A/AudioFilterHost
           0x10ade7000 -        0x10aed8ff7 +com.adobe.VideoFilterHost.framework (6.0.1 - 6.0.1.0) <6D9F8596-6723-ABD8-ED6D-D76517B502C3> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/VideoFilterHost.framework/Versions/A/VideoFilterHost
           0x10af97000 -        0x10afa9ff7 +com.adobe.ProjectConverterHost.framework (6.0.1 - 6.0.1.0) <0710425A-0D1E-BF63-F776-B9DABB4DC2D3> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/ProjectConverterHost.framework/Versions/A/ProjectConverterHost
           0x10afc6000 -        0x10aff2ff7 +com.adobe.SweetPeaSupport.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/SweetPeaSupport.framework/Versions/A/SweetPeaSupport
           0x10b02a000 -        0x10b02dfff +com.adobe.MediaUtils.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/MediaUtils.framework/Versions/A/MediaUtils
           0x10b034000 -        0x10b088ff7 +com.adobe.VideoFrame.framework (6.0.1 - 6.0.1.0) <595F60A7-8D40-79F2-A5C8-F0BD59EF6C58> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/VideoFrame.framework/Versions/A/VideoFrame
           0x10b0d7000 -        0x10b13dff7 +com.adobe.DynamicLinkMedia.framework (6.0.1 - 6.0.1.0) <0316AB0A-A721-EE85-A83B-529BEDA73C65> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/DynamicLinkMedia.framework/Versions/A/DynamicLinkMedia
           0x10b1ed000 -        0x10b249ff7 +com.adobe.MediaCoreUI.framework (6.0.1 - 6.0.1.0) <4C928F66-6257-A995-1D9B-EC8FD6413EDE> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/MediaCoreUI.framework/Versions/A/MediaCoreUI
           0x10b2ac000 -        0x10b37bfff +com.adobe.dvaeve.framework (6.0.1 - 6.0.1.0) <40203338-5A08-D540-2FCF-6DF2759EF6FC> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
           0x10b4ed000 -        0x10b5acff7 +com.adobe.MediaLayerFacade (6.0.1 - 6.0.1)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/MediaLayerFacade.framework/Versions/A/MediaLayerFacade
           0x10b644000 -        0x10b670fff +com.adobe.amefoundation.framework (6.0.1 - 6.0.1.0) <4585BE5B-D096-4881-5C16-B72465BA4F37> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/amefoundation.framework/Versions/A/amefoundation
           0x10b6b4000 -        0x10b71aff7 +com.adobe.dvatransport.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
           0x10b79a000 -        0x10b7d6fff +com.adobe.dvamarshal.framework (6.0.1 - 6.0.1.0) <9C36EBED-6581-E85E-08AF-6940E71B195B> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dvamarshal.framework/Versions/A/dvamarshal
           0x10b868000 -        0x10ba4dfef +com.adobe.dynamiclink.framework (6.0.1 - 6.0.1.0) <18C24597-48C7-0122-CAE6-E2FF291DE4ED> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dynamiclink.framework/Versions/A/dynamiclink
           0x10bc4e000 -        0x10bc93fff +com.adobe.dynamiclinkui.framework (6.0.1 - 6.0.1.0) <3161C56C-1FDB-9932-A732-2B8142D9A5B1> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dynamiclinkui.framework/Versions/A/dynamiclinkui
           0x10bd01000 -        0x10bd58fff +com.adobe.dvatemporalxmp.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dvatemporalxmp.framework/Versions/A/dvatemporalxmp
           0x10bd8c000 -        0x10bdc9ff7 +com.adobe.LiveLinkUtils.framework (6.0.1 - 6.0.1) <1351FE8D-A691-3D3C-E7C8-FB08DE609B9B> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/LiveLinkUtils.framework/Versions/A/LiveLinkUtils
           0x10be1d000 -        0x10be76ff7 +com.adobe.BravoInitializer.framework (6.0.1 - 6.0.1.0) <6D071F72-E912-ACE8-9F17-69D9032FC4C4> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/BravoInitializer.framework/Versions/A/BravoInitializer
           0x10beef000 -        0x10bf9ffe7 +com.adobe.FileSupport.framework (6.0.1 - 6.0.1)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/FileSupport.framework/Versions/A/FileSupport
           0x10bfe2000 -        0x10c013ff7 +com.adobe.ameproperties.framework (6.0.1 - 6.0.1.0) <094E58D8-1A4F-7E1A-F1CA-9F92010D88B6> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/ameproperties.framework/Versions/A/ameproperties
           0x10c05e000 -        0x10c088fff +com.adobe.dvacaptioning.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dvacaptioning.framework/Versions/A/dvacaptioning
           0x10c0bd000 -        0x10c117ff7 +com.adobe.dvametadata.framework (6.0.1 - 6.0.1.0)  /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/dvametadata.framework/Versions/A/dvametadata
           0x10c1b3000 -        0x10c1f0ff7 +com.adobe.TransmitHost.framework (6.0.1 - 6.0.1.0) <3A79012A-2FCB-D106-A6BE-269AEC15E804> /Applications/Adobe Encore CS6/Adobe Encore CS6.app/Contents/Frameworks/TransmitHost.framework/Versions/A/TransmitHost
           0x10c238000 -        0x10c2ccff7 +com.adobe.dvametadataUI.framework (6.0.1 - 6.0.1.0)  /

  • How do you create a scrolling banner in Dreamweaver CS4?

    How do you create a scrolling banner/marquee in DreamWeaver 4?  I can't find anything about scrolling banners in the documentation or in the several books I've searched.  Thanks.

    Dreameaver can't create something like that out of the box, you need to use some type of script for the 'scrolling' to work.
    This is pretty good, with lots of variations:
    http://sorgalla.com/jcarousel/
    You may find something listed here that may give you an idea:
    http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-ligh tbox-solutions/
    or go over to www.jquery.com  (that's one of the popular frameworks being used at the moment for image slidehows/banners/galleries etc).
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Can I create a scroll field/spin dial in Captivate 7 or 8?

    Hi Captivate Superheroes!
    I need to create a scroll field (or spin dial) in a Captivate 7 or 8. Just think iOS scrolling fields, or when choosing an option from a field in many mobile sites. Is it possible to create in Captivate 7 or 8, and if so, how?  Thanks in advance for your support!
    - Rynotrain

    You shouldn't have to do anything "special" other than provide connectivity between the two databases.
    Have you tried creating the database link yet? If so, did you receive errors? If not, then try it out and find out for yourself.

  • Adobe Version 10 - Creating a Scrolling Header within Page

    My company just recently upgraded from Adobe Robohelp version 8 to version 10. We are beginners in learning this product, while receiving very minimal help from Adobe support.
    Could someone please assist me (step by step) by advising how to create a "scrolling" header within a topic page. I'm sure there is a simple solution...I just need help.
    Thank you!

    Hi, usbank_prettylady and welcome to the forums.
    We call this the "Non-scrolling region". I have a post (#4) along with several other folks who contributed that should show you the way. Let us know if this works for you.
    http://forums.adobe.com/message/4398168#4398168#4398168
    Thanks
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • Using Motion Tween to create a moving timeline

    I'm just learning the software and haven't been able to figure this out.  I'm trying to create an historic timeline for our company and am using 20 jpg images, which I placed on separate layers and then converted each jpg to a symbol and motion tweened to go across the screen.  The problem is that there is a gap between the frames when they play as a movie and I don't know how to get rid of that so that they flow continuously across the screen from left to right seamlessly.  Can anyone provide me with some instruction on this?

    this may be time-consuming but should be easy.  start at the left-most keyframe that has an image.  i would think there's only one keyframe there that has an image so nothing needs to be done there.  go to the next keyframe.  there will be an image there and the previous image should still be on-stage (or you need to move that 2nd keyframe).  move that 2nd image so it abuts the first. go to the next keyframe etc.
    all your tweens should be the same number of frames, use the same easing and move the images the same number of pixels.

  • Speedgrade 2014 crashing while scrolling timeline

    Hi there,
    I keep having issues with Speedgrade crashing randomly while scrolling timeline of videos.
    I'm using the latest version on an iMac running OSX 10.9.5
    It seems to be happening randomly, but so often it almost makes it unusable.

    Hi,
    I have the same poblem on iMac 27" late 2013 3,4 GHz i5 24 Gt 1600 MHz DDR3 NVIDIA GeForce GTX 775M. Same OSX 10.9.5.
    Scrolling timeline causes the crashes randomly. Using direct link or not doesn't seem to affect this.
    Br,
    Samuli

Maybe you are looking for

  • HP LaserJet Printer P1007

    Printout was getting very light. Replaced with original C388A HPoriginal toner cartridge. Problem remains same. Printing almost blank. Test page/Config page coming out blank. Adjusted print quality also.No use

  • Xml methods in sap-xi

    what are the xml methods in sap-xi

  • Dynamic "search" query

    Hi there, I'm tring to build a dynamic query to search not only the exatly phrase typed by the user but even the single words. So far, I've got how to make the preparedStatement but I'm still stuck in how to make the exactly number of psmt.setString

  • Some suggestion for Sony smartphone, anyone like these setting?

    I have had my Z3 a week It's my first Sony smartphone, I am satisfied about this mobile (camera, waterproof, walkman, battery life...etc) But I have some suggestion about these... Apps screen page add "App info"   It's very convenient to Force Stop /

  • Lightromm 2.4 + Photoshop CS3 + NAS file save problems

    I'm not sure if this has been asked before (I couldn't find it when I looked...) but I have the following problem. I have a folder of JPG files on a NAS drive ( I'm using a Mac OSX 10.5.7 ) When I have Lightroom open I can't then edit and save the im