Embedding videos on iweb program

Anybody know if it's possible to embed videos rather than just link them on the iweb program.
I'd love to have my videos embedded from youtube rather than linked but there's no mention of doing this in the iweb program.
ibookG4   Mac OS X (10.4.9)  

Hello:
I just solved this problem for myself. I embedded a youtube video by first copying the youtube embed code, which can be found on its url right next to the video, and right below the hard html link provided. It will say, "embed" and have some code next to it.
Check out mine:
www.allianceatlantis.tv/PP2.html
Ok, you get that code, and then stick the code where you want it in your webpage. BUT, you will need iweb enhancer to do it. In order for the code to take, you need to draw a round rectangle on your page where you want the embedded video, paste the youtube embed code, publish to a folder, run iweb enhancer on the folder, then upload with ftp.
If you are using .mac, then iweb enhancer has instructions for that, virtually identical.
http://web.mac.com/cbrantly/iWeb/Software/iWeb%20Enhancer.html

Similar Messages

  • Ease of embedding video in iWeb 09?

    i have iWeb 06. i have never been successful at embedding video from youtube or vimeo. is there an easy way to do this in iWeb 09?

    Yes. Go to YouTube and get the code for embedding and enter it into an HTML snippet on your page. This demo page has examples: Adding YouTube Videos. Remember it's the embed code and not the link code.
    OT

  • Embedding video in iWeb

    Hi
    I want to add a video clip to my website but don't want to depend on other people's PCs having Quicktime installed for them to be able to play it.
    Can anyone recommend a way to do this?
    Thanks
    Mark

    You can convert it to flash or upload it to Vimeo or YouTube and add it via an HTML snippet. I think Vimeo gives a better interface: Adding YouTube & Vimeo Videos.
    Another way is to upload the movie file to the server and use flash code to play it. QT not required as I understand it. Create a js file named InsertMovie.js with the following code:
    function InsertSampleMovie()
    document.write('<object classid="clsid: 02BF25D5..." ...>\n');
    document.write('<param name="src" value="sample.mov" />\n');
    document.write('</object>\n');
    function InsertSampleMovie()
    document.write('<object classid="clsid: 02BF25D5..." ...>\n');
    document.write('<param name="src" value="sample.mov" />\n');
    document.write('</object>\n');
    Place that on the server where you can point to it in the following javascript code to be placed in an HTML snippet:
    <iframe height="480px" allowTransparency="true" frameborder="0" scrolling="no" style="width:640px;border:none" src="http://homepage.mac.com/toad.hall/.Movies/PPMosaic.m4v"></iframe>
    <script src="URL TO InsertMovie.js FILE" language="JavaScript" type="text/javascript"></script>
    <script language=”JavaScript” type=”text/javascript”>URL TO MOVIE TO BE INSERTEDv();</script>
    Here's an example (#5 at the bottom of the page): Widget-QTMovie - If you have a PC to check it out let me know which of the 5 work.
    OT

  • YouTube embedded videos not working on iWeb 3.01/Safari?

    My website has three videos, uploaded to YouTube and the embed codes downloaded to iWeb 3.01 site using HTML.
    All three videos work on the site pages, although video one uses the "new" code and videos two/three use the "old" code.
    In each case, I have had to add http: before //www.youtube.com to make these videos load to the iWeb site.
    After uploading the site to Host Co. using FTP. The site works perfectly when using Firefox. But when using Safari video one will play
    but videos two and three will not play and an error message is displayed.
    Please help - am I missing something from the coding, or do I need to do something specail for Safari?
    I am not an expert on coding.
    Thank you

    Thank you Wyodor, I also believe the solution may be simple, if it helps (and for all you coding experts out there) these are the three video/codes being used. For each code I had to add after "  http:  and before
    //www.youtube to load videos to iWeb using html widget.
    Video One code
    This video on published website - plays using both Safari and Firefox.
    <iframe width="1000" height="563" src="http://www.youtube.com/embed/rrMsYI6XVSw?rel=0" frameborder="0" allowfullscreen></iframe>
    Video Two code
    This video on published website - plays using Firefox but will NOT play using Safari.
    <object width="1000" height="563"><param name="movie" value="http://www.youtube-nocookie.com/v/MDfE087Hgvw&hl=en_US&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/MDfE087Hgvw&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1000" height="563"></embed></object>
    Video Three code
    This video on published website - plays using Firefox but will NOT play using Safari.
    <object width="1000" height="563"><param name="movie" value="http://www.youtube-nocookie.com/v/X5n6M66jgUo&hl=en_US&fs=1&rel=0&color1=0xe1600 f&color2=0xfebd01&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/X5n6M66jgUo&hl=en_US&fs=1&rel=0&color1=0xe1600 f&color2=0xfebd01&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1000" height="563"></embed></object>
    If anybody knows the solution to this problem I will be pleased to hear from them. I am not a coding expert!

  • [Solved] embedded videos in firefox take a lot of CPU time

    Playing embeded videos in Firefox take a lot of CPU time. Actually my old computer is not able to play these videos correctly if they are in HD. The problem appears with flash videos (not so surprising, flash sucks...) but also with html5 videos (there is an option in youtube to turn that on). However if I succeed to have the direct URL, these videos play perfecrtlky fine in mplayer using not more than 10-20% of CPU time. Is there a solution to that? Is there any possibility to use an external player to play HTML5 videos in firefox? If anybody knows, Why this problem, are the mozilla folk aware of this problem? (Note that I posted a thread a long time ago for this problem but concerning flash only)
    Last edited by olive (2012-04-27 20:33:59)

    There's not much you can do to make HTML5 videos as fast as Xv, see http://swfdec.freedesktop.org/wiki/FAQ. They are slow for the same basic reason as Flash... the video overlay cannot be used because the standard allows for controls and CSS to be rendered on top of the video.
    As for redirecting to an external player... this is not as easy as it could be. If the videos appeared in <embed> tags or <object> tags, one could use Mozplugger, Media Player Connectivity and other programs, but I don't think one has been written to handle the <video> tag. An upcoming update to firefox will make it use gstreamer, however. If this still results in slow playback, it will at least make it easier to use an external player. I imagine you would have to patch firefox to make it use a port on the localhost as the video sink instead of the screen. Then you would run gst-launch to receive that RTP stream.

  • All embedded videos in internet articles and on Youtube play sound but no picture

    My problem only started about 2 weeks ago . Before that I could directly play any video that was on Youtube or any video embedded in an internet download.
    Now the video plays, in the sense that I have sound and the elapsed-time bar moves along the bottom of the screen, but there is no video picture, just a full green screen. This applies to any video on Youtube or embedded in an internet download.
    I can still play any video that I have previously downloaded to my PC, be it Flash Video file or MP4 file.
    The players installed on my PC are the latest versions of Windows Media Player, VLC Media Player, Media Player Classic and Adobe Flash Player.
    The problem started at about the same time there was a major upgrade to my Avast free antivirus program (to version 8.0.1482) but this is probably a red herring, as I find it hard to believe that could have anything to do with the problem.
    I have also tried on Internet Explorer and the problem is just the same, so it is not Firefox specific.
    Can anyone offer a solution?
    Regards,
    Barry

    Thanks cor-el,
    I disabled protected mode in Flash, as per the instructions in the link you provided, but it made no apparent difference.
    I can't find how to disable the hardware acceleration in the flash plugin. Can you help me there?
    I did disable the Shockwave Flash plugin as a trial and immediately the videos appeared again in imbedded videos in internet downloads. Why disabling Shockwave Flash allowed these pictures to appear I don't know.
    It is not practical, however, to leave Shockwave Flash disabled because many of the embedded videos use Flash so I can't view them.
    Regards,
    Barry

  • EMBEDDING VIDEO CRASHES ADOBE ACROBAT Xl

    I have a macbook retina 13 inch 2012 with os up to date ande adobe acrobat por Xl
    embedding video in a pdf does crash the program even with flv video. see crash report. who can help me?
    Process:    
    AdobeAcrobat [13575]
    Path:       
    /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier: 
    com.adobe.Acrobat.Pro
    Version:    
    11.0.04 (11.0.04)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [143]
    User ID:    
    501
    Date/Time:  
    2013-10-22 09:37:22.996 +0200
    OS Version: 
    Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:     
    47530 sec
    Crashes Since Last Report:      
    19151
    Per-App Interval Since Last Report:  47046 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                 
    A8C1FC18-BD5A-0347-3884-6297980D5611
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000b78f3468
    VM Regions Near 0xb78f3468:
    Stack             
    00000000b0aa9000-00000000b0b2a000 [  516K] rw-/rwx SM=COW 
    -->
    Stack             
    00000000bbf39000-00000000bf739000 [ 56.0M] ---/rwx SM=NUL 
    Application Specific Information:
    objc_msgSend() selector name: _nq:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib          
    0x98531a94 objc_msgSend + 36
    1   com.apple.Foundation     
    0x902999e4 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 752
    2   com.apple.Foundation     
    0x902d7e74 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:] + 138
    3   com.macromedia.FlashPlayer-10.6.plugin
    0x1ca85529 NP_Initialize + 662505
    4   com.macromedia.FlashPlayer-10.6.plugin
    0x26182ccc 0x25d8a000 + 4164812
    5   com.macromedia.FlashPlayer-10.6.plugin
    0x263d68e1 NP_Initialize + 1104433
    6   com.macromedia.FlashPlayer-10.6.plugin
    0x2624759b FlashPlayer_11_9_900_117_FlashPlayer + 22299
    7   com.adobe.framework.adobe3d  
    0x174d1b22 AFKFlashPlayerAPIBridgeNPAPI::NPStreamFromURL(char const*, bool, void*) + 568
    8   com.adobe.framework.adobe3d  
    0x174d25b0 AFKFlashPlayerAPIBridgeNPAPI::PlayerLoadMovie(int, char const*, bool) + 238
    9   com.adobe.framework.adobe3d  
    0x174d2859 AFKFlashPlayerAPIBridgeNPAPI::PlayerSetBitmap(FPBitmap*) + 527
    10  com.adobe.framework.adobe3d  
    0x174c9de7 V4CFlashPlayerInstance::ValidateBitmap(bool) + 635
    11  com.adobe.framework.adobe3d  
    0x174cb4de 0x1741b000 + 722142
    12  com.adobe.framework.adobe3d  
    0x1741d590 V4CAtmoInstance::UpdateTimeProcs() + 44
    13  com.adobe.framework.adobe3d  
    0x17429175 V4CRHRenderContext::UpdateSceneViewSize(int, int, int, int, int, int, int, int) + 1595
    14  com.adobe.framework.adobe3d  
    0x17429817 V4CRHRenderContext::MoveViewport(V4CWindowReference*, int, int, unsigned int, unsigned int, bool, int, int, unsigned int, unsigned int) + 1129
    15  com.adobe.framework.adobe3d  
    0x174299ba V4CRHRenderContext::SetViewport(V4CWindowReference*, int, int, unsigned int, unsigned int, double, double, int, int, unsigned int, unsigned int) + 306
    16  com.adobe.framework.adobe3d  
    0x1741d08e V4CAtmoInstance::SetViewport(V4CWindowReference*, int, int, unsigned int, unsigned int, double, double, int, int, unsigned int, unsigned int) + 406
    17  com.adobe.Acrobat.framework  
    0x00b10ab6 0xcf000 + 10754742
    18  com.adobe.Acrobat.framework  
    0x00ae368d 0xcf000 + 10569357
    19  com.adobe.Acrobat.framework  
    0x00adeb72 0xcf000 + 10550130
    20  com.adobe.Acrobat.framework  
    0x010d4759 0xcf000 + 16799577
    21  com.adobe.Acrobat.framework  
    0x01106e82 0xcf000 + 17006210
    22  com.adobe.Acrobat.framework  
    0x00ae2e5e 0xcf000 + 10567262
    23  com.adobe.Acrobat.framework  
    0x00ae818e 0xcf000 + 10588558
    24  com.adobe.Acrobat.framework  
    0x008f0a0c 0xcf000 + 8526348
    25  com.adobe.Acrobat.framework  
    0x008f41a0 0xcf000 + 8540576
    26  com.adobe.Acrobat.framework  
    0x008f0c75 0xcf000 + 8526965
    27  com.adobe.Acrobat.framework  
    0x00791fb8 0xcf000 + 7090104
    28  com.adobe.Acrobat.framework  
    0x005bf4e8 0xcf000 + 5178600
    29  com.adobe.Acrobat.framework  
    0x006b2656 0xcf000 + 6174294
    30  com.adobe.Acrobat.framework  
    0x006b1cc5 0xcf000 + 6171845
    31  com.adobe.Acrobat.framework  
    0x006b1b95 0xcf000 + 6171541
    32  com.adobe.Acrobat.framework  
    0x00771b5c 0xcf000 + 6957916
    33  com.adobe.Acrobat.framework  
    0x00e28229 0xcf000 + 13996585
    34  com.adobe.Acrobat.framework  
    0x0077ebc2 0xcf000 + 7011266
    35  com.adobe.Acrobat.framework  
    0x0077ea1d 0xcf000 + 7010845
    36  com.adobe.Acrobat.framework  
    0x0091bb9b 0xcf000 + 8702875
    37  com.adobe.Acrobat.framework  
    0x00918387 0xcf000 + 8688519
    38  com.apple.AppKit         
    0x92aaa921 -[NSWindow sendEvent:] + 6968
    39  com.apple.AppKit         
    0x92aa590f -[NSApplication sendEvent:] + 4278
    40  com.apple.AppKit         
    0x929bf62c -[NSApplication run] + 951
    41  com.adobe.Acrobat.framework  
    0x000d8938 0xcf000 + 39224
    42  com.adobe.Acrobat.framework  
    0x000d707b RunAcrobat + 307
    43  com.adobe.Acrobat.Pro    
    0x000c8ed5 main + 91
    44  com.adobe.Acrobat.Pro    
    0x000c8e71 start + 53
    Thread 1:
    0   libsystem_kernel.dylib   
    0x985260ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9065d0ac _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x9065ce79 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x90644daa start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x985269ae kevent + 10
    1   libdispatch.dylib        
    0x90706c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib        
    0x907067a9 _dispatch_mgr_thread + 53
    Thread 3:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib   
    0x98525c72 __semwait_signal + 10
    1   libsystem_c.dylib        
    0x906e4a49 nanosleep$UNIX2003 + 189
    2   com.apple.Foundation     
    0x902a4935 +[NSThread sleepForTimeInterval:] + 151
    3   com.adobe.Acrobat.framework  
    0x00ec88f6 0xcf000 + 14653686
    4   com.apple.Foundation     
    0x9029c259 -[__NSOperationInternal start] + 740
    5   com.apple.Foundation     
    0x9029bf64 -[NSOperation start] + 67
    6   com.apple.Foundation     
    0x902a4039 __block_global_6 + 135
    7   libdispatch.dylib        
    0x90707f8f _dispatch_call_block_and_release + 15
    8   libdispatch.dylib        
    0x90703c82 _dispatch_client_callout + 46
    9   libdispatch.dylib        
    0x90704f02 _dispatch_worker_thread2 + 285
    10  libsystem_c.dylib        
    0x9065ce72 _pthread_wqthread + 441
    11  libsystem_c.dylib        
    0x90644daa start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib   
    0x985258e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9065f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x906e5089 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x982ce492 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x982ce68e TSWaitOnConditionTimedRelative + 146
    5   com.apple.CoreServices.CarbonCore
    0x9821aacb MPWaitOnQueue + 261
    6   com.adobe.ACE            
    0x022064dc 0x2204000 + 9436
    7   com.adobe.ACE            
    0x02206441 0x2204000 + 9281
    8   com.apple.CoreServices.CarbonCore
    0x982a1a7b PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    10  libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib   
    0x985258e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9065f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x906e5089 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x982ce492 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x982ce68e TSWaitOnConditionTimedRelative + 146
    5   com.apple.CoreServices.CarbonCore
    0x9821aacb MPWaitOnQueue + 261
    6   com.adobe.ACE            
    0x022064dc 0x2204000 + 9436
    7   com.adobe.ACE            
    0x02206441 0x2204000 + 9281
    8   com.apple.CoreServices.CarbonCore
    0x982a1a7b PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    10  libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib   
    0x985258e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9065f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x906e5089 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x982ce492 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x982ce68e TSWaitOnConditionTimedRelative + 146
    5   com.apple.CoreServices.CarbonCore
    0x9821aacb MPWaitOnQueue + 261
    6   com.adobe.ACE            
    0x022064dc 0x2204000 + 9436
    7   com.adobe.ACE            
    0x02206441 0x2204000 + 9281
    8   com.apple.CoreServices.CarbonCore
    0x982a1a7b PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    10  libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib   
    0x985258e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9065f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x906e5089 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AGM            
    0x0236ff67 0x2364000 + 48999
    4   com.adobe.AGM            
    0x0236fea6 0x2364000 + 48806
    5   com.adobe.AGM            
    0x0236fe44 0x2364000 + 48708
    6   com.adobe.AGM            
    0x0236fae4 0x2364000 + 47844
    7   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib   
    0x985258e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9065f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x906e5089 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AGM            
    0x0236ff67 0x2364000 + 48999
    4   com.adobe.AGM            
    0x0236fea6 0x2364000 + 48806
    5   com.adobe.AGM            
    0x0236fe44 0x2364000 + 48708
    6   com.adobe.AGM            
    0x0236fae4 0x2364000 + 47844
    7   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib   
    0x985258e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9065f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x906e5089 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AGM            
    0x0236ff67 0x2364000 + 48999
    4   com.adobe.AGM            
    0x0236fea6 0x2364000 + 48806
    5   com.adobe.AGM            
    0x0236fe44 0x2364000 + 48708
    6   com.adobe.AGM            
    0x0236fae4 0x2364000 + 47844
    7   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib   
    0x985260ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9065d0ac _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x9065ce79 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x90644daa start_wqthread + 30
    Thread 11:
    0   libsystem_kernel.dylib   
    0x985269ae kevent + 10
    1   com.adobe.Acrobat.framework  
    0x014dba6b 0xcf000 + 21023339
    2   com.adobe.Acrobat.framework  
    0x0143b01b 0xcf000 + 20365339
    3   com.adobe.Acrobat.framework  
    0x01437a91 0xcf000 + 20351633
    4   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    5   libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib   
    0x985260ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9065d0ac _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x9065ce79 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x90644daa start_wqthread + 30
    Thread 13:
    0   libsystem_kernel.dylib   
    0x985260ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9065d0ac _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x9065ce79 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x90644daa start_wqthread + 30
    Thread 14:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib   
    0x985237ce mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x98522cac mach_msg + 68
    2   com.apple.QuartzCore     
    0x93566c08 CA::Render::Server::server_thread(void*) + 441
    3   com.apple.QuartzCore     
    0x935f7816 thread_fun + 29
    4   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    5   libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 15:: BackgroundThread
    0   libsystem_kernel.dylib   
    0x985258e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9065f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x906e5089 pthread_cond_wait$UNIX2003 + 71
    3   com.macromedia.FlashPlayer-10.6.plugin
    0x26258bec unregister_ShockwaveFlash + 57820
    4   com.macromedia.FlashPlayer-10.6.plugin
    0x25da6473 0x25d8a000 + 115827
    5   com.macromedia.FlashPlayer-10.6.plugin
    0x26258d94 unregister_ShockwaveFlash + 58244
    6   com.macromedia.FlashPlayer-10.6.plugin
    0x26258f30 unregister_ShockwaveFlash + 58656
    7   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 16:: BackgroundThread
    0   libsystem_kernel.dylib   
    0x985258e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9065f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x906e5089 pthread_cond_wait$UNIX2003 + 71
    3   com.macromedia.FlashPlayer-10.6.plugin
    0x26258bec unregister_ShockwaveFlash + 57820
    4   com.macromedia.FlashPlayer-10.6.plugin
    0x25da6473 0x25d8a000 + 115827
    5   com.macromedia.FlashPlayer-10.6.plugin
    0x26258d94 unregister_ShockwaveFlash + 58244
    6   com.macromedia.FlashPlayer-10.6.plugin
    0x26258f30 unregister_ShockwaveFlash + 58656
    7   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 17:: BackgroundThread
    0   libsystem_kernel.dylib   
    0x985258e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9065f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x906e5089 pthread_cond_wait$UNIX2003 + 71
    3   com.macromedia.FlashPlayer-10.6.plugin
    0x26258bec unregister_ShockwaveFlash + 57820
    4   com.macromedia.FlashPlayer-10.6.plugin
    0x25da6473 0x25d8a000 + 115827
    5   com.macromedia.FlashPlayer-10.6.plugin
    0x26258d94 unregister_ShockwaveFlash + 58244
    6   com.macromedia.FlashPlayer-10.6.plugin
    0x26258f30 unregister_ShockwaveFlash + 58656
    7   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 18:: BackgroundThread
    0   libsystem_kernel.dylib   
    0x985258e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9065f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x906e5089 pthread_cond_wait$UNIX2003 + 71
    3   com.macromedia.FlashPlayer-10.6.plugin
    0x26258bec unregister_ShockwaveFlash + 57820
    4   com.macromedia.FlashPlayer-10.6.plugin
    0x25da6473 0x25d8a000 + 115827
    5   com.macromedia.FlashPlayer-10.6.plugin
    0x26258d94 unregister_ShockwaveFlash + 58244
    6   com.macromedia.FlashPlayer-10.6.plugin
    0x26258f30 unregister_ShockwaveFlash + 58656
    7   libsystem_c.dylib        
    0x9065a5b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x90644dce thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x7a65b918  ebx: 0x90299705  ecx: 0x904c43b3  edx: 0x24111020
      edi: 0x274af3e0  esi: 0x275d1020  ebp: 0xbff36fd8  esp: 0xbff36f24
       ss: 0x00000023  efl: 0x00210202  eip: 0x98531a94   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0xb78f3468
    Logical CPU: 2
    Binary Images:
       0xc8000 -
    0xc8fff +com.adobe.Acrobat.Pro (11.0.04 - 11.0.04) <9B19B497-B399-3889-9550-EE2FAAD48322> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
       0xcf000 -  0x206cff3 +com.adobe.Acrobat.framework (11.0.04 - 11.0.04) <BCAF7610-4044-35E5-9F25-7BA5112FDAE6> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
    0x2204000 -  0x2356fe7 +com.adobe.ACE (AdobeACE 2.20.02.1 - 2.20.02.1) <711209D4-FBA8-37AE-9B21-E7F7EAE52A36> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x2364000 -  0x2939ff7 +com.adobe.AGM (AdobeAGM 4.28.134.1 - 4.28.134.1) <4EE50823-6517-3CEE-8154-05D8AE487BE8> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x29a5000 -  0x29c3ff3 +com.adobe.BIB (AdobeBIB 1.2.03.1 - 1.2.03.1) <21A36908-3031-35AF-A74B-ECC65BEAEC9F> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x29ca000 -  0x2cc7ffb +com.adobe.CoolType (AdobeCoolType 5.11.134.1 - 5.11.134.1) <92DB0A4F-CC27-3B6A-B525-E5FE29A4193C> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x2cf9000 -  0x2e18ffb  com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x2ec9000 -  0x2ee2ff7  com.apple.ScriptingBridge (1.3 - 61.2) <EA8E061C-B692-319B-8D98-16B50895F800> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x2ef1000 -  0x3b86ff3  com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x430d000 -  0x430dff7  libffi.dylib (18) <362F6C27-6407-388E-9521-8A2A0845188C> /usr/lib/libffi.dylib
    0x559c000 -  0x55a9ff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x6ef4000 -  0x6ef6ffb +atmo.mac.macho.tesselate.bundle (AdobeTesselate version 0.0 - 1.0) <AEE3E276-7758-38C6-9D1E-4CEFF31310A6> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeTesselate.x3d/Ad obeTesselate
    0x710a000 -  0x71c8ff3  ColorSyncDeprecated.dylib (400) <A959DD25-E448-3563-B74E-E58C69961C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x922a000 -  0x92c1fff  com.apple.carbonframeworktemplate (Adobe2D version 8.0 - 1.0) <27BEBA1D-4FD5-3880-8D1E-B9C253D300EA> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/Adobe2D.x3d/Adobe2D
    0x933f000 -  0x9365ff7 +atmo.mac.macho.gl.bundle (AdobeOpenGL version 0.0 - 1.0) <EDE517E7-E271-3DD8-A64D-C45F82152725> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeOpenGL.x3d/Adobe OpenGL
    0x9373000 -  0x93c4ffb +atmo.mac.macho.3dif.bundle (AdobeU3D version 0.0 - 1.0) <2B92A93D-4653-3C7B-82C7-909C852D0648> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeU3D.x3d/AdobeU3D
    0x93e8000 -  0x9450ffa +AcroSQLite (1) <8667FF2C-186C-33E6-96FD-ECED266933F1> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AcroSQLite.framework/Versions/A/AcroSQLite
    0x94f6000 -  0x95dbff7 +com.adobe.amtlib (amtlib 6.2.0.42 - 6.2.0.42) <979ED254-104A-0377-8FC4-E878DA48F523> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/amtlib.framework/amtlib
    0xbecc000 -  0xbef2ffb +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <DE33E3BF-669D-3851-8C16-CA1CFCDA315A> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0xdf3a000 -  0xdf90ffb +com.adobe.AdobeXMPCore (Adobe XMP Core 5.4 -c 5 - 78.147326) <82EFE343-F643-34AD-94FA-293E338F1F9C> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0xe072000 -  0xe2acffb +com.adobe.AcrobatPlugin.EScript (11.0.04 - 11.0.04) <EFA64A5B-FFD0-3355-86B1-A5CF4B4E53E4> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/EScript.acroplugin/Contents/MacOS/EScript
    0xe3ea000 -  0xe3f2ffd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0xe3fe000 -  0xe3ffff5 +cl_kernels (???) <67CD7E71-DE36-490A-B979-A28FAC08B077> cl_kernels
    0xe404000 -  0xe404ff0 +cl_kernels (???) <B08B05FC-E7F5-4B15-99BA-4D711E0161A5> cl_kernels
    0xe408000 -  0xe408ff6 +cl_kernels (???) <1A40712C-1CD6-46CA-8A2B-0ECDB0706C8B> cl_kernels
    0xe40c000 -  0xe40cff0 +cl_kernels (???) <B08B05FC-E7F5-4B15-99BA-4D711E0161A5> cl_kernels
    0xe40e000 -  0xe4a0fff  unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
    0xe4ba000 -  0xe4bbff1 +cl_kernels (???) <941E903F-B508-4170-BC34-C89F0A942409> cl_kernels
    0xe4bf000 -  0xe4bffff +cl_kernels (???) <6476739C-01F5-4A5D-8221-7FE017EE7AC0> cl_kernels
    0xe4c5000 -  0xe4c5ffd +cl_kernels (???) <368515AC-86EA-4F8E-B8BC-2C49D0E95508> cl_kernels
    0xe4c9000 -  0xe4c9ffb +cl_kernels (???) <55A7D18B-D185-40D3-A27B-1EB3BB123631> cl_kernels
    0xe4cd000 -  0xe4cdffb +cl_kernels (???) <D8D0A025-FAFA-44B1-89C5-4406C1DFD49F> cl_kernels
    0xe4d1000 -  0xe4d1ffb +cl_kernels (???) <566E3BE3-9C3D-4805-8FAF-2BFB88AD9A81> cl_kernels
    0xe4e6000 -  0xe4e7ff1 +cl_kernels (???) <A3F237BE-5272-4659-A2DE-A2BBBE098A78> cl_kernels
    0xe4ec000 -  0xe4ecff9 +cl_kernels (???) <D045422B-902B-4394-8ED8-21F436712B46> cl_kernels
    0xe4fb000 -  0xe4fbff5 +cl_kernels (???) <64C3ADAF-F782-42D5-8449-45D1D7D814D1> cl_kernels
    0xe502000 -  0xe503ff9 +cl_kernels (???) <F9C19ED7-CA7F-4C02-B4BB-EDFAC61FB66D> cl_kernels
    0xe797000 -  0xe826fff  unorm8_rgba.dylib (2.2.16) <0045BE37-9C14-3C10-84DB-D95481C6E754> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
    0xea69000 -  0xea8dfff  com.apple.security.csparser (3.0 - 55179.13) <3CB62C6D-EFDC-34AB-B3FA-59CCCF7832D3> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/cspa rser
    0xeb37000 -  0xeb3bfff  com.apple.IOAccelerator (74.15 - 74.15) <68DE37F8-AFB1-327D-A045-EA8096396F4F> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0xeb73000 -  0xeb7dfff  libGPUSupportMercury.dylib (8.10.1) <293FD657-6229-354B-A1B4-7FFC23F0A61F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport Mercury.dylib
    0x10b26000 - 0x10b51ff7  GLRendererFloat (8.10.1) <18713434-312C-3B45-B3CE-B618DA3C8D09> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x10b5a000 - 0x10b5ffff  com.apple.audio.AppleHDAHALPlugIn (2.4.7 - 2.4.7fc4) <E76A669B-0A88-32B1-88F3-75D7DE065956> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x1741b000 - 0x17666fff +com.adobe.framework.adobe3d (8.0 - 1.0) <33767B5B-917C-32E8-998C-424965418F3F> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Adobe3D
    0x17d42000 - 0x17dfeff3 +com.adobe.AdobeExtendScript (ExtendScript 4.6.1 - 4.6.1.21186) <99830360-AC20-3874-A80C-DDA66DBC4C7D> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x17e45000 - 0x17ee7fff +com.adobe.AdobeScCore (ScCore 4.6.1 - 4.6.1.21186) <41C64BF2-139D-3EF6-BB97-D0B58B7B6B63> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x17fe5000 - 0x18006fff +atmo.mac.macho.zbuffer.bundle (AdobeZBuffer version 0.0 - 1.0) <BA6C0D3F-571A-3FBF-B949-A13311AE9B3B> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeZBuffer.x3d/Adob eZBuffer
    0x1a088000 - 0x1a21cffb  GLEngine (8.10.1) <8A61333B-95FF-34C4-8D4F-73A592F98FEC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1a253000 - 0x1a3d4fff  libGLProgrammability.dylib (8.10.1) <3DE23C07-D1D8-3647-8185-6C5A0113669F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x1a406000 - 0x1a853ff3  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.16.74 - 8.1.6) <D26699AC-5D24-3225-B3AB-FEE17185F066> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD4000GraphicsGLDriver
    0x1afc5000 - 0x1b064ffb +com.adobe.AcrobatPlugin.PDDom (11.0.04 - 11.0.04) <2D3ED12E-CA57-3D05-88BC-D4DF8EC35A24> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/PDDom.acroplugin/Contents/MacOS/PDDom
    0x1b2f1000 - 0x1b312ff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.21186 - 3.7.101.21186) <D65C0C81-572E-3DCB-A1CF-BC5BF2D59500> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x1b3b7000 - 0x1b3e7ff7 +com.adobe.AcrobatPlugin.Updater (11.0.04 - 11.0.04) <9F08F71F-2A4B-3483-83AB-53F424766532> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/Updater.acroplugin/Contents/MacOS/Updater
    0x1c4b0000 - 0x1d54bfe7 +com.macromedia.FlashPlayer-10.6.plugin (11.4.400.169 - 11.4.400.169) <BE0F2B02-9CE9-0B5B-13D4-0DDF169B2D07> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/FlashPlayer.plugin/Contents/MacOS/FlashPlayer-10.6
    0x21727000 - 0x21eb6fff +com.adobe.AcrobatPlugin.Comments (11.0.04 - 11.0.04) <0CB85BDA-86FD-39C1-A19F-815921F10880> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/Comments.acroplugin/Contents/MacOS/Comments
    0x25025000 - 0x255e4ff7 +atmo.mac.macho.prcr.bundle (AdobeU3D version 0.0 - 1.0) <26E4BD10-ABDC-336F-AE84-D9F6F1213D2C> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobePRC.x3d/AdobePRC
    0x25d8a000 - 0x273f8ffb +com.macromedia.FlashPlayer-10.6.plugin (11.9.900.117 - 11.9.900.117) <4D41E8B5-94B8-09CA-4BAE-3AA9840050E6> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlayer-10.6
    0x70000000 - 0x7015eff7  com.apple.audio.units.Components (1.9.1 - 1.9.1) <E43A867A-92FF-36C2-A803-7A5885F91536> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fec7000 - 0x8fef9e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90007fff  com.apple.vecLib (3.8 - vecLib 3.8) <2D2064EB-FDD5-38AB-B722-4AFA4C6EE0C9> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90008000 - 0x9000affd  libCVMSPluginSupport.dylib (8.10.1) <F7CD59FE-314A-366E-9A27-CE5BD1D438BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x9000d000 - 0x90105ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x90106000 - 0x90112ff7  com.apple.NetAuth (4.0 - 4.0) <52D23F12-0718-341D-B9DF-16C814022250> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90113000 - 0x90162ff6  libTIFF.dylib (851) <CC0B94FF-DE56-3CE4-AF93-BCA00C03924B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90163000 - 0x9016effb  com.apple.DirectoryService.Framework (10.8 - 151.10) <ABC37C4F-4B9E-327D-90C0-1682526371F4> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x9016f000 - 0x901c6ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x901c7000 - 0x901c8ffd  libunc.dylib (25) <5E1EEE9E-3423-33D7-95B2-E4D17DD08C18> /usr/lib/system/libunc.dylib
    0x901c9000 - 0x901e6fff  libCRFSuite.dylib (33) <8E6E8815-406E-3A89-B96E-908FEFC27F0A> /usr/lib/libCRFSuite.dylib
    0x901e7000 - 0x90204fff  libxpc.dylib (140.43) <C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib
    0x90205000 - 0x90525ff3  com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90526000 - 0x90526ffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
    0x90527000 - 0x9053dfff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9053e000 - 0x90567ff7  libRIP.A.dylib (333.1) <E54E8576-5D00-3FCC-B512-9C42F4093507> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x90568000 - 0x905a8fff  com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x905a9000 - 0x905b7ff3  libsystem_network.dylib (77.10) <11CAF6A8-17CF-3178-9348-57C5ED494BA8> /usr/lib/system/libsystem_network.dylib
    0x905b8000 - 0x905dcfff  libJPEG.dylib (851) <2425AE18-C181-3371-922F-4A09C1AC71CD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9060e000 - 0x90643ff7  com.apple.framework.internetaccounts (2.1 - 210) <553BF1E7-B26F-3BE7-BAA9-D80E53E73B0D> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
    0x90644000 - 0x90701ffb  libsystem_c.dylib (825.40.1) <A5C0B70C-5F14-3BF8-AA5B-B22E7B12A4AE> /usr/lib/system/libsystem_c.dylib
    0x90702000 - 0x90714ff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x90715000 - 0x90722ff7  com.apple.AppleFSCompression (49 - 1.0) <9A066D13-6E85-36FC-8B58-FD46E51751CE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x90723000 - 0x907f9fff  com.apple.DiscRecording (7.0 - 7000.2.4) <DE1EF7D3-018A-3501-B3E7-7497D7D2D69E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x907fa000 - 0x90907ff3  com.apple.ImageIO.framework (3.2.2 - 851) <36EEBDDC-0619-327E-826F-4413217C9D21> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x90908000 - 0x90909fff  libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
    0x9090a000 - 0x90952ff5  com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90953000 - 0x909e5ffb  libvMisc.dylib (380.10) <D9567F48-ED35-3362-B769-50916D30C601> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x909e6000 - 0x909fbfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x909ff000 - 0x90a0fff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <C6076983-A02E-389E-BFC6-008EECC4C896> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x90a10000 - 0x90a13ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x90a14000 - 0x90a8fff3  com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x90aa1000 - 0x90abafff  com.apple.Kerberos (2.0 - 1) <8413EDD3-7E01-3D47-83FD-C14A5235DCD2> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90abb000 - 0x90c14ffb  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <461C4CCD-5F52-3D2F-AE22-D0CA7EF3F01A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90c15000 - 0x90d20ff7  libJP2.dylib (851) <0D40428F-B7BE-307B-BEDB-256A7FED9804> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x90d21000 - 0x90d68ff7  com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x90d6c000 - 0x90d73ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x90d74000 - 0x90e14ff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x90e15000 - 0x90e1dfff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x90e1e000 - 0x90e1effe  com.apple.AOSMigrate (1.0 - 1) <862E23D4-A796-3D0C-89E6-0D026E777EC7> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x90e5c000 - 0x90f5aff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x90f5b000 - 0x9100aff7  com.apple.CoreText (260.0 - 275.17) <433387A6-69C1-32A5-9B61-9E2F6A5F9040> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x9100b000 - 0x910a6fff  com.apple.CoreSymbolication (3.0 - 117) <9ECC6770-6FBB-36B3-A4EE-0B60875019A9> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x910a7000 - 0x910b3ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x910b4000 - 0x91139ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E947DC1-7985-3111-A864-58EDD6D955DC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x9113a000 - 0x9117cfff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x91189000 - 0x911b8ff7  com.apple.securityinterface (6.0 - 55024.4) <899AA76C-7783-311F-93B3-AF165DBA951D> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x911b9000 - 0x911c0ffe  com.apple.agl (3.2.1 - AGL-3.2.1) <6C89F8BB-62B7-302F-ACF4-0123CEE60378> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x911c1000 - 0x91200ff7  com.apple.bom (12.0 - 192) <D245FA22-3B6C-3872-B485-BE84AD9098B2> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91201000 - 0x9120dffe  libkxld.dylib (2050.48.12) <44C8E278-D8CA-3CF4-B3F4-0299654EB341> /usr/lib/system/libkxld.dylib
    0x9120e000 - 0x9120efff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9125b000 - 0x9125cfff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9125d000 - 0x912f4ff7  com.apple.ink.framework (10.8.2 - 150) <A9C3B735-7D5F-3D7D-AA70-2CC852D09CDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x912f5000 - 0x912f7fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x912f8000 - 0x9132dff5  libssl.0.9.8.dylib (47.2) <A0802BCF-121C-39C8-8712-B8E90ABDF502> /usr/lib/libssl.0.9.8.dylib
    0x9132e000 - 0x91335fff  libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
    0x913d8000 - 0x913d8fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <E54083A7-7467-3C3C-B30F-EE14C8D781A1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x913d9000 - 0x91420ff3  com.apple.CoreMedia (1.0 - 926.106) <B1999B3E-F0D3-34CB-A2E7-08CE45B744D9> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x91532000 - 0x91576ff7  libGLU.dylib (8.10.1) <5520818E-F290-3942-80B8-370CF9C9B54C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9157b000 - 0x9159bffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x9159c000 - 0x915a7fff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
    0x915a8000 - 0x915d5ffb  com.apple.CoreServicesInternal (154.3 - 154.3) <A452602B-67CB-39C4-95EB-E59433C65774> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x915d6000 - 0x91602ff7  libsystem_info.dylib (406.17) <2731CC70-DF2E-3BD1-AE73-A3B83C531756> /usr/lib/system/libsystem_info.dylib
    0x91603000 - 0x91604fff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
    0x91605000 - 0x9166bffc  com.apple.ISSupport (1.9.8 - 56) <B9F397ED-4F1F-3264-869E-F055EB87C3B8> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9166c000 - 0x9166cfff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x923a6000 - 0x923b0fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <774CDB2F-34A1-347A-B302-4746D256E921> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x923b1000 - 0x92465fff  com.apple.coreui (2.0 - 181.1) <6BEEE83E-C878-3FE6-B521-8B32B3A35409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92466000 - 0x9248ffff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x92490000 - 0x9270cff7  com.apple.QuickTime (7.7.1 - 2599.41) <D01684A3-7360-3CE7-B886-DDFDE1BAEA78> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9270d000 - 0x92716ffe  com.apple.aps.framework (3.0 - 3.0) <26A02202-9CCA-37A5-AD26-234F55D51471> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x9274b000 - 0x927a5fff  com.apple.Symbolication (1.3 - 93) <D327EEFF-F2F5-39C4-B1EC-32E259DC04F1> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x927a6000 - 0x92822ff3  com.apple.Metadata (10.7.0 - 707.12) <D9221655-56FE-332C-82FF-0CA7EDD521C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x92823000 - 0x92848ffb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x92849000 - 0x9284dff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x9284e000 - 0x92865ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <B3045889-76D6-3D13-84FD-5ECBAC74A41B> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x92866000 - 0x93422ff3  com.apple.AppKit (6.8 - 1187.40) <94E92235-7AD9-37EF-9B7C-B79074762370> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9349d000 - 0x93615ff5  com.apple.QuartzCore (1.8 - 304.3) <F2EFC117-CDC6-3252-A4A8-880965764385> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93616000 - 0x9361dff3  com.apple.NetFS (5.0 - 4.0) <FD429432-6DA7-3B41-9889-0E8B4ECB8A4F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9361e000 - 0x9361efff  com.apple.Cocoa (6.7 - 19) <01AA482A-677A-31CA-9EC9-05C57FDDE427> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9361f000 - 0x93661ff7  libcups.2.dylib (327.7) <6FAC537D-7EC3-3E82-B6E8-F87DE07546B5> /usr/lib/libcups.2.dylib
    0x93662000 - 0x9394efff  com.apple.AOSKit (1.051 - 152.4) <31156351-70C4-381A-810D-8E5A937EF95C> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x9394f000 - 0x93974ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <BBB53E4F-BCBA-3461-875F-8FA8E9157261> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x939ab000 - 0x93d23ff7  com.apple.FinderKit (1.1.3 - 1.1.3) <46081F67-B69E-3955-94A2-F5782AF2ED0F> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x93d24000 - 0x93d5bffa  com.apple.LDAPFramework (2.4.28 - 194.5) <F05946C0-D3BE-379A-A00E-D2BA6B4EE48D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93d5c000 - 0x93d7aff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x93d7b000 - 0x93d8bff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
    0x93d8c000 - 0x93da3fff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x94622000 - 0x94624fff  com.apple.securityhi (4.0 - 55002) <15E9B9BC-108F-3416-A0A7-A321A85081F7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x94625000 - 0x946e3ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <B534DE6A-3AF0-307C-B274-A4FCFC5BC696> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x946e4000 - 0x9471ffef  libGLImage.dylib (8.10.1) <E29ED217-09B3-3436-A961-B6F8EBAA7BED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x94720000 - 0x94723ff9  libCGXType.A.dylib (333.1) <FD300AD5-3599-39BE-98AE-2BE8171CC7D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x94724000 - 0x9478cff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <230C6EEC-A926-3720-82DB-25D0FAAEF962> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9478d000 - 0x947dbffb  libFontRegistry.dylib (100) <97D8F15F-F072-3AF0-8EF8-50C41781951C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x9481c000 - 0x94c5eff7  com.apple.CoreGraphics (1.600.0 - 333.1) <76C4858B-AD0A-3165-A65D-64729D6F186C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x94c5f000 - 0x94c92ff3  com.apple.GSS (3.0 - 2.0) <EFFA5947-B6BA-3171-B667-9CCB17E0FF2A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x94c93000 - 0x94df0ffb  com.apple.QTKit (7.7.1 - 2599.41) <9514F791-9ED4-3C00-84F7-D87B5FB254FF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x94df1000 - 0x95298ffb  com.apple.CoreAUC (6.22.03 - 6.22.03) <054DADA8-A077-3BF0-8BEA-C568E7360E75> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x95299000 - 0x95422ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x95423000 - 0x95514ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x95515000 - 0x9551ffff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x95520000 - 0x95523ffc  libCoreVMClient.dylib (32.5) <CA150AC5-F98C-3F96-8B11-715B75A89C80> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x95524000 - 0x95524fff  com.apple.CoreServices (57 - 57) <83B793A6-720D-31F6-A76A-89EBB2644346> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95525000 - 0x9553effb  com.apple.frameworks.preferencepanes (15.1 - 15.1) <D788C8BE-5A13-3EA3-93FA-9B5CEEFE249B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x9553f000 - 0x9553fffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <CFAAB1B1-DBC7-3FF1-97BA-065C6620360D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95540000 - 0x95546ffc  libCGXCoreImage.A.dylib (333.1) <E25608A8-0D92-3C63-9F0A-38C8BCEC19F1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x95547000 - 0x957e1ff7  com.apple.AddressBook.framework (7.1 - 1170) <9A7DDF7F-5081-3708-8965-E564953EEE39> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x957e2000 - 0x957e6fff  com.apple.OpenDirectory (10.8 - 151.10) <E3D2E1A4-6E55-3C23-BCB4-7B9D31EFD605> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x957e7000 - 0x957edfff  com.apple.print.framework.Print (8.0 - 258) <3E10C488-C390-33BD-8A4F-568E3021811D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x957ee000 - 0x95c0bfff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x95c0c000 - 0x95c66ff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x95c67000 - 0x95c76fff  libGL.dylib (8.10.1) <74BE67B7-9EA0-3F16-B43B-48CB92C9ED27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95c79000 - 0x95ed2ff5  com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95ed3000 - 0x95fefffb  com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x95ff0000 - 0x96002fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x96003000 - 0x9602eff9  com.apple.framework.Apple80211 (8.5 - 850.252) <74845A5A-3660-3B50-BDB3-334275E0B461> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x9602f000 - 0x96044fff  com.apple.ImageCapture (8.0 - 8.0) <F681CA5B-2871-32CF-8E9F-9220EB387407> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x9604a000 - 0x96096fff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x96

    . . . moving to a better forum.
    Acrobat and Reader do not yet fully support Retina (http://helpx.adobe.com/acrobat/kb/hi-dpi-retina-display-support.html). However, the product should not crash, so perhaps someone here has an idea.
    hth,
    Ben

  • IS IT POSSIBLE TO PLACE AN EMBEDED VIDEO IN I WEB. LIKE FROM YOUTUBE

    CAN YOU EMBED YOU TUBE VIDEOS INTO IWEB? IF SO HOW?
    THANKS -JAMIE

    Yes, it is. At YouTube or Google Video you will be given the HTML snippet for your video. You must take this code snippet and insert it into the HTML file for your iWeb page. Here are some basic steps...
    1. Decide where you want your video and know exactly what dimensions you need (you should see the width and height in the code snippet)
    2. Insert a text box onto your iWeb page and adjust its size to exactly your dimensions.
    3. Type in some uniquely identifiable text like, "VIDEOHERE" 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 TextEdit (don't forget to change the "open and sav" preferences to ignore rich text format)
    6. Scroll through the html file and locate your placeholder text, e.g. "VIDEOHERE".
    7. Replace the placeholder text with your html code and SAVE your page. (JUST SAVE, not save as...)
    That's it. You should see your video show up in Safari exactly where you placed the text box in iWeb.
    Examples:
    http://web.mac.com/jwtseng/iWeb/kate/MyWorld/6C457884-51D7-4643-9DA8-AB149E6B544 F.html
    http://web.mac.com/jwtseng/iWeb/kate/MyWorld/24937660-2AE2-41D1-A81C-D12B99AC23E 7.html
    http://funhouse.dirtdoog.com <== click on the baby with the bag
    A few tips to help you find the correct file to edit... Example... if your page is named "movie" then the file you will want to find is called movie.html. All of your iWeb files live inside the sitefolder which is on your iDisk in the /Web/Sites/iWeb/ folder (assuming you are publishing to .Mac).
    Keep in mind also, that since iWeb knows nothing about your editing activities, it will overwrite your changes anytime the page is republished by iWeb. You may want to get familiar with free programs like MassReplaceIt that will save your editing activity and enable you to redo them with the click of the mouse. http://www.hexmonkeysoftware.com/
    Programs like iWebEnhancer basically do the same thing without making you look through your HTML files. But I don't think iWebEnhancer is free.

  • Embedded video in keynote on iPad. Video plays but no sound?

    I am trying to use a presentation on Keynote with an embedded video.  The video plays buy no sound?

    Try here:
    http://arstechnica.com/guides/tweaks/ipod-video.ars/5
    Some of the programs that will convert with audio:
    QuickTime Pro
    ImToo
    VirtualDub
    Nero 6+

  • Embedding video player

    I found a video at youtube I want to add to my web site. I see at youtube you can add an embedded video player and I was wondering if anyone had tried this yet with iWeb and what sort of result you had.

    Most of these types of things require you to insert some HTML into your page, which iWeb doesn't allow. However, after you publish the page, you should be able to look through the file to determine where you need to add the code for the YouTube media player.

  • Embedded video problem

    I'm having trouble with both Safari and Firefox playing embedded, non-quicktime content. YouTube has become useless as all that comes up is a Quicktime logo with a question mark over it. I have the latest registered version of Quicktime and the latest free version of Adober Flash Player. I installed Flash and everything worked in Firefox, then when I opened the program later after quitting I got the same Q and ? on all embedded video pages I loaded. I'm near the point of throwing my iMac across the room. Any help would be greatly appreciated.

    If I've done this once, I've done it 50 times, and still no QT in Safari...! Am completely stumped. Have latest QT, Flash Player, and OS X 10.4.10, and have followed all the hints given on this topic, and still no QT video. Sound works fine, and videos play fine in Firefox, by the way.

  • My iweb program won't open.

    My iweb program won't open. I tried to open a previous html page created by it, now when I start the program it reverts to the last attempted function, informs me it can't open the html file and then shuts down when I click on "OK". Any suggestions?

    iWeb cannot open previously published html files.  It works with the domain.sites2 file that is located by default in your Users/Home/Library/Application Support/iWeb folder. 
    If you don't have a domain file that contains the site/page that you want to edit you'll have to rebuild it from scratch.  However, Chapter 2.3 on the iWeb FAQ.org site has tips on using some of the existing files, image, audio, video, etc., from the published site in the recreation of the site.

  • Embedded VIdeo Play Issue in Firefox

    Hi peeps.
    My OS is Win7 Home Basic 64-bit. I can't play any embedded video in Firefox, but I can in Chrome and IE. The video screen just goes black with circle loading stopped in motion. The tab isn't frozen or not responsive, simply the video wouldn't load. The only solution I have is uninstall both Firefox and Adobe Flash Player and reinstall both. After that I can play embedded video (like in Youtube, DailyMotion, etc). Even if I close and reopen Firefox, I can still play them.
    But whenever I restarted my laptop, I'm back to square one. Unless I reinstall both Firefox and Adobe Flash Player, I can't play any embedded video again in Firefox. I have tried disabling protected mode in Firefox (when I could play the video in Firefox, I have unchecked the Hardware Acceleration-whatever). Already tried Firefox Safe Mode (Shift+Click on Firefox) but same problem. I have tried installing Firefox v24, 27, 28. Adobe Flash Player is the latest version 12.0.0.77.
    I don't have any conflicting extensions or plugins. The other plugins I have installed are Adobe Acrobat 11.0.6.70, Google Update 1.3.22.5, Yahoo Application State Plugin 1.0.0.7 (I can say for sure Yahoo plugin isn't the root of this problem since I have experienced this problem way before I have YM installed). The other extensions I have are Greasemonkey 1.15 (same with Yahoo plugin, I have experienced this problem before I added Greasemonkey to Firefox) and IDM C.C. 7.3.68.
    My guess is the problem is related with IDM. Iirc, before I have IDM installed, I could play embedded video in Firefox. But it's strange, since my netbook (this Firefox problem is in my laptop with win7 Home Basic) with XP SP3 can play embedded video in Firefox with IDM installed. Actually, I never had any problem regarding playing embedded video in my netbook.

    Which security software (firewall, anti-virus) do you have?
    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test to see if this helps.
    You can use the MSConfig program or the Autoruns utility to see which software and services are getting started (be cautious with disabling services).
    *http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx
    If you have software like Advanced SystemCare that might reset some files to older versions to protect these files against changes then check the settings or uninstall this software.

  • Embedded videos won't play on any browser (youtube will, though)

    Hi all, I'm at my wits end.  I have a fairly new computer running Windows 7 64 bit OS.   The problem is with non-Youtube embedded videos.  Flash has been playing them only on IE up until today, now it won't work in any browser (including Chrome).  (Youtube seems to work fine, embedded or not)  As an example, when looking at Facebook, any embedded Youtube video plays just fine, but all other videos only give me the black rectangle of doom.  I've just spent three hours following all the instructions here:  I've uninstalled, reinstalled, deleted the registry key in these instructions.   I've disabled ad blocking and turned off my only antivirus program (Microsoft Security Essentials).  I've tried downloading Flash Player using every browser and both 32 and 64 bit versions of the browsers.  Nothing makes the embedded videos play.  The Flash version I have is 11.6.602.171 and the little movie with the ball going by the screen shows fine, and the correct OS is showing.  I'm baffled and out of ideas.  Thanks for any help!

    There must be some other people who have encountered this same problem.
    Embedded YouTube videos not working: Apple Support Communities
    Safari suddenly stopped playing...: Apple Support Communities
    Safari stop playing embedded youtube...: Apple Support Communities

  • Embedding videos on webpage

    I need a sure-fire way to embed or insert a video on a webpage. The way it is now, some people can open some videos. Others, nothing. I was told flash or streaming was the way to go. But I don't know how.
    Anyone????
    Thanks,
    Granny

    That's fine - no need to apologise! In my post to you, I mainly apologised for leap frogging yours because I wanted your question to move back to the forefront (even though I was only quoting your question). Hope that makes sense!
    As to your question, I really don't know the answer. It might be best to ask the question in the MobileMe forum - select the forum dealing with the Gallery. I did a quick search on "embed" in the Gallery forum, but this didn't bring up much of value unfortunately.
    If you can't get an answer readily, you could look at inserting the video directly in the website, providing the site allows that. I've done this with Facebook and my iWeb site. Another alternative would be to quote the URL for your Gallery video in the website, but this opens up all the videos in your Gallery for others to see, which you may not want. You can, of course, adjust your settings in MobileMe to hide the other videos, but then nobody can get to those other videos - kinda defeats the purpose of the Gallery!
    Hopefully, if AppleMan1958 is about he may be able to offer a solution. I know he's had experience in embedding videos, particularly YouTube videos.
    Hope this helps in some way!
    John

Maybe you are looking for

  • Parsing Issue at Universe Level

    Dear All, I am a BO Consultant, for the past few months we (our report developing team) were trying to create new objects at the Universe level (based on requirement) so that we can use the same in the report level, but unfortunately we failed to do

  • LP8 Sample Editor Bug

    Selecting a section of audio (say in the middle) and turning on cycle should play the selection from the start and end points selected. Instead it continues past the end point without cycling, playing the entire wave to the end and then cycles back t

  • For each and for all functions,personal conection

    Hi I have a questions like can i use for each function footer in the report. do i export personal connection into repositary if it possible any difference. How running sum will claculate in the report. Please any body clarify me Regards, Madhu

  • H264 footage is pixelating on playback

    Hi Im trying to edit some .mov H264 footage in premioere CS5 but playback in Premiere is always very pixelated. I had to convert the footage using mpeg stream so the footage would work with my pc but playback in Quicktime is fine. Also when I export

  • 2 songs I purchased end before the full time what do I do?

    I purchased 2 song from itunes. One song is 9 minutes long and ends after 5:69 minutes. Another song purchased in 7:02 long and plays only 1:47 minutes. How can I get this corrected?