Streaming radio through Safari via Windows Media?

I am trying again and again to try and get some streaming internet radio (non itunes stations) on my system at work, and have no luck.
I am using Safari and have the latest version of Windows Media Player for Macs installed. Yet, everytime it tries to load I am given this message :
The page “------” has content of MIME type “application/x-mplayer2”, but you don’t have a plug-in installed for this MIME type. A plug-in should be available on this page:
it leads me to the Windows Media page and no plug-in seems to exist.
Is there an application I could use to direct any internet radio streams through iTunes? or any other methods I could use to listen to the radio?
any and all help would be greatly appreciated. thanks

Hi, jason, welcome to Apple's user-to-user discussion forums.
As Jim said, there are some WMP formats (codecs) that are not supported in WMP/Mac, which was last updated three years ago. This is especially true for any Windows media with current Microsoft digital rights management which Microsoft has said will never be available for the Macintosh.
There can be problems even with formats WMP/Mac supports. Bad coding can be one of the problems. Microsoft says that WMP/Mac, for example, will often reject a poorly coded asx file while the same file would be played by WMP/Win. And playing Windows media can be inconsistent. I have seen cases in which a file would play on a computer one day and not the next, or one one Mac but not the next.
As Microsoft is no longer developing WMP/Mac, they are recommending the now free Flip4Mac plugin and player. This plugin is supposed to play Windows streams through Quicktime, but it does not work consistently so I and some others have disabled it for streams which can be done in the preference pane that is added to System Preferences. Other users have had not problems using Flip4Mac for streams. I still use the desktop Flip4Mac viewer which has not caused me any problems.

