Trying to add audio with an image..

I want to have an audio bar with an image attached to it. I built a page with the image seperate from the audio image. It looks just the way I want it (with the audio bar below the image) but when I publish the page it comes out with the audio placeholder box on the top so that it blocks out most of the image. Cant seem to add the image into the audio file placeholder, or get it to publish the layers the way I build them. Been trying to solve this problem forever! Please help, even if the answer is ridiculous and obvious.

QuickTime Pro can be used to add an image (or many images) to an audio track.
Takes just a few seconds to make them.

Similar Messages

  • I have Prem. Elements 12.  I am trying to add audio media.  I know where the audio files are located (using GET INFO while in iTunes), and when I try to add certain audio files, some are accepted and some are not.  In one case, when I opened a particular

    I have Prem. Elements 12.  I am trying to add audio media.  I know where the audio files are located (using GET INFO while in iTunes), and when I try to add certain audio files, some are accepted and some are not.  In one case, when I opened a particular folder, the song was not listed, even tho' the song is there when using Windows Explorer.  This happens with mp3 and mp4 and just wav files.  Some audio are accepted, most are not.  I get that codec is not installed error message, too.

    Perhaps it would be helpful for you to view the page source code of this page
    http://www.alanwork.com/
    As you can see, the submenu code links are immediately below the top level code, and are
    wrapped in their own  <UL> </UL> tag pairs.
    Hope that helps

  • Trying to add month with a Date

    Hi All,
    I am trying to add month with a date. it will take the earlier month and add one month . Here is my code
    declare @CollectionDate date='10-30-2014'
    select @CollectionDate
    ;WITH CTemp AS (
    SELECT TransactionDate=CAST(@CollectionDate AS DATE) ,RemainingTransaction=1
    UNION all
    SELECT TransactionDate=DATEADD(MONTH,1,CONVERT(date, CONVERT(varchar(4), YEAR(TransactionDate))
    +'-'+CONVERT(varchar(2),MONTH(TransactionDate))
    +'-'+ CONVERT(varchar(2),DATEPART(day, @CollectionDate)))),
    RemainingTransaction+1
    FROM CTemp
    WHERE RemainingTransaction < 9
    select * from CTemp
    When I am giving date 10-28-2014 then it is working fine. But when the date is 10-31-2014 then it shows me the error
    Msg 241, Level 16, State 1, Line 3
    Conversion failed when converting date and/or time from character string.
    I can undestand it is for the month of February but how do I overcome it?
    Can anyone help me on this?
    Thanks in advance!!
    Niladri Biswas

    Try the below:
    --To find the last day of the month, use the below:
    declare @CollectionDate date='10-30-2014'
    select @CollectionDate
    ;WITH CTemp AS (
    SELECT TransactionDate=CAST(@CollectionDate AS DATE) ,RemainingTransaction=1
    UNION all
    SELECT TransactionDate=cast(DATEADD(day,-1,DATEADD(month,MONTH(Transactiondate)-1,DATEADD(year,YEAR(TransactionDate)-1900,0))) as DATE),
    RemainingTransaction+1
    FROM CTemp
    WHERE RemainingTransaction < 9
    select * from CTemp
    --Just to add a month, use the below
    declare @CollectionDate date='10-30-2014'
    select @CollectionDate
    ;WITH CTemp AS (
    SELECT TransactionDate=CAST(@CollectionDate AS DATE) ,RemainingTransaction=1
    UNION all
    SELECT TransactionDate=DATEADD(month,-1,TransactionDate),
    RemainingTransaction+1
    FROM CTemp
    WHERE RemainingTransaction < 9
    select * from CTemp
    EDIT: You may change -1 to 1 if you want the future months.(I am bit confused whether you are looking for previous months or future months.)

  • What should I do if I am trying to add audio from iTunes onto a Powerpoint presentation, but it keeps saying that I must first open up iTunes before I can access the music?

    What sould I do if I am trying to add audio from iTunes onto a powerpoint presentation, but when I click on the Audio >> Audio Browser icon a little side bar pos up which says you must first open iTunes before you can access the music here (different words) even though I already have iTunes open on my computer.

    Sandra Powers 14\' wrote:
    which says you must first open iTunes before you can access the music here (different words)
    Perhaps you would tell us what words it does show...

  • Error trying to sync audio with midi

    I get this "Error trying to sync audio with midi" using my motu 828mk2 firewire sound card.
    I have updated my osx to 10.5.2 and now i cant use my motu ... osx 10.5.2 has a firewire issue with the motu 828mk2 if any one else has the same problem with any make of audio devices please let me know, i cant seem to find a solution unless i go back to my old osx or buy another sound module, but i should not have to result in doing something like that when i have spent a **** lot of cash buying this in the first place, isnt motu and apple both big players in pro audio? why is it so un compatable, is it just me with this issue or is their a major blunder with apple or motu, it only seems to happen with osx 10.5.2 and nothing else with the same machine with diffrent installls, so apple get on to it and fix it as im sure its the new osx firewire kexts or something, its not motu as it works fine with everything else and the same machine with all os systems.....except osx 10.5.2.

    Well, I thought this was fixed by changing the buffer size but it isn't. Still get the "Error trying to sync Audio with MIDI" error. Logic is detecting 44.1 kHz, I have Logic set for 96 kHz. The FireWire is set for 96 kHz, internal sync. Logic preferences are set for sync -> internal. Audio sync is set for "external or free" (I am not using a MTC source). I have downloaded and installed v1.8.4 from M-audio. I changed the IO buffer from 256 to 512.
    I can't figure out what the magic is here. When I boot Logic, it syncs fine until I click on the "help" menu, the loses sync. Occasionally it comes back for no apparent reason. The system has no problem recognizing the 410 or bringing up the management interface.
    Any sage words of advice?
    Thanks, Bark

  • Is it possible to add audio with a simple play/pause button and also have a clickTag attached to the full stage?

    my client wants to add audio to their banner ad (which always has a full stage clickTAG set). I'm trying to figure out a way to just use a simple play/pause button and attach a toggle action to it. Problem is when the user clicks it's going to the clickTAG URL that's attached to the full stage. Is there any way around this?
    Please advise and thank you in advance.

    I have the same issue. It is pretty annoying but at least the audio remains within the motion project. It just isn't accessible it seems as an FCPX template. So what I'm doing is this:
    I still use the video within FCPX's generator section so that you can edit the parameters as you need to
    For the audio, open the project in motion then under Share, click 'Export Audio'. Select 'CAF' format and save to your hard disk
    I then import the audio file into an event I set up specifically for this purpose (per BenB's suggestion).
    When I need it, I then insert the generator from the generators section and then attach the audio file below the primary story line for the audio track
    It isn't pretty but it works.

  • Trying to add audio frezzes captivate 7

    captivate 7 locks up when i try to add audio to an object

    QuickTime Pro can be used to add an image (or many images) to an audio track.
    Takes just a few seconds to make them.

  • Imovie application quits when trying to add audio

    when trying to drag audio into imovie, application automatically quits. If anyone can help, it's greatly appreciated.

    I'm running out of ideas but I assume the music plays in iTunes and your iTunes is the iLife5 rather than earlier. When you click on audio at the clips pane (or whatever it is called) I presume you can access the full iTunes library. If you cannot, you have an iLife problem. Then does the crash come from all your tunes.
    Before all this you could run Mac Sweeper which you will find (free download) on http://mac.softpedia.com/get/System-Utilities/Mac-Sweeper.shtml
    it has good help messages.
    1) Carry out all the optimize options the daily weekly and monthly
    2) Repair permissions
    3) Update prebindings
    4) under
    b clean,
    empty system caches and log files.
    Some people find its authorize dialogue misleading it is just asking you to enter the system password to allow it to perform the scripts.

  • How to add audio with images

    Hello,
    I'd like to add some audio files to my website without attaching images to them -- I can't seem to get rid of the grey 'drag image here' box that appears each time I drag audio to the page. Any ideas?
    Thanks!

    The picture bin only shows in iWeb. When you publish only the control bar will be displayed.
    OT

  • How do I get the home button in Firefox 18.0.1 to open the home pages in existing tabs instead of new tabs? I have tried some add on with no luck.

    I have tried the following Add on - Tab Utilities and Tab Mix Plus.
    Basically on start up of Mozilla, I have five tabs that load. After surfing/working a bit online, I would like to reload the five original tabs back to the original home page/load settings. If I click on the home button, five more tabs load, giving me ten tabs instead of the five original that I desire.
    Are there any other add on that would fix this. I tried the two above but either they do not offer it or I don't know what settings to choose.

    The best way to keep your home page in the tab is to open other links in a new tab with a middle-click.<br />
    Clicking the home page always open a new set, so you would have to close the current tabs first to prevent getting multiple home page sets.<br />
    I don't know if there is still an extension that can open the home pages and replace the current set.
    See also:
    *https://addons.mozilla.org/en-US/firefox/addon/multiple-tab-handler/

  • Trying to add audio narrative to a Slideshow via vocal track on Garageband-won't take. How can I do this for illiterate friend?

    I have set up a Slideshow on iDVD with the intention of adding a narrative and burning a dvd, so a friend of mine who can neither read nor write will be able to watch the pictures while listening to the narrative.  I have produced a narrative by using the Male Vocal track on Garageband, but when I try to drop the result into the Audio box at the base of the Slideshow Edit Window, it won't take. I know that only certain types of audio will work, but I thought Garageband would do the job.
    If I can't do it that way, how can I make a suitable narrative without putting it separately onto a cassette tape?
    Using an iBook G4, running OSX 10.4.11– the latest system I can run.

    Save the Garageband track as an aiff or mp3 file and use that.
    OT

  • Trying to add audio player progress bar

    Hi
    I'd like to add a progress bar to my flash audio player.
    Right now you press a button, a certain sound loads and then plays.
    Here's part of the code:
    function playSong(e:Event):void{
        if (my_channel) {
            my_channel.stop();
        var myURL = ("mysong.mp3");
        my_sound = new Sound();
        my_sound.load(new URLRequest(myURL));
        my_channel = my_sound.play();
    In order to build a progress bar I wanted to find out the length or duration of the sound but I keep getting error messages or 0s in return
    trace (my_sound.duration);  
    tells me that duration is an undefined property
    trace (my_sound.length);
    trace (my_sound.position);
    trace (my_sound.bytesTotal);
    trace (my_sound.bytesLoaded);
    all give me a 0 in return
    Any idea why? Why can't I access the properties of my Sound?
    I'd also be very thankful for any other suggestions on how to add a progress bar. I searched a number of websites, but most samples are AS2 code...
    Thanks
    Julie

    Duh! Once again I thought my comuter is faster than it actually is ;-)
    Thanks :-)

  • (moved from CC forum) Illustrator CC crashes when trying to open file with placed image

    I get this message:
    and regardless of what I click (Replace, Ignore, Cancel) the program crashes.
    Below is the crash report I get:
    Process:         Adobe Illustrator [954]
    Path:            /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         256 (17.0.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [170]
    User ID:         501
    Date/Time:       2013-09-30 10:41:13.521 -0400
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          61535 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  37856 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      A312EF8F-A9EC-D426-709E-D538E4DA0B32
    Crashed Thread:  0  Main Thread  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    terminate called without an active exception
    abort() called
    Thread 0 Crashed:: Main Thread  Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff85071212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8e6ccb54 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8e710dce abort + 143
    3   libc++abi.dylib                         0x00007fff86c799eb abort_message + 257
    4   libc++abi.dylib                         0x00007fff86c773a8 default_terminate() + 42
    5   libc++abi.dylib                         0x00007fff86c773c9 safe_handler_caller(void (*)()) + 8
    6   libc++abi.dylib                         0x00007fff86c77424 std::terminate() + 16
    7   libc++abi.dylib                         0x00007fff86c7861b __cxa_rethrow + 85
    8   com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b4c01 0x119232000 + 535553
    9   com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b55a9 0x119232000 + 538025
    10  com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b7643 0x119232000 + 546371
    11  com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b3069 0x119232000 + 528489
    12  com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b3129 0x119232000 + 528681
    13  com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b2c9b 0x119232000 + 527515
    14  com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b74b3 0x119232000 + 545971
    15  com.adobe.illustrator.plugins.svgFileFormat          0x0000000119261540 0x119232000 + 193856
    16  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012aba6903 0x12ab9d000 + 39171
    17  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012aba18ff 0x12ab9d000 + 18687
    18  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012aba399f 0x12ab9d000 + 27039
    19  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012aba34d0 0x12ab9d000 + 25808
    20  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012aba0d74 0x12ab9d000 + 15732
    21  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012ab9e69d PluginMain + 301
    22  com.adobe.illustrator                   0x0000000100aba158 spEdgeCallPlugin(SPAccess*, char const*, char const*, void*, int*) + 152
    23  com.adobe.illustrator                   0x0000000100ab5423 SPCallPlugin + 99
    24  com.adobe.illustrator                   0x0000000100ab8066 SPSendMessage + 646
    25  com.adobe.illustrator                   0x00000001006b6605 fxCallPlugin(SPPlugin*, char const*, void*) + 1573
    26  com.adobe.illustrator                   0x0000000100856261 _t_AILiveEffectOpaque::Execute(Ref<CAIFilterExecution, CountedObject::Traits>, ArtObject*, Ref<CAIArtStyle, CountedObject::Traits>) const + 5297
    27  com.adobe.illustrator                   0x00000001002b9bf1 CAIFilterExecution::Execute(ArtObject*, Ref<CAIArtStyle, CountedObject::Traits>) + 241
    28  com.adobe.illustrator                   0x00000001002a71e3 CAIChainStyleFilter::Execute(Ref<CAIFilterExecution, CountedObject::Traits>, ArtObject*, Ref<CAIArtStyle, CountedObject::Traits>, ArtObject*) const + 2467
    29  com.adobe.illustrator                   0x00000001002a7791 CAIChainStyleFilter::Execute(Ref<CAIFilterExecution, CountedObject::Traits>, ArtObject*, Ref<CAIArtStyle, CountedObject::Traits>) const + 129
    30  com.adobe.illustrator                   0x00000001002a8bef CAICompoundFilterExecution::Execute(ArtObject*, Ref<CAIArtStyle, CountedObject::Traits>) + 127
    31  com.adobe.illustrator                   0x0000000100284a44 CAIArtStyle::ExecActiveStyle(ArtObject*) + 1028
    32  com.adobe.illustrator                   0x000000010028341d CAIArtStyle::Execute(ArtObject*) + 1341
    33  com.adobe.illustrator                   0x0000000100282972 CAIArtStyle::GetStyledArt(ArtObject*, bool) + 722
    34  com.adobe.illustrator                   0x0000000100282489 CAIArtStyle::CleanupDirtyDescendants(ArtObject* const&) + 233
    35  com.adobe.illustrator                   0x00000001002825cc CAIArtStyle::CleanupDirtyDescendants(ArtObject* const&) + 556
    36  com.adobe.illustrator                   0x000000010016c652 Artwork::ExecuteRemainingStyles() + 146
    37  com.adobe.illustrator                   0x000000010016c589 ValidatePluginObjectsAndStyles(Artwork*) + 41
    38  com.adobe.illustrator                   0x00000001007734ab PluginArtIdle(unsigned long) + 59
    39  com.adobe.illustrator                   0x00000001006e5a31 PluginsIdle(IdlePurpose) + 65
    40  com.adobe.illustrator                   0x000000010051e55b WindowIdle(IdlePurpose) + 443
    41  com.adobe.illustrator                   0x000000010042f67a CAIApplication::Idle(IdlePurpose) + 170
    42  com.adobe.illustrator                   0x00000001001fa97d CommandDoInternal(CAIEvent*, int, int) + 301
    43  com.adobe.illustrator                   0x0000000100486598 CAIExoAppEventHandler::DispatchMenuEvent(CAIEvent&) + 376
    44  com.adobe.illustrator                   0x00000001004863ba CAIExoAppEventHandler::HandleAIEvent(CAIEvent&) + 42
    45  com.adobe.illustrator                   0x0000000100486e34 CAIExoAppEventHandler::DispatchKeyEvent(CAIEvent&) + 1284
    46  com.adobe.illustrator                   0x00000001003f6f9f CAIExoAppMacEventHandler::DispatchKeyEvent(CAIEvent&) + 223
    47  com.adobe.illustrator                   0x00000001003f6e85 CAIExoAppMacEventHandler::DispatchKeyEvent(unsigned short const&, unsigned short const&, unsigned long const&) + 197
    48  com.adobe.illustrator                   0x00000001003f6d35 CAIExoAppMacEventHandler::HandleForwardedEvent(dvaui::ui::OS_Event const&) + 293
    49  com.adobe.illustrator                   0x00000001003f6a10 CAIExoAppMacEventHandler::PreProcessEvent(dvaui::ui::OS_Event const&) + 448
    50  com.adobe.illustrator                   0x00000001004895ff CAIExoAppImpl::DoPreEventProcessing(dvaui::ui::OS_Event const&) + 47
    51  com.adobe.exo.framework                 0x00000001097eb98d exo::app::AppBase::PreEventProcessing(dvaui::ui::OS_Event const&) + 13
    52  com.adobe.exo.framework                 0x00000001097f41a4 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<bool, boost::_mfi::mf1<bool, exo::app::AppBase, dvaui::ui::OS_Event const&>, boost::_bi::list2<boost::_bi::value<exo::app::OS_AppBase*>, boost::_bi::value<dvaui::ui::OS_Event> > >, bool>::invoke(boost::detail::function::function_buffer&) + 36
    53  com.adobe.illustrator                   0x0000000100401207 int dvacore::config::ErrorManager::ExecuteFunction<bool>(boost::function0<bool>*, bool*) + 71
    54  com.adobe.illustrator                   0x0000000100489a52 DroverErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0<int>) + 66
    55  com.adobe.illustrator                   0x00000001004010bc bool dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<bool>(boost::f unction0<bool>, bool*) + 140
    56  com.adobe.illustrator                   0x0000000100400c9d bool dvacore::config::ExecuteTopLevelFunction<bool>(boost::function0<bool>, bool*) + 125
    57  com.adobe.exo.framework                 0x00000001097f03c7 -[ExoMacApplication sendEvent:] + 359
    58  com.apple.AppKit                        0x00007fff8e97d21a -[NSApplication run] + 636
    59  com.adobe.exo.framework                 0x00000001097efeb8 exo::app::OS_AppBase::RunEventLoop() + 56
    60  com.adobe.illustrator                   0x0000000100488195 CAIExoAppImpl::RunEventLoop() + 21
    61  com.adobe.illustrator                   0x000000010042e74c CAIApplication::RunApp() + 396
    62  com.adobe.illustrator                   0x0000000100419a57 main + 135
    63  com.adobe.illustrator                   0x0000000100002c94 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff85071d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8ccb2dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8ccb29ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.AGM                           0x0000000103894dcb 0x103552000 + 3419595
    3   com.adobe.AGM                           0x000000010389587d 0x103552000 + 3422333
    4   com.adobe.AGM                           0x00000001038ab8a8 0x103552000 + 3512488
    5   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff85071322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8e507f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff85071386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8e755800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff8e755717 usleep + 54
    3   com.adobe.illustrator.plugins.dBrushTool          0x000000011981b723 0x1197c3000 + 362275
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 21:: IPCClient rcvr: FMClient.501.954.140735140422016.1
    0   libsystem_kernel.dylib                  0x00007fff85071322 __select + 10
    1   com.extensis.cpp-core-framework          0x000000012651b169 GIPCReceiver::OSWaitForData() + 2975
    2   com.extensis.cpp-core-framework          0x000000012650fb40 GIPCClient::ReceiverThreadProc(GThread*) + 798
    3   com.extensis.cpp-core-framework          0x000000012658ded9 GThread::PthreadInternal(void*) + 223
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 22:: Agent IF Message Handler
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.extensis.cpp-core-framework          0x000000012654d3ce GSemaphore::TimedWait(unsigned int) + 76
    3   com.extensis.cpp-core-framework          0x00000001265143f9 GIPCClient::GIPCMTDataAccumulator::WaitForData(unsigned int, std::vector<char, std::allocator<char> >&, bool) + 37
    4   com.extensis.ExtensisFontManagement.sdk          0x0000000126adc271 GAgentIFMessageHandlerThread::RunMessageHandlerThread() + 445
    5   com.extensis.ExtensisFontManagement.sdk          0x0000000126adc98e GAgentIFMessageHandlerThread::AgentIFMessageHandlerThreadFunc(GThread*) + 42
    6   com.extensis.cpp-core-framework          0x000000012658ded9 GThread::PthreadInternal(void*) + 223
    7   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 23:: IPCDataHandler for rcvr: FMClient.501.954.140735140422016.1
    0   libsystem_kernel.dylib                  0x00007fff85071322 __select + 10
    1   com.extensis.cpp-core-framework          0x00000001265173d1 -[IPCDataHandler handleDataFromSocket:] + 2197
    2   com.apple.Foundation                    0x00007fff88440562 __NSThread__main__ + 1345
    3   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff85071386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8e755800 nanosleep + 163
    2   com.adobe.illustrator.plugins.ScriptingSupport          0x0000000118973d38 ScObjects::Thread::wait(unsigned int) + 56
    3   com.adobe.illustrator.plugins.ScriptingSupport          0x000000011895c10e ScObjects::BridgeTalkThread::run() + 174
    4   com.adobe.illustrator.plugins.ScriptingSupport          0x00000001189738f5 ScObjects::Thread::go(void*) + 165
    5   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 25:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 26:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 27:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 28:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 29:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 30:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 31:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 32:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 33:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8506f686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8506ec42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8e4c3233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8e4c8916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8e4c80e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff883e2546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff88440562 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib                  0x00007fff850712aa __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x0000000129fdc231 0x129fc4000 + 98865
    2   ServiceManager-Launcher.dylib           0x0000000129fdb5d6 0x129fc4000 + 95702
    3   ServiceManager-Launcher.dylib           0x0000000129fda678 0x129fc4000 + 91768
    4   ServiceManager-Launcher.dylib           0x0000000129fda6e6 0x129fc4000 + 91878
    5   ServiceManager-Launcher.dylib           0x0000000129fd52e4 0x129fc4000 + 70372
    6   ServiceManager-Launcher.dylib           0x0000000129fd5cfe 0x129fc4000 + 72958
    7   ServiceManager-Launcher.dylib           0x0000000129fd5c0b 0x129fc4000 + 72715
    8   ServiceManager-Launcher.dylib           0x0000000129fd936e 0x129fc4000 + 86894
    9   ServiceManager-Launcher.dylib           0x0000000129fd94b2 0x129fc4000 + 87218
    10  ServiceManager-Launcher.dylib           0x0000000129fd926d 0x129fc4000 + 86637
    11  ServiceManager-Launcher.dylib           0x0000000129fd91e6 0x129fc4000 + 86502
    12  ServiceManager-Launcher.dylib           0x0000000129fc7916 0x129fc4000 + 14614
    13  ServiceManager-Launcher.dylib           0x0000000129fcbb05 0x129fc4000 + 31493
    14  ServiceManager-Launcher.dylib           0x0000000129fd9e46 0x129fc4000 + 89670
    15  ServiceManager-Launcher.dylib           0x0000000129fdbef3 0x129fc4000 + 98035
    16  libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    17  libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 35:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 36:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 37:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 38:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 39:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 40:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 41:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 42:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 43:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff8506f686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8506ec42 mach_msg + 70
    2   com.apple.QuartzCore                    0x00007fff852cc17b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore                    0x00007fff85350dc6 thread_fun + 25
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 44:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 45:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 46:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 47:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 48:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 49:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 50:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 51:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 52:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 53:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 54:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 55:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 56:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 57:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 58:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 59:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 60:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 61:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 62:
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.AFlame                        0x00000001415c7b1b 0x14144c000 + 1555227
    3   com.adobe.AFlame                        0x000000014157f234 0x14144c000 + 1258036
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 63:
    0   libsystem_kernel.dylib                  0x00007fff850716d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e6cdf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e6cdd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e6b81d1 start_wqthread + 13
    Thread 64:
    0   libsystem_kernel.dylib                  0x00007fff850716d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e6cdf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e6cdd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e6b81d1 start_wqthread + 13
    Thread 65:
    0   libsystem_kernel.dylib                  0x00007fff850716d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e6cdf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e6cdd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e6b81d1 start_wqthread + 13
    Thread 66:
    0   libsystem_kernel.dylib                  0x00007fff850716d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e6cdf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e6cdd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e6b81d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbfcad8  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfcb00  rsp: 0x00007fff5fbfcad8
       r8: 0x00007fff740d5278   r9: 0x0000000000000013  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff5fbfcc60  r13: 0x00000001308a0660 

    Drew,
    Is the file where it is supposed to be?

  • Trying to add Chat with Cbox

    Okay, this is what it should be doing (at someone else's site):
    http://agent96.batcave.net/
    This is what it's doing on my site:
    http://web.mac.com/dzari/iWeb/Braam/test3.1.html
    I'm pretty sure that I already know the answer, that iWeb just won't accept Cbox's html..
    I'm thinking of linking my site with an SMF forum. That would be my 'plan B'.
    Has anyone incorporated a chat or forum feature with their site?

    Hi Deborah...
    Are you sure you added the entire cbox html code? And also used the appropriate dimensions for your text box in iWeb? I just added a cbox to my page to see what you were talking about....looks fine...
    http://web.mac.com/jwtseng/iWeb/kate/cbox.html
    Feel free to test it out on my page for yourself. Let me know if anything is not working.
    You need to follow the general directions for adding any external HTML to iWeb pages...
    The general directions are as follows...
    1. Decide where you want your banner and know exactly what dimensions you need for your cbox
    2. Insert a text box onto your page and adjust its size to exactly your dimensions.
    3. Type in some uniquely identifiable text like, "CBOXCODEHERE" without changing the font or anything else...just type it in.
    4. Publish your page with iWeb.
    5. Find the html file associated with your published page (either on your iDisk or in a folder depending on how you published) and open it in any text editor (like Microsoft Word, or Textedit, or anything).
    6. Scroll through the html file and locate your placeholder text, e.g. "CBOXCODEHERE".
    7. Replace the placeholder text with your cbox html code and publish your page.
    That's it. You should see your cbox show up where you placed the text box.
    Please mark this reply as either "solved" or "helpful" with the little buttons in the title bar of this reply if you found it to be of any use.

  • How to embed audio into an image?

    Hi there,
    I'm trying to embed audio into an image so that clicking on the image plays the audio.  I've tried adding a behavior to the image but it doesn't seem to work.  Any thoughts?
    Denbeck

    You might be able to do something convoluted and complicated with JavaScript.  The HTML4 standard is designed around text, not movies and audio.  So I actually wouldn't expect DreamWeaver to be able to do this.
    If you don't have Flash, You should look online for FREE or reasonably priced Flash Slide Shows.  There are dozens of them, and some can play audio while showing a picture.
    Otherwise, if you do have Flash, someone on the Flash forums could probobaly give you a couple lines of action script code or a quick flash tutuorial and you will be done in no time.
    So to answer you question.  You can't embed audio into an image with DreamWeaver, or any other HTML editor for that matter.   Your best option is to use Flash.

Maybe you are looking for