Similar Messages

  • Any ideas why a film I have  converted to mp4 format, that plays with sound through my PC windows media file- only has a picture but no sound when transferred to my ipod touch via the Itunes?

    Any ideas why a film I have  converted to mp4 format, that plays with sound through my PC windows media file- only has a picture but no sound when transferred to my ipod touch via the Itunes?

    See:
    iTunes: May be unable to transfer videos to iPhone, iPad, or iPod
    iTunes: Frequently asked questions about viewing and syncing videos

  • Recently we changed our Lynksys router to an Airport Extreme and now my MacBook Pro running 10.6.8 will not stream radio through Itunes without constantly rebuffering. Any ideas?

    Recently we changed our Lynksys router to an Airport Extreme and now my MacBook Pro running 10.6.8 will not stream radio through Itunes without constantly rebuffering. Any ideas?

    Recently we changed our Lynksys router to an Airport Extreme and now my MacBook Pro running 10.6.8 will not stream radio through Itunes without constantly rebuffering. Any ideas?

  • Safari and Windows Media Plug-in

    Can someone explain how I might get this radio station to play? When I try I get the error: "Cannot open the file. Verify the path and file name are correct and try again."
    CBC Radio Victoria Streaming Windows Media:
    http://www.cbc.ca/listen/streams/r1victoria32.html
    I have the latest versions of Windows Media Player 9 and Safari.

    I also get that error message from time to time.
    From what I understand, Windows media has some kind
    of proprietary licensing system that grants the WM
    Player permission to only play certain licensed
    files. Unfortunately, Windows Media Player 9 for Mac
    OS X only supports version 1 licenses. This means
    that, as mac users, we are only allowed to play some
    protected files, but not others.
    Check the WMP site FAQ page for further info.
    http://www.microsoft.com/windows/windowsmedia/software
    /Macintosh/osx/faq.aspx?section=TOPISSUES&question=TOP
    ISSUES3#NAME_TOPISSUES
    What I usually do in situations like this is
    Control-Click and choose "View Source" to look at the
    source code, copy the file path of the file I'm
    looking to play-
    The file you're tying to play is-
    http://origin.www.cbc.ca/mrl2/livemedia/cbcr1-victoria
    .asx
    and paste it into the VLC Player:
    http://www.videolan.org/vlc/
    VLC is open source, plays just about anything and is
    free to boot.
    Hope that helps.
    I read your reply with interest since I am getting the same error message when trying to click on Earthlink Video News stories. Efforts to get a solution from Earthlink have been fruitless. Copying the source code and then pasting it into VLC or Windows Media Player have not worked. Video News WILL run using Internet Explorer. There are 3 plugins for WMP that do not show up in Safari:
    video/x-ms-asf-plugin
    application/x-mplayer2
    application/asx
    Unable to locate any of these plugins on Microsoft or Apple websites.
    PowerMac 867 MHz   Mac OS X (10.2.x)  

  • Safari with Windows Media Player cannot use PHP as filename/src/url

    I'm running Windows XP Pro SP2 with Windows Media Player 11
    and Safari 3 public beta. In addition to being the absolute
    slowest browser among MSIE, Firefox, Netscape, and Opera, the
    Safari browser has two annoying WMP defects.
    1) Even with WMP 11 installed, the code below for embedding
    can use either the classid for WMP v6.4 or v7+ but Safari
    (or rather it's plugin) always displays a v6.4 looking UI.
    All other browsers display the media player using the v11 UI
    2) Safari will not download the movie if the "filename" param
    is a web url (e.g. getmovie.php?select=1234 ) rather than the
    precise name of the movie file itself (e.g. "movie.wmv"). The
    other browsers may differ in use of the param name="xxxx", where
    xxxx is "filename" or "src" or "url" or "data" ... but Safari
    will not work using any of these.
    Has anyone successfully embedded a WMP object that uses the
    URL as a PHP page (or other server-side script) ? I have already
    my server-side PHP code that works perfectly for MSIE, Firefox,
    Netscape, and opera. Safari is the only problem browser.
    ------------------------CODE------------
    //Media Player v6.4
    // CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95
    //Media Player v7,9,10,11
    // CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6
    <object id="MediaPlayer"
    classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    type="application/x-oleobject"
    height="300" width="300"
    codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab #Version=6,4,5,715"
    standby="Loading Microsoft Windows Media Player components...">
    <param name="url" value="http://www.yourdomain.com/movie.wmv">
    <!-- For other browsers * Windows Media Player -->
    <!--[if !IE]> <-->
    <object type="application/x-mplayer2" height="300" width="300">
    <param name="filename" value="http://www.yourdomain.com/movie.wmv">
    </object>
    <!--> <![endif]-->
    </object>

    I have run into several issues pointing to what you are describing...
    I fixed my Safari by installing the WMP plugin. I am able to view visualizations embedded into a webpage, one of which I created...I am able to view videos and so on.. Before I installed the plugin, All that would load is a place holder which looked like the old WMP and would not function properly. However this is what is displayed beside the media which is embedded.
    I think that I got the plugin by going to the download page for Safari and looking for plugins. Funny thing was that the plugin that I installed was the one for Firefox on its site that nobody every installs because Firefox gets the plugin if you already have WMP11 installed. Anyway this should solve your problem...with most..
    I have noticed just now that PHP served links or applications which launch in their own window and are protected by PHP script do work but still display a lack of functionality showing the Version 6.4 that you are speaking of. I checked it out using the KDGE Live Stream which opens another window, and displays version 11 properly ( in other browsers ), the link which is served is also protected and will close any media player that tries to play it on its own. It soley depends on the script which is coded into the page or window for the player. I can see this method as useful for a corporation as large and well advertised as ClearChannel Productions, because of the lack of bandwidth and cost to the company. Several sources do this and it winds up being an issue for the website administrator and designers to take care of, or update the script, or the person who has written the plugin, which could be from a number of resource; this particular instance would be the author of the WMP Plugin for Firefox.
    For any other purpose though the plugin I mentioned above should get rid of ( MOST ) of that problem.
    http://www.apple.com/safari/download/plugins.html
    Message was edited by: heath28m
    This is also a good link for sources and coding issues when embedding WMP.. Hope some of this helps..http://www.codingforums.com/showthread.php?t=50666&page=39
    Message was edited by: heath28m

  • Safari and Windows Media Player & pdf

    Since the Beta version, whenever I launch a file that requires Windows Media Player, Safari quits. This also happens when I try and download a pdf file. Any help out there?
    Thanks in advance.

    Maybe you can also tell me why pdf files crash the browser as well. Here is the dump.
    Date/Time: 2007-10-10 13:04:18.971 -0400
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [67]
    Version: 3.0.3 (522.12.1)
    Build Version: 2
    Project Name: WebBrowser
    Source Version: 45221201
    PID: 549
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x000002f0
    Thread 0 Crashed:
    0 com.apple.WebCore 0x95904190 WebCore::NetscapePlugInStreamLoader::isDone() const + 0
    1 com.apple.WebKit 0x9538e820 -[WebBaseNetscapePluginView pluginView:receivedData:] + 272
    2 com.apple.WebKit 0x953984b8 -[WebDataSource(WebInternal) _receivedData:] + 88
    3 com.apple.WebKit 0x953d98d8 WebFrameLoaderClient::committedLoad(WebCore::DocumentLoader*, char const*, int) + 120
    4 com.apple.WebCore 0x95936dec WebCore::DocumentLoader::commitLoad(char const*, int) + 92
    5 com.apple.WebCore 0x9593e920 WebCore::ResourceLoader::didReceiveData(char const*, int, long long, bool) + 80
    6 com.apple.WebCore 0x9593b254 WebCore::MainResourceLoader::didReceiveData(char const*, int, long long, bool) + 52
    7 com.apple.WebCore 0x9591196c -[WebCoreResourceHandleAsDelegate connection:didReceiveData:lengthReceived:] + 156
    8 com.apple.Foundation 0x92c15624 -[NSURLConnection(NSURLConnectionInternal) _sendDidReceiveDataCallback] + 564
    9 com.apple.Foundation 0x92c13ac4 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 488
    10 com.apple.Foundation 0x92c13860 _sendCallbacks + 156
    11 com.apple.CoreFoundation 0x907de4fc __CFRunLoopDoSources0 + 384
    12 com.apple.CoreFoundation 0x907dda2c __CFRunLoopRun + 452
    13 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    14 com.apple.HIToolbox 0x9329bb20 RunCurrentEventLoopInMode + 264
    15 com.apple.HIToolbox 0x9329b1b4 ReceiveNextEventCommon + 380
    16 com.apple.HIToolbox 0x9329b020 BlockUntilNextEventMatchingListInMode + 96
    17 com.apple.AppKit 0x93780ae4 _DPSNextEvent + 384
    18 com.apple.AppKit 0x937807a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    19 com.apple.Safari 0x00006770 0x1000 + 22384
    20 com.apple.AppKit 0x9377ccec -[NSApplication run] + 472
    21 com.apple.AppKit 0x9386d87c NSApplicationMain + 452
    22 com.apple.Safari 0x0000246c 0x1000 + 5228
    23 com.apple.Safari 0x0004f1b0 0x1000 + 319920
    Thread 1:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.unsanity.ape 0xc0002afc _apeinternal + 3300 (icplusplus.c:28)
    3 com.unsanity.ape 0xc0001910 _apeagent + 64 (icplusplus.c:28)
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0a6a8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0b7e8 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f0434 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bea30c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x992f942c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9145763c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x914573dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bea30c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x9381d708 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.CoreFoundation 0x907ec90c CFRunLoopRun + 52
    5 com.apple.QuickTime 0x8fae8f78 QTSNetworkThread_RunThread + 128
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90c014cc MPWaitOnSemaphore + 184
    3 AdobeACE 0x271ee9ec ACETerminate + 19916
    4 AdobeACE 0x271eec38 ACETerminate + 20504
    5 AdobeACE 0x271ee5fc ACETerminate + 18908
    6 ...ple.CoreServices.CarbonCore 0x90bc37b0 PrivateMPEntryPoint + 76
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x900061ec syscall + 12
    1 com.apple.OpenTransport 0x9915c5a0 BSD_waitevent + 44
    2 com.apple.OpenTransport 0x99161360 CarbonSelectThreadFunc + 176
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.OpenTransport 0x9915ce94 CarbonOperationThreadFunc + 80
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 12:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 ...ple.CoreServices.CarbonCore 0x90befdc8 SwitchContexts + 96
    3 ...ple.CoreServices.CarbonCore 0x90be5a30 YieldToThread + 372
    4 ...ple.CoreServices.CarbonCore 0x90befd10 SetThreadState + 192
    5 ...ple.CoreServices.CarbonCore 0x90befc2c SetThreadStateEndCritical + 144
    6 com.adobe.AcrobatPlugin.eBook 0x2bac4aec main + 5780
    7 com.adobe.AcrobatPlugin.eBook 0x2bac4a2c main + 5588
    8 com.adobe.AcrobatPlugin.eBook 0x2bac4994 main + 5436
    9 com.adobe.AcrobatPlugin.eBook 0x2bac4928 main + 5328
    10 com.adobe.AcrobatPlugin.eBook 0x2bac48ac main + 5204
    11 ...ple.CoreServices.CarbonCore 0x90befe6c InvokeThreadEntryUPP + 24
    12 ...ple.CoreServices.CarbonCore 0x90befa8c CooperativeThread + 220
    13 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 13:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001c10 pthreadmutexlock + 472
    2 com.apple.Foundation 0x92bc8a54 -[NSLock lock] + 28
    3 com.adobe.acrobat.pdfviewer 0x0a6794b0 dyldstub_pthread_keycreate + 174401292
    4 com.adobe.acrobat.pdfviewer 0x0a67acf0 dyldstub_pthread_keycreate + 174407500
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 14:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001c10 pthreadmutexlock + 472
    2 com.apple.Foundation 0x92bc8a54 -[NSLock lock] + 28
    3 com.adobe.acrobat.pdfviewer 0x0a679638 dyldstub_pthread_keycreate + 174401684
    4 com.adobe.acrobat.pdfviewer 0x0a67ade8 dyldstub_pthread_keycreate + 174407748
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 15:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001c10 pthreadmutexlock + 472
    2 com.apple.Foundation 0x92bc8a54 -[NSLock lock] + 28
    3 com.adobe.acrobat.pdfviewer 0x0a679584 dyldstub_pthread_keycreate + 174401504
    4 com.adobe.acrobat.pdfviewer 0x0a67acf0 dyldstub_pthread_keycreate + 174407500
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 16:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001c10 pthreadmutexlock + 472
    2 com.apple.Foundation 0x92bc8a54 -[NSLock lock] + 28
    3 com.adobe.acrobat.pdfviewer 0x0a6794b0 dyldstub_pthread_keycreate + 174401292
    4 com.adobe.acrobat.pdfviewer 0x0a67acf0 dyldstub_pthread_keycreate + 174407500
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 17:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001c10 pthreadmutexlock + 472
    2 com.apple.Foundation 0x92bc8a54 -[NSLock lock] + 28
    3 com.adobe.acrobat.pdfviewer 0x0a6794b0 dyldstub_pthread_keycreate + 174401292
    4 com.adobe.acrobat.pdfviewer 0x0a67acf0 dyldstub_pthread_keycreate + 174407500
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 18:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001c10 pthreadmutexlock + 472
    2 com.apple.Foundation 0x92bc8a54 -[NSLock lock] + 28
    3 com.adobe.acrobat.pdfviewer 0x0a6794b0 dyldstub_pthread_keycreate + 174401292
    4 com.adobe.acrobat.pdfviewer 0x0a67acf0 dyldstub_pthread_keycreate + 174407500
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000095904190 srr1: 0x100000000200f030 vrsave: 0x00000000fff00000
    cr: 0x24024448 xer: 0x0000000000000000 lr: 0x000000009537d2c0 ctr: 0x0000000095904190
    r0: 0x000000009537d2c0 r1: 0x00000000bfffe630 r2: 0x0000000024024448 r3: 0x0000000000000000
    r4: 0x0000000090a891b8 r5: 0x000000000046af30 r6: 0x00000000ffffffff r7: 0x0000000011a04120
    r8: 0x0000000000000001 r9: 0x000000000000010b r10: 0x0000000090a3e628 r11: 0x00000000a5364bf8
    r12: 0x0000000095904190 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000001
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000010637 r19: 0x0000000000000000
    r20: 0x000000001d183ded r21: 0x00000000a2bd53f0 r22: 0x000000000f98d300 r23: 0x0000000000000000
    r24: 0x00000000000004a9 r25: 0x00000000a536e710 r26: 0x00000000125d2c90 r27: 0x00000000a536e710
    r28: 0x0000000011a00e80 r29: 0x000000000046af30 r30: 0x0000000011a00e80 r31: 0x000000009538e710
    Binary Images Description:
    0x1000 - 0x123fff com.apple.Safari 3.0.3 (522.12.1) /Applications/Safari.app/Contents/MacOS/Safari
    0x1052000 - 0x1052fff com.apple.SpotLightCM 1.0 (121.20.2) /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
    0x1166000 - 0x1167fff com.google.GoogleNotifierQuickAddCMPlugin ??? (0.0.1.2) /Users/bernardwilson/Library/Contextual Menu Items/Google Notifier Quick Add CM Plugin.plugin/Contents/MacOS/Google Notifier Quick Add CM Plugin
    0x116b000 - 0x116dfff com.apple.AutomatorCMM 1.0 (48) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x11a2000 - 0x11a4fff com.lemkesoft.GraphicConverterCMI 1.5 (1.6) /Users/bernardwilson/Library/Contextual Menu Items/GraphicConverterCMI.plugin/Contents/MacOS/GraphicConverterCMI
    0x5949000 - 0x594bfff com.microsoft.expressionmediacm 0.2.8065.0 /Library/Contextual Menu Items/ExpressionMediaCM.plugin/Contents/MacOS/ExpressionMediaCM
    0x60cd000 - 0x60d1fff com.apple.FolderActionsMenu 1.3 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x6283000 - 0x6284fff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x6b0a000 - 0x6e1efff com.macromedia.Flash Player.plugin 9.0.28 (1.0.4f22) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0xa670000 - 0xa69bfff com.adobe.acrobat.pdfviewer 7.0.9 /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer
    0xae84000 - 0xae88fff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0xaef2000 - 0xaef8fff com.apple.ATIRadeon9700GA 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GA.plugin/Contents/MacOS/ATIRadeon9700G A
    0xb09f000 - 0xb0d8fff com.apple.audio.SoundManager.Components 3.9.1 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0xb106000 - 0xb143fff com.apple.QuickTimeFireWireDV.component 7.0.4 /System/Library/QuickTime/QuickTimeFirewireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xb5f4000 - 0xb601fff com.apple.quicktime.webplugin 7.0.4 /Library/Internet Plug-Ins/QuickTime Plugin.webplugin/Contents/MacOS/QuickTime Plugin
    0xb642000 - 0xb644fff com.apple.PDFImporter 1.6 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0xc0ef000 - 0xc108fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0xc25a000 - 0xc369fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xc398000 - 0xc3b3fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0xc4c0000 - 0xc5b0fff com.apple.ATIRadeon9700GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0xc9b7000 - 0xca20fff com.apple.AppleIntermediateCodec 1.0.1 (124) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xca35000 - 0xcaaefff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xeccb000 - 0xecddfff com.roxio.ToastItPlugin ToastItPlugIn version 1.0.4 (1.0.4) /Users/bernardwilson/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
    0x18017000 - 0x1803bfff com.adobe.AcrobatPlugin.ImageViewer 7.0.0 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/ImageViewer.acroplugin/ImageViewer
    0x182cb000 - 0x1835efff AdobeJP2K /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x185d6000 - 0x185fafff AdobeAXE8SharedExpat /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAX E8SharedExpat
    0x18631000 - 0x18656fff AdobeAXE16SharedExpat /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Frameworks/AdobeAXE16SharedExpat.framework/Versions/A/AdobeA XE16SharedExpat
    0x18745000 - 0x187f2fff AdobeAXSLE /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
    0x188eb000 - 0x18928fff MSL /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Frameworks/MSL.framework/Versions/A/MSL
    0x25000000 - 0x258a6fff com.adobe.Acrobat.framework Acrobat version 7.0.8 (7.0.8) /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Frameworks/Acrobat.framework/Acrobat
    0x271bd000 - 0x27265fff AdobeACE /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x27318000 - 0x275b2fff AdobeAGM /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x27bf0000 - 0x27c17fff AdobeBIB /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x27cc6000 - 0x27eebfff AdobeCoolType /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x2a11a000 - 0x2a157fff com.adobe.AcrobatPlugin.Accessibility 7.0.7 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/Accessibility.acroplugin/Accessibility
    0x2a1a3000 - 0x2a7fcfff com.adobe.AcrobatPlugin.AcroForm 7.0.8 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/AcroForm.acroplugin/AcroForm
    0x2b252000 - 0x2b2bffff com.adobe.AcrobatPlugin.Checkers 7.0.5 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/Checkers.acroplugin/Checkers
    0x2b3d0000 - 0x2b59afff com.adobe.AcrobatPlugin.Comments 7.0.7 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/Comments.acroplugin/Comments
    0x2b816000 - 0x2b934fff com.adobe.AcrobatPlugin.DigSig 7.0.8 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/DigSig.acroplugin/DigSig
    0x2bac1000 - 0x2bbb4fff com.adobe.AcrobatPlugin.eBook 7.0.7 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/eBook.acroplugin/eBook
    0x2bd8f000 - 0x2bdacfff com.adobe.AcrobatPlugin.EFS 7.0.5 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/EFS.acroplugin/EFS
    0x2bdde000 - 0x2bef8fff com.adobe.AcrobatPlugin.EScript 7.0.8 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/EScript.acroplugin/EScript
    0x2c041000 - 0x2c064fff com.adobe.AcrobatPlugin.EWH 7.0.7 (7.0.8) /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/EWH.acroplugin/EWH
    0x2c07f000 - 0x2c085fff com.adobe.AcrobatPlugin.HLS 7.0.0 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/HLS.acroplugin/HLS
    0x2d07d000 - 0x2d080fff com.adobe.AcrobatPlugin.LegalPDF 7.0.5 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/LegalPDF.acroplugin/LegalPDF
    0x2d088000 - 0x2d2b0fff com.adobe.AcrobatPlugin.MakeAccessible 7.0.5 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/MakeAccessible.acroplugin/MakeAccessible
    0x2d711000 - 0x2d85efff com.adobe.AcrobatPlugin.Multimedia 7.0.5 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/Multimedia.acroplugin/Multimedia
    0x2dc75000 - 0x2dceafff com.adobe.AcrobatPlugin.PDDom 7.0.7 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/PDDom.acroplugin/PDDom
    0x2dd9a000 - 0x2de09fff com.adobe.AcrobatPlugin.Template 7.0.0 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/PictureTasks.acroplugin/PictureTasks
    0x2debe000 - 0x2e261fff com.adobe.AcrobatPlugin.PPKLite 7.0.8 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/PPKLite.acroplugin/PPKLite
    0x2e841000 - 0x2e880fff com.adobe.AcrobatPlugin.Reflow 7.0.5 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/Reflow.acroplugin/Reflow
    0x2e8fc000 - 0x2e93bfff com.adobe.AcrobatPlugin.SaveAsRTF 7.0.5 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/SaveAsRTF.acroplugin/SaveAsRTF
    0x2ea95000 - 0x2eacffff com.adobe.AcrobatPlugin.Search 7.0.0 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/Search.acroplugin/Search
    0x2eb1e000 - 0x2eb2ffff com.adobe.AcrobatPlugin.SendMail 7.0.5 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/SendMail.acroplugin/SendMail
    0x2eb50000 - 0x2ec09fff com.adobe.AcrobatPlugin.SOAP 7.0.5 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/SOAP.acroplugin/SOAP
    0x2ed14000 - 0x2ed60fff com.adobe.AcrobatPlugin.Spelling 7.0.5 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/Spelling.acroplugin/Spelling
    0x2f368000 - 0x2f3b0fff com.adobe.AcrobatPlugin.Updater 7.0.5 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/Updater.acroplugin/Updater
    0x2f4c0000 - 0x2f4e0fff com.adobe.AcrobatPlugin.WebLink 7.0.7 /Applications/Adobe Reader 7.0.5_/Adobe Reader 7.0.5.app/Contents/Plug-ins/WebLink.acroplugin/WebLink
    0x8e6f8000 - 0x8e71ffff com.apple.QuickTime Plugin.plugin 7.0.4 /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin
    0x8e7ee000 - 0x8e93bfff com.apple.QuickTimeStreaming.component 7.0.4 /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x8e995000 - 0x8ea50fff com.apple.QuickTimeMPEG4.component 7.0.4 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x8ea70000 - 0x8eac4fff com.apple.QuickTimeMPEG.component 7.0.4 /System/Library/QuickTime/QuickTimeMPEG.component/Contents/MacOS/QuickTimeMPEG
    0x8ec78000 - 0x8ec7bfff com.apple.QuickTimeH264.component 7.0.4 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x8ed72000 - 0x8f731fff com.apple.QuickTimeComponents.component 7.0.4 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x8fa14000 - 0x8fa50fff com.apple.QTKit 7.0.4 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x8fa79000 - 0x8fd27fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b59fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6f000 - 0x90b81fff libauto.dylib /usr/lib/libauto.dylib
    0x90b88000 - 0x90e5ffff com.apple.CoreServices.CarbonCore 681.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec5000 - 0x90f45fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8f000 - 0x90fd1fff com.apple.CFNetwork 129.21 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x913f3fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91432000 - 0x9143dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fc000 - 0x91534fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918f1fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91905000 - 0x9192afff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193d000 - 0x9197ffff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199b000 - 0x919affff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bd000 - 0x91a03fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a1a000 - 0x91ae1fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2f000 - 0x91b44fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b49000 - 0x91b67fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6d000 - 0x91c24fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c73000 - 0x91c77fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c79000 - 0x91ce1fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce6000 - 0x91d23fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2a000 - 0x91d43fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d48000 - 0x91d4bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4d000 - 0x91e2bfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e4b000 - 0x91e4bfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4d000 - 0x91f32fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3a000 - 0x91f59fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc5000 - 0x92033fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203e000 - 0x920d3fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ed000 - 0x92675fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a8000 - 0x929d3fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a03000 - 0x92af1fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af4000 - 0x92b7cfff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbd000 - 0x92de8fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f15000 - 0x92f33fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3e000 - 0x92f98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb6000 - 0x92fb6fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb8000 - 0x92fccfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe4000 - 0x92ff4fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93000000 - 0x93015fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93027000 - 0x930aefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c2000 - 0x930cdfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d7000 - 0x93104fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311e000 - 0x9312efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313a000 - 0x931a0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d1000 - 0x93220fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324e000 - 0x9326bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327d000 - 0x9328afff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93293000 - 0x935a1fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f1000 - 0x936fdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93702000 - 0x93722fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9373b000 - 0x9376bfff com.apple.MediaKit 8.6.2 (345.1.8) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x93776000 - 0x93776fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93778000 - 0x93dabfff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94138000 - 0x941aafff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e3000 - 0x942a7fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f9000 - 0x942f9fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942fb000 - 0x944bbfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94505000 - 0x94542fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9454a000 - 0x9459afff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a3000 - 0x945b7fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945fc000 - 0x94641fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x9464d000 - 0x94685fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946c8000 - 0x946e4fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x946f8000 - 0x9473cfff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94760000 - 0x9476ffff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94777000 - 0x94783fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947c9000 - 0x947e1fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947e8000 - 0x94859fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x949ce000 - 0x94afefff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94b90000 - 0x94b9ffff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ba7000 - 0x94bd4fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94bdb000 - 0x94bebfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94bef000 - 0x94c1efff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94c2e000 - 0x94c4bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9503d000 - 0x9503dfff com.apple.DiscRecording 3.1.3 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9503f000 - 0x950c2fff com.apple.DiscRecordingEngine 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x950ef000 - 0x95135fff com.apple.DiscRecordingContent 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x95333000 - 0x9535bfff libcurl.3.dylib /usr/lib/libcurl.3.dylib
    0x95364000 - 0x95415fff com.apple.WebKit 522.11.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95479000 - 0x9552bfff com.apple.JavaScriptCore 522.10 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95552000 - 0x95a93fff com.apple.WebCore 522.12.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cf3000 - 0x95d00fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x95d18000 - 0x95d41fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95ed1000 - 0x95ef1fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x95f31000 - 0x95f63fff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9649f000 - 0x964a0fff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x964a2000 - 0x964a3fff libGreekConverter.dylib /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0x964a8000 - 0x964befff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x964c0000 - 0x964e0fff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x964ee000 - 0x964fcfff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x96501000 - 0x96502fff libThaiConverter.dylib /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0x96504000 - 0x96517fff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x96eca000 - 0x96ee9fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97600000 - 0x976c1fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x976ec000 - 0x976edfff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x98172000 - 0x98243fff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x982c0000 - 0x982c0fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x98672000 - 0x98781fff com.apple.DiskImagesFramework 10.4.9 (114.9) /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
    0x987ff000 - 0x9880cfff libbz2.1.0.dylib /usr/lib/libbz2.1.0.dylib
    0x9915a000 - 0x99178fff com.apple.OpenTransport 2.0 /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x992f6000 - 0x9932cfff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x99349000 - 0x9935bfff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0xc0000000 - 0xc000ffff com.unsanity.ape 1.5.1 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r

  • It is impossible to use 10.4, Safari and Windows Media Player

    it is impossible to use safari to access a site with streaming video without having your mac freeze, i found the only combo i use to freeze everytime, first i install windows media 9, then i go to myspace.com using the safari browser, then i acess a page of someone who has a streaming video file such as a music file, then my safari locks up and freezes. This happens every, single, time. I know its not a fluke and i know i didnt do anything wrong and i enjoy myspace so there is no way that i can have media player and it ****** me off so i want to know if there are any alternatives or if my mac is just a piece of crap and messed up. without the media player i have to deal with a pop up everytime i access someones page telling me to download media player even though it doesnt work so thats kinda hilarious. k someone help me out

    I know nothing about all this stuff but for kicks I went to the site you said and when I play a normal music file it works fine in safari. It does load slowley. When I tried to view a music video it says you have to have "windows media 9" and you must use "internet explorer". Have you tried using your internet explorer in your applications folder instead of safari? I still could not get the videos to work but I have had this problem befor. Sometimes if you keep messing with the settings in the network tab of the media player it eventually works. But the site itself looks like they have a little ways to go and just might not be ready for mac yet. If you don't get this fixed I can try the site on my pc at work tomorrow and see if that works, unless you have already tried this. But bottom line with safari is its not compatable. At least what their site states.

  • Safari and Windows Media Player

    Can anyone tell me why both Safari (and for that matter Chrome) browsers do not open Windows Media Player in a separate window -- but instead opens it in the same browser window....Is there anyway to code this or change this so it will open in a separate window?

    Thank you for the reply -- but what do you mean by this...also, I notice that Safari on windows is very slow when closing out a Windows Media Player -- so you know why this happens....

  • Downloading Safari via Windows computer

    Hi all
    I want to download the standalone installer of Safari 3.1 for Mac via a Windows computer, but all the links take me to the Windows download page.
    Does anyone have another link?
    Thanks
    Stefan

    I have the opposite problem I am trying to download Safari for windows from a Mac but apple has introduced this block now so you can only download files relating to the operating system you are using!
    direct links for Windows simply load the mac version on a mac and direct links for the mac version download a windows version on a mac.
    This restriction is frustrating at least, some of us like to have flash memory with BOTH verions on so we can use it on whatever version of machine we have and diret downloads is not often possible due to firewalls. Please Apple remove this OS specific restriction give us back our links to the other operating system

  • Streaming Audio through Safari

    hey everyone! I'm using my Macbook Core Duo and I'm running the latest version of Tiger and all the updates are patched. I am trying to stream audio from sites such as http://english.kbs.co.kr/# Everytime I click on listen live now channel 1 on the right hand side of the site it loads but doesn't play. Now if I go on my Windows machine and launch Explorer 7 and do the same thing its plays. I was wondering if theres a plugin I need to install to stream this particular format. I'm not to sure what the format is but it looks like to me its a windows format. can anyone help me?

    Hi Brandon,
    I tried the URL in Firefox, but no go. However, FF told me it was blocking a pop-up. When I took off the pop-up block, this is what appeared:
    So, it seems the streaming problem is at the site level. While Windows Media 11 is PC only, I suspect the on-demand stream from the site applies also to the Mac Platform.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer, Airport Express (2 units)

  • Windows 10 Upgrade via Windows Media Creation Tool ; Clean Installation

    I installed Windows 10 via Media tool in usp. I cleared my hard drive partition, the Recovery and System Partition, for me to be able to install Windows 10. It went smoothly until it asks for the product key. I had Genuine Windows 8.1 with bing, and I recently bought the laptop. Is there any possible way to obtain a product key? After all, Windows 10 upgrade is for free  for Genuine Windows and I had one.

    Thank you for your reply. The machine I am writing you on is the machine. I cloned the drive . However I have a new drive I want to due a clean install on.  At first I needed a key. I have no idea where it is located. On the back of the machine next to the win 8 lable it says itis located in the battery compartment. There are quite a new numbers and letter combinations there but none of them say product key. Also I was told it is imbedded into the motherboard. Any ideas on that?

  • I wanted to listen to WNPR radio through Safari and now cannot stop it. Everytime I open Safari the radio starts again.

    Was listening to NPR and closed Safari but now every time I open Safari NPR comes on again streaming the audio. Only way I can use Safari is to turn MacBook volume all the way down.
    Any suggestions?

    In System Preferences > General, make sure "Close windows when quitting applications"
    is chosen.
    Message was edited by: mr da

  • Does IE have a problem streaming radio through flash?

    I made a radio player that plays different internet radio stations.  It works in firefox and Chrome but does not work in IE.   I have tried ony 2 computers. But both of them same thing.   Are there security restrictions in IE that the other browsers dont enforce?  Below is the code I use to play the sound.   Im thinking IE has a problem with ;stream.mp3
    The source of the internet radio is not located on my server.

    One of the streams actually does play in IE.  I just noticed.   Do you know why some streams would play and some would not in IE?  All the streams play in firefox and Chrome.

  • I am listening to a radio station on my windows media and it keeps shutting off because of firefox

    The station will play for a few minutes then shuts off stating that my firewall is blocking it

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If you've already tried a complete uninstall and reinstall try opening iTunes in safe mode (hold down CTRL+SHIFT) as you start iTunes, then going to Edit > Preferences > Store and turning off Show iTunes in the Cloud purchases. You may find iTunes will now start normally.
    tt2

  • Can't attach some files when sending an email through Safari (via Gmail)

    I'm trying to send an email to myself, and I can't seem to attach files that were created using iWork programs (Pages, Numbers etc.) How can I get Safari/Gmail to allow me to email these files?

    I can't seem to attach files that were created using iWork programs (Pages, Numbers etc.)
    These are not files; they are folders that appear as files to the user. To email them to anyone you must create an archive (.zip file) of them and email that archive to the recipient.
    Mulder

Maybe you are looking for