Dreamweaver entries for Flash default image

This is a companion question to my earlier one about not
prompting viewers of my home page if they do not have the Flash
player installed.
What can I change in my Dreamweaver entries for a Flash movie
so that, if they dont have the Flash player installed, a default
image will be displayed at the same location? For example, I have a
Flash movie that transitions different text objects on and off the
stage, but, if they dont have Flash installed, I would like to put
an image of one of the blocks of text in the place of the movie.
And, of course, no prompting for plugins to accompany this.
Many thanks for solutions
Peter

.oO(synergy52)
>What can I enter or change in my Dreamweaver code for a
Flash movie so that, if
>a user doesn't have Flash, they will NOT be prompted to
install plugin AND
>there will be no telltale signs like empty plugin boxes
or spaces.
In theory just with plain HTML, the 'object' element and its
capability
of nesting content:
<object
type="application/x-shockwave-flash"
data="example.swf"
width="200" height="150">
Alternative no-Flash content
</object>
Some browsers might require an additional 'param' element:
<object ...>
<param name="movie" value="example.swf">
</object>
But that's it. In theory ...
In practice be prepared for some bad surprises, especially in
broken
browsers like IE.
Micha

Similar Messages

  • Dreamweaver entries for Flash

    What can I enter or change in my Dreamweaver code for a Flash
    movie so that, if a user doesn't have Flash, they will NOT be
    prompted to install plugin AND there will be no telltale signs like
    empty plugin boxes or spaces. This is for a home page where I hope
    they do have Flash and can see my movie clips but, if they don't, I
    do not wish to distract them from the content of my site.
    Ideally this solution would be one that doesn't require
    Javascript since then I would be requiring Javascript enabled in
    order not to be bothered by prompts or empty boxes.
    I know that there is SUPPOSEDLY a small percentage of those
    who don't have the Flash player installed and of those who dont
    have JS enabled, but I seem to run into a lot of them!
    Thanks for your help on this issue.
    synergy

    .oO(synergy52)
    >What can I enter or change in my Dreamweaver code for a
    Flash movie so that, if
    >a user doesn't have Flash, they will NOT be prompted to
    install plugin AND
    >there will be no telltale signs like empty plugin boxes
    or spaces.
    In theory just with plain HTML, the 'object' element and its
    capability
    of nesting content:
    <object
    type="application/x-shockwave-flash"
    data="example.swf"
    width="200" height="150">
    Alternative no-Flash content
    </object>
    Some browsers might require an additional 'param' element:
    <object ...>
    <param name="movie" value="example.swf">
    </object>
    But that's it. In theory ...
    In practice be prepared for some bad surprises, especially in
    broken
    browsers like IE.
    Micha

  • Dreamweaver behavior for flash player 8

    Hi, I'd use to control my .swfs with the dreamweaver behavior
    (control
    shockwave or flash),
    but since i did download the flashplayer8 the .swf do not
    acept "gotoframe"
    or "rewind" commands,
    just "play" and "stop"...somebody can tell me where i can
    find the
    correction, update or javascript for this.
    Thanks.

    You have to also set your publish settings for that version
    of Flash Player.

  • I am a teacher of IT Information Technology for high school students of a public school in the state of Minas My Brazil, and would like to know if you guys have dreamweaver cs5 for students and flash, so I can teach students the construction of these site

    I am a teacher of IT Information Technology for high school students of a public school in the state of Minas My Brazil, and would like to know if you guys have dreamweaver cs5 for students and flash, so I can teach students the construction of these sites trough applications

    Hi,
    In addition to what Ken said, I would suggest that you give Edge Animate a shot as well.
    Creative Cloud is available as trial version for 30 days and almost all creative software is bundled with the Creative Cloud. Tutorials are included for each of the products on the respective sections of the website. For instance, this site Website builder | Download free Adobe Dreamweaver CC trial gives you access to the trial version as well as tutorials.
    I suggest that you go to http://creative.adobe.com and explore the various options available.
    For any purchase related information, feel free to send me a private message if you need further clarification. Click on my picture and use the message option. The experts on this forum can help you with other questions you have on using Creative Cloud.
    Thanks,
    Preran

  • Default entry for Folder property - Changed behavior in SP14???

    Hello,
    Has anyone run into changed behavior for this page property in SP14. It seems to be valid for pages in both folders and worksets.
    Ex. We have a workset that sits at 2nd level nav just below a 1st level entry point. So the workset is a 2nd level nav choice. The top page in that workset is the landing page for that nav and previously in SP9 the nav worked fine. We are finding now that in SP14 we have to set the Default Entry for Folder property to "yes" to make the 2nd level nav work. This could be another config issue in our environments but is following SP14 so far. Has anyone else sen this?
    Thanks,
    Doug Steckel
    Air Products & Chemicals

    Hi Daniel,
    NavStructure:
    ... -  Folder A
           - Page A <inv & defPage>
           - Page P1
           - Page P2
    If you click on folder A, you get the content of page A which for the end-user is not explicitely visible in navigation. So page A "is" the content of folder A.
    This is how web-like nav works, that you can click on a nav entry and that this entry has it's own content and not only the preset content of some sub entry.
    Hope it helps to understand what I meant
    Detlev

  • What exactly is the Default Image for?

    I have finished my first iPhone app and am planning to upload it soon to the app store. One of the many questions I have encountered is the Default Image, I know how to create it, just make a screenshot in Organiser, and then use the Save as Default Image option, but what is this? Is it a splashscreen? I have looked at a lot of the apps on my iPhone that I have downloaded over time but none of them seem to have anything I could recognise as a default image, usually they just open to the main screen.

    Hi Copernicium, and welcome to the Dev Forum!
    Yes, you can think of the Default image (usually Default.png) as a splash screen and you've probably been seeing that image in most of your downloaded apps without knowing it.
    The purpose of that image is to provide something other than a black screen when the app is loading. I.e. you don't bring it up with your code, the system looks for Default.png when the user touches your icon on the home page. If the file is found, the system displays that image until your app is up and running.
    You're free to use almost any image you want as the Default, but the guidelines recommend an image that transitions smoothly into your first screen, or better yet an image which is identical to the first image your code brings up. When you're unaware of the transition from the default image to the application launch, that generally means the developer has done a good job.
    The purpose of the +Save As Default Image...+ button in the Organizer is to make it easy to install your startup screen image as the Default. If your startup image is static it's easy. You just capture that screen, hit Save As Default and you're done. Note that if your screen capture includes the status bar, it will be masked by the real status bar when the Default image is displayed. So just two clicks in the organizer can produce and install a Default screen that's identical to the actual startup screen.
    If your startup image is dynamic (e.g. the "real" splash screen), but always begins with the same view, you just need to set a breakpoint in your code so you can capture that very first image.
    And yes, you'll have a better app if you add Default.png to the bundle before you upload to the Store. When last I looked, that wasn't a requirement, and there are still lots of apps that load with a black screen. But I wouldn't be surprised if Default.png is now or soon will be a requirement. It certainly helps to placate the user when your load time is anything over the absolute minimum.
    Hope that answers your questions!
    \- Ray

  • Publish cloud service fails from Visual Studio 2013 Update 4: Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.

    I have a cloud service project with two roles (service and worker). In Visual Studio 2013 Update 4 when I choose "Publish..." from the "Solution Explorer",  it opens "Microsoft Azure Activity Log" and quickly terminates.
    Here the log:
    9:43:47 AM - Applying Diagnostics extension.
    9:44:09 AM - Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    All works fine when uploading the package and updating from https://manage.windowsazure.com/. It only fails from within Visual Studio.
    What can I do to get it working?

    I have the same problem with our Azure project. Two web roles (service and worker). Just updated from SDK2.2 to SDK2.5 and Visual Studio 2013 Update 2 to Update 4. The main reason behind this was to move from log4net to WAD and in doing so, of course directly
    move to the new diagnostics version.
    Now, I get the same error message in Visual Studio:
    11:45:24 - Checking for Remote Desktop certificate...
    11:45:25 - Applying Diagnostics extension.
    11:45:45 - Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    With my small testing project - also two roles (service and worker) - everything is fine. However, I'm looking for a solution to make by existing production service working.
    Also the test project shows no Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml,
    but this is no problem - so what's the meaning of or solution to this error messages?
    What I found so far:
    I deployed the Azure project from the same development environment to another Azure test service: Deployment
    showed no errors and the service is running fine! So the problem is not with the source, the development environment, library dependencies etc.
    Trying Azure cmdlets for PowerShell also work fine for the new service and fails for the production service with almost the same error message:
    Following http://blogs.msdn.com/b/kwill/archive/2014/12/02/windows-azure-diagnostics-upgrading-from-azure-sdk-2-4-to-azure-sdk-2-5.aspx
    I tried:
    PS C:\> Set-AzureServiceDiagnosticsExtension -StorageContext $storageContext -DiagnosticsConfigurationPath $public_config -ServiceName $service_name -Slot 'Staging' -Role $role_name
    VERBOSE: Setting PaaSDiagnostics configuration for MyWebRole.
    Set-AzureServiceDiagnosticsExtension : BadRequest : Published Asset Entry for Image
    Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    At line:1 char:1
    + Set-AzureServiceDiagnosticsExtension -StorageContext $storageContext -Diagnostic ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Set-AzureServiceDiagnosticsExtension], CloudException
        + FullyQualifiedErrorId : Microsoft.WindowsAzure.CloudException,Microsoft.WindowsAzure.Commands.ServiceManagement.
       Extensions.SetAzureServiceDiagnosticsExtensionCommand
    The problem seems to be related to those service configuration parts in the cloud which are not replaced
    by a new deployment... So what are possible reasons or fixes for this behaviour?
    Best regards,
     Andreas

  • Default duration time for importing still images

    Hello all,
    Is there an easy way to change the default duration time for imported still images?
    I have thousands of images that I want to import to make a time elapsed movie. I would like for these images to have a duration of less than a second. I could do this individually, but it would take forever.
    Can the default duration time for imported images be changed?
    Thanks,
    Adam

    Hi
    Too long time I made anything serious in iMovie HD6 (altough a a very competent editor)
    (Took the FinalCut leap)
    As I remember (just tested) it - if photos are imported then it's a tedious labor
    to set duration - one at a time. No global function I can induce.
    BUT - I would put my photos into a separate folder in iPhoto so that they are easy
    to get in iMovie from audio/photo browser.
    Then I select (in iMovie) the first photo and double click on it to view it on canvas.
    Now I also get a small gray window where I can set size and duration.
    I select 01:00 (1 sec) in duration and Apply/Use.
    Then I selec the rest of the photos and drag them down to TimeLine after first
    photo. And they also get same duration of 01:00.
    Yours Bengt W

  • Set default image for no image found

    Hi Folks,
    I have a folder full of images and when en images is called form that directory and not found I would like the default image to show up.
    I have added an HTAccess file with this content:
    ErrorDocument 404 default.jpg
    And added a default.jpg image in the directory.
    I have used this approach successfully on a few other sites but in this instance when I open a page with a missing photo I still get the standard ugly missing image icon. However, if I open that image in a new tab I get a page with the text 'default.jpg' on it.
    NOt sure why that happens but I guess it's something about it being a different hosting set up. Perhaps there is another way to do this that will work on this set up.
    Anyone got an idea how I can fix it?
    Cheers
    Dave

    If I remember well, in the Report Attributes, you should select the linked column. At the link image, there are 2 edit images(the default is the big one), but there is one more image which is smaller.
    Hope it helps.

  • HTAccess - set default image for missing image

    Hi Folks,
    I have a folder full of images and when en images is called form that directory and not found I would like the default image to show up.
    I have added an HTAccess file with this content:
    ErrorDocument 404 default.jpg
    And added a default.jpg image in the directory.
    I have used this approach successfully on a few other sites but in this instance when I open a page with a missing photo I still get the standard ugly missing image icon. However, if I open that image in a new tab I get a page with the text 'default.jpg' on it.
    Anyone got an idea how I can fix it?
    Cheers
    Dave

    If I remember well, in the Report Attributes, you should select the linked column. At the link image, there are 2 edit images(the default is the big one), but there is one more image which is smaller.
    Hope it helps.

  • Flash with images issue

    Hi All,
    I am trying to host a flash with few images. I have already
    designed the Flash using dreamweaver. My Flash file is supose to be
    loaded from a jsp home page. When I go to the home page I am just
    seeing a black box insted of the flash. But when I try give full
    path for the swf file i am able to see it.
    Please advice me if any thing else i will be doing to host a
    flash from a jsp file.
    attched code below
    <tr class="section1" >
    <td valign="top" align="left">
    <script LANGUAGE="JavaScript" SRC="<c:out
    value="${jspStoreImgDir}"/>flash/coverflow/AC_RunActiveContent.js"></script>
    <script>
    AC_FL_RunContent( 'codebase',
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0',
    'width',
    '553',
    'height',
    '280',
    'title',
    'CoverFlow',
    'src',
    'iTunesAlbumArt',
    'quality',
    'high',
    'pluginspage',
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash',
    'movie',
    'iTunesAlbumArt' ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="553"
    height="280"
    title="CoverFlow">
    <param name="movie" value="iTunesAlbumArt.swf" />
    <param name="quality" value="high" />
    <EMBED src="<c:out
    value="${jspStoreImgDir}"/>flash/coverflow/iTunesAlbumArt.swf"
    quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash"
    width="553"
    height="280">
    </embed>
    </object>
    </noscript>
    <br/>
    <div style="margin: 8px; color:black; font-size:
    11px;">
    Located in the Pacific Northwest, High 5 Sportswear
    manufactures and distributes world class soccer apparel in the
    United States and Canada. High 5 Sportswear was named "Manufacturer
    of the Year" in 1999 by the Sporting Goods Representatives
    association for its consistent product quality, on-time delivery
    and superior customer service. In the past, High 5 Sportswear has
    held such honors as being a top vendor for the 1994 World Cup, the
    1996 European Championship, The 1996 Olympic Games in Atlanta, and
    most recently, the 1999 Women's World Cup held in the United
    States.
    </div>
    </td>
    </tr>
    -Debee

    Hi,
    All the images display a box with a "broken" icon in the
    middle. I upgraded to their new version and they said it would fix
    this, but it did not. The images are there in the program's folders
    as gif's. I am really at a loss.
    This is a banner program called Banner Designer Pro 4 and it
    runs all on Flash. You start, it shows the little preloader, then
    asks if you want to select from a template. When I click on the
    template button, it will show me all the templates, which will not
    display except for empty boxes with the broken icon in the middle.
    I can click on one of these and then the image displays in the main
    screen with no issue. If I want to change the default preloader, I
    can see the choices, but once again all the images are boxes with a
    broken icon in the middle. I can select one of these and it will
    display in the preview window.
    It has to be something on this desktop! The program works
    just fine on the laptop.
    I can send you screen shots if it will help.

  • Efibootmgr & gummiboot replaced UEFI entry for Windows Boot Manager

    TLDR
    I am now in Windows 7 and dual boot with Arch is working fine.
    But before I update Arch, I would like to understand what happened, as in why adding an efibootmgr entry for Arch replaced/deleted the Windows Boot Manager entry although I followed the BG.
    The status of my UEFI boot menu was, before the installation of Arch:
    Windows Boot Manager
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    While working through the BG, I decided to use gummiboot=> https://wiki.archlinux.org/index.php/Be … #Gummiboot. So:
    pacman -S gummiboot
    gummiboot install
    pacman -S efibootmgr
    gummiboot install
    [some error ocurred, as mentioned in red box]
    efibootmgr -c -L "Gummiboot" -l /EFI/gummiboot/gummibootx64.efi
    nano /boot/loader/entries/arch.conf
    title Arch Linux
    linux /vmlinuz-linux
    initrd /initramfs-linux.img
    options root=/dev/sdb3 ro
    [CTRL + X, Y, Enter]
    exit
    umount /mnt/{boot,home,}
    reboot
    I then saw a new list of the UEFI boot order:
    Gummiboot
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    Chose Gummiboot and it brought up a gummiboot menu with entries
    Arch Linux
    Windows Boot Manager
    EFI Shell something
    Selected Arch Linux and it went to a message something along "boot device ' ' not found" and I was in a shell which was, I think, rootfs.
    I rebooted via the button on my desktop and out the Arch Linux USB drive back. After mounting the partitions:
    gummiboot remove
    efibootmgr
    [0000: Windows Boot Manager
    [0001: Arch Linux
    [0002: AHCI HDJ...
    [0003: AHCI ST...
    exit
    umount /mnt/{boot,home,}
    reboot
    Now I booted into a black screen with white text which said something "Reboot and select proper Boot device"
    => Inserted Win 7 64-bit DVD, repaired the boot sector. Rebooted, saw I had these entries again:
    Windows Boot Manager
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    The boot into Windows worked fine. Rebooted, chrooted into my install again and:
    efibootmgr
    [0000: Arch Linux
    [0001: Windows Boot Manager
    [0003: AHCI HDJ...
    [0003: AHCI ST...
    efibootmogr -b 0 -B
    Then I used the EFISTUB method:
    efibootmgr -c -L "Arch Linux" -l /vmlinuz-linux -u "root=/dev/sdb3 ro initrd=/initramfs-linux.img"
    efibootmgr
    [0000: Windows Boot Manager
    [0001: Arch Linux
    [0002: AHCI HDJ...
    [0003: AHCI ST...
    exit
    umount /mnt/{boot,home,}
    reboot
    On reboot, 'Windows Boot Manager' was again replaced by 'Arch Linux'.
    => Inserted Win 7 64-bit DVD, repaired the boot sector.
    Rebooted, I have now Windows Boot Manager + Arch Linux and dual boot works now.
    My questions:
    What is going on with efibootmgr replacing/deleting the Windows entry? Is there something wrong with my UEFI menu?
    In connection with 1., I would like to sync the EFISTUB Kernel (wiki entry) before I run pacman -Syu. Can I do that now?
    Can I uninstall gummiboot now?
    Last edited by jones (2013-07-11 12:30:55)

    henrik wrote:So in light of your post, I decided to ditch EFISTUB + gummiboot and try out GRUB. Thanks for clearing it up a bit. Which is what confuses me a great deal more, as GRUB/gummiboot obviously do not meddle with Microsoft's EFI files. Right?
    EFI relies on two things to boot:
    Boot loader program files on the ESP (or occasionally elsewhere).
    NVRAM entries pointing to the boot loader files.
    Your own problems seem to be with the NVRAM entries, not with the boot loader files themselves. Unfortunately, managing those NVRAM entries has proven to be problematic because of bugs in specific EFI implementations, bugs in efibootmgr and other tools that manipulate the NVRAM entries, poor documentation, and other factors.
    To answer your question, though, no boot loader should mess with another's files. Such things can happen, though. The number of bugs that cause Microsoft's boot loader (EFI/Microsoft/Boot/bootmgfw.efi) to be treated deferentially have provoked some tools to use it as a target location for other boot loaders. (Ubuntu's Boot Repair tool does this in a rather overzealous way. So does my own rEFInd installer script, but only under certain narrow circumstances.) Also, the EFI/BOOT/bootx64.efi file is a special case; it's the fallback bootloader that's used when NVRAM entries are missing or don't work, and various boot loader installation procedures place copies in that location, so it can be overwritten and could contain just about anything.
    However, the whole thing happened again with GRUB. So I did the whole "repairing Boot problems" with the Windows DVD rescue thingy again and deleted all non-Microsoft files from the EFI partition, /dev/sda1.
    Then I formatted / (root) and installed arch again and followed the Beginners' Guide which suggest mounting /dev/sda1/ to /mnt/boot (in contrast to the GRUB entry where the ESP should be mounted to /mnt/boot/efi).
    I strongly advise against doing a complete re-installation just to overcome a boot loader problem. Instead, figure out what the problem is and fix it. Doing a complete re-installation is not likely to fix anything, and depending on precisely how you do it, you could end up with a more complex problem. The reason is that the re-installation is not likely to erase the NVRAM entries from the old installation, so you could find that you've got additional stray NVRAM entries. If you do happen to fix the problem by re-installing (say, because you selected a different installation option), you're not likely to know what changed to fix the problem, so you could end up in the same boat should you need to re-install again in the future.
    But it did not show this line
    Found Windows 7 (loader) on /dev/sda1
    ... how come??
    I've given up trying to understand GRUB's configuration scripts. You could try creating an entry manually by editing /etc/grub.d/40_custom; or you could forget about using the GRUB scripts and create a hand-crafted grub.cfg; or you could forget about using GRUB at all. I'm not a fan of GRUB, so my personal choice is the final one.
    So for all the headache and time ... should I delete the EFI partition and recreate it maybe? I think it's possible using the Windows 7 DVD.
    But somehow using efibootmgr on my UEFI list somehow invalidated the Windows entry.
    Reviewing your posts, it seems that you want to use the EFI stub loader directly, but you're having problems with that because when you add it to the NVRAM entries, Windows drops off your boot manager's boot options. The obvious solution to this problem is to forget about adding the EFI stub loader directly to the NVRAM entries, and instead add a boot manager that can handle either a Linux kernel or the Windows boot loader. (IMHO, this is the superior solution anyhow; I disagree with the Arch wiki's emphasis on using the EFI stub loader "raw.") It seems you were trying to do this with GRUB but had problems booting Windows. Earlier you tried gummiboot but had problems booting Linux. My suggestion is to either go back to gummiboot and fix its problem or try rEFInd. The "device not found" error you reported with gummiboot is usually caused by either a missing (or incorrectly-specified) initrd file or by an incorrectly-specified "root=" option passed to the kernel. Check those possitilities, and if you need help, report what happens in more detail. If necessary, take a digital photo of the screen and post it here. (Make sure it's legible, though!)
    You can try rEFInd with minimal disk by using a CD-R or USB flash drive image. Boot with that and your NVRAM and ESP won't be affected at all. If you can get rEFInd working from the flash drive, you can then install it to your hard disk and it should continue working. Note that you probably won't be able to boot Linux directly from rEFInd with your current configuration without adding a "root=" specification to the kernel command line. You can do this by hitting F2 or Insert twice rather than launching Linux by pressing Enter. Alternatively, you can create a refind_linux.conf file in the directory that holds your kernel. That file's contents are described in the rEFInd documentation.

  • How do I get my Dreamweaver CS3 for mac to stop crashing

    I have been using my CS3 programs for years now and just in the last two weeks, all of them have been crashing within seconds or moments of launch. I do not understand it. Dreamweaver is the most important one because I must update our company website with our Q1 2010 performance and our investors are already really asking why the info is not on the site.
    As soon as I launch dreamweaver CS3, it crashes and says the message at the bottom of this post. It has done it 20+ times today. I run Mac OS X 10.6.3 and have done all of the software updates from Apple as of 30 minutes ago. I have closed all programs, restarted. I just don't understand it. Please help as soon as you can.
    Thanks so much,
    Scott
    Error report:
    Process:         Dreamweaver [1512]
    Path:            /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-9.0
    Version:         9.0.0.3481 (9.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [113]
    Date/Time:       2010-04-21 16:16:22.557 -0700
    OS Version:      Mac OS X 10.6.3 (10D573)
    Report Version:  6
    Interval Since Last Report:          411231 sec
    Crashes Since Last Report:           19
    Per-App Interval Since Last Report:  137 sec
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                      89E3BF7B-2FA4-454D-9E44-F9196447F26F
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000005
    Crashed Thread:  15
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x98fc12fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98fc1a67 mach_msg + 68
    2   com.apple.CoreFoundation      0x930eb00f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation      0x930ea0f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation      0x930e9f21 CFRunLoopRunInMode + 97
    5   com.apple.HIToolbox           0x90ffd0fc RunCurrentEventLoopInMode + 392
    6   com.apple.HIToolbox           0x90ffceb1 ReceiveNextEventCommon + 354
    7   com.apple.HIToolbox           0x911851d4 _AcquireNextEvent + 54
    8   com.apple.HIToolbox           0x9117af20 RunApplicationEventLoop + 228
    9   com.adobe.dreamweaver-9.0     0x00a85c1a CRealApp::Run() + 408
    10  com.adobe.dreamweaver-9.0     0x00a5eaeb main + 333
    11  com.adobe.dreamweaver-9.0     0x00003346 _start + 216
    12  com.adobe.dreamweaver-9.0     0x0000326d start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x98fe7b42 kevent + 10
    1   libSystem.B.dylib             0x98fe825c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x98fe7719 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x98fe74be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x98fe6f41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x98fe6d86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x98fe6bd2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x98fe7168 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x98fe6d86 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib             0x98fc12fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98fc1a67 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore 0x971a3de8 TS_exception_listener_thread + 160
    3   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    4   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x98fc135a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x98feeea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x9901da28 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x970fc465 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x970fc1a3 TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore 0x971203eb TimerThread + 97
    6   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    7   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x98fc135a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x98feeea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x9901da28 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x9935ca88 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation          0x993157f9 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation          0x993156dc -[NSConditionLock lockWhenCondition:] + 69
    6   com.adobe.dreamweaver-9.0     0x00b586c1 AMTConditionLock::LockWhenCondition(int) + 43
    7   com.adobe.dreamweaver-9.0     0x00b454fd AMTPCDWorkerThread::HandleRequests(void*) + 87
    8   com.adobe.dreamweaver-9.0     0x00b56bec -[AMTThreadHelper threadWorker:] + 70
    9   com.apple.Foundation          0x993208dc -[NSThread main] + 45
    10  com.apple.Foundation          0x9932088c __NSThread__main__ + 1499
    11  libSystem.B.dylib             0x98feea19 _pthread_start + 345
    12  libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x98ff3ff9 syscall + 5
    1   com.apple.OpenTransport       0x1a730851 CarbonSelectThreadFunc + 257
    2   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    3   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x98fef262 __semwait_signal + 10
    1   libSystem.B.dylib             0x98feef1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x98ff0bb8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.OpenTransport       0x1a72cd73 CarbonOperationThreadFunc + 203
    4   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    5   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x98fc140e mach_wait_until + 10
    1   libSystem.B.dylib             0x990488d5 nanosleep + 345
    2   com.apple.carbonbundletemplate 0x1ac7644b ScObjects::Thread::sleep(unsigned int) + 79
    3   com.apple.carbonbundletemplate 0x1ac668d5 ScObjects::BridgeTalkThread::run() + 153
    4   com.apple.carbonbundletemplate 0x1ac76535 ScObjects::Thread::go(void*) + 167
    5   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    6   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x98fe6bd2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x98fe7168 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x98fe6d86 start_wqthread + 30
    Thread 10:
    0   libSystem.B.dylib             0x98fc135a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x98feeea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x9901da28 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x970fc465 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x970fc1a3 TSWaitOnSemaphoreCommon + 511
    5   ...ickTimeComponents.component 0x97d0891d ReadSchedulerThreadEntryPoint + 4698
    6   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    7   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x98fc135a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x98feeea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x9901da28 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x970fc465 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x970fc1a3 TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore 0x97156a50 AIOFileThread(void*) + 1127
    6   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    7   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 12:
    0   libSystem.B.dylib             0x98fc1342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x98feeeb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9903742f pthread_cond_wait + 48
    3   com.apple.carbonbundletemplate 0x1c621220 MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::MutexState::Wait() + 42
    4   com.apple.carbonbundletemplate 0x1c62497e MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::ProcessRequests() + 80
    5   com.apple.carbonbundletemplate 0x1c624d43 MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::RequestProcessorTrampoline(void*) + 17
    6   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    7   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x98fc12fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98fc1a67 mach_msg + 68
    2   ...ia.Flash Player.authplaylib 0x1d58de7b ExternalPlayer_Initialize + 292931
    3   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    4   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 14:
    0   libSystem.B.dylib             0x98fe0286 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation      0x9312a82d __CFSocketManager + 1085
    2   libSystem.B.dylib             0x98feea19 _pthread_start + 345
    3   libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 15 Crashed:
    0   com.apple.CoreFoundation      0x930d45d5 CFGetTypeID + 21
    1   AdobeLM_libFNP.dylib          0x1f35a845 TRR_Fixup + 1259471
    2   AdobeLM_libFNP.dylib          0x1f35a997 TRR_Fixup + 1259809
    3   AdobeLM_libFNP.dylib          0x1f2883f4 TRR_Fixup + 398206
    4   AdobeLM_libFNP.dylib          0x1f33c82f TRR_Fixup + 1136569
    5   AdobeLM_libFNP.dylib          0x1f33c8ac TRR_Fixup + 1136694
    6   AdobeLM_libFNP.dylib          0x1f2278fa TRR_Fixup + 2180
    7   AdobeLM_libFNP.dylib          0x1f22922a TRR_Fixup + 8628
    8   AdobeLM_libFNP.dylib          0x1f2c2ca4 TRR_Fixup + 637998
    9   AdobeLM_libFNP.dylib          0x1f2c2fa5 TRR_Fixup + 638767
    10  AdobeLM_libFNP.dylib          0x1f2c706a TRR_Fixup + 655348
    11  AdobeLM_libFNP.dylib          0x1f493e1a 0x1f221000 + 2567706
    12  AdobeLM_libFNP.dylib          0x1f493ea1 0x1f221000 + 2567841
    13  AdobeLM_libFNP.dylib          0x1f2278ae TRR_Fixup + 2104
    14  AdobeLM_libFNP.dylib          0x1f22922a TRR_Fixup + 8628
    15  AdobeLM_libFNP.dylib          0x1f244ff1 TRR_Fixup + 122747
    16  AdobeLM_libFNP.dylib          0x1f3269c3 TRR_Fixup + 1046861
    17  AdobeLM_libFNP.dylib          0x1f327156 TRR_Fixup + 1048800
    18  AdobeLM_libFNP.dylib          0x1f2c0e57 TRR_Fixup + 630241
    19  AdobeLM_libFNP.dylib          0x1f28e4f3 TRR_Fixup + 423037
    20  AdobeLM_libFNP.dylib          0x1f28fea7 TRR_Fixup + 429617
    21  AdobeLM_libFNP.dylib          0x1f23284e TRR_Fixup + 47064
    22  AdobeLM_libFNP.dylib          0x1f43af47 0x1f221000 + 2203463
    23  AdobeLM_libFNP.dylib          0x1f43b485 0x1f221000 + 2204805
    24  AdobeLM_libFNP.dylib          0x1f3a2e2d 0x1f221000 + 1580589
    25  AdobeLM_libFNP.dylib          0x1f3a3c53 0x1f221000 + 1584211
    26  AdobeLM_libFNP.dylib          0x1f4459e2 0x1f221000 + 2247138
    27  com.adobe.dreamweaver-9.0     0x00bbb6ae fnpActManLoadStorage + 133
    28  com.adobe.dreamweaver-9.0     0x00b779d5 sFlxActLicSpcPopulate + 227
    29  com.adobe.dreamweaver-9.0     0x00b77b79 flxActCommonLicSpcPopulateAllFromTS + 40
    30  com.adobe.dreamweaver-9.0     0x00b63f3b adobe::alm::ALM_TrustStorage_AccessTS(flxActHandle*, unsigned short (*)(flxActHandle*, flxActLicSpc*, void*), void*) + 265
    31  com.adobe.dreamweaver-9.0     0x00b65266 ALM_TrustStorage_Scan + 386
    32  com.adobe.dreamweaver-9.0     0x00b58b78 ALM_Pri_SilentLicenseCheck + 142
    33  com.adobe.dreamweaver-9.0     0x00b594a6 ALM_Pri_PrepareToActivate + 428
    34  com.adobe.dreamweaver-9.0     0x00b595fb ALM_License_Check + 157
    35  com.adobe.dreamweaver-9.0     0x00b49480 AMTALMService::IsProductActivated() + 62
    36  com.adobe.dreamweaver-9.0     0x00b0fec2 AMTImpl::DoALMWorkflow(AMTALMService&) + 1330
    37  com.adobe.dreamweaver-9.0     0x00b11322 AMTImpl::DoLaunchWorkflow(AMTImpl::LaunchSequence) + 614
    38  com.adobe.dreamweaver-9.0     0x00b11d39 AMTImpl::DoValidateWorkflow(AMTImpl::LaunchSequence) + 219
    39  com.adobe.dreamweaver-9.0     0x00b12019 AMTImpl::DoPreValidateWorkflow() + 103
    40  com.adobe.dreamweaver-9.0     0x00b56bec -[AMTThreadHelper threadWorker:] + 70
    41  com.apple.Foundation          0x993208dc -[NSThread main] + 45
    42  com.apple.Foundation          0x9932088c __NSThread__main__ + 1499
    43  libSystem.B.dylib             0x98feea19 _pthread_start + 345
    44  libSystem.B.dylib             0x98fee89e thread_start + 34
    Thread 15 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x930d45d1  ecx: 0xa0b8d4a0  edx: 0x00000000
      edi: 0x00008e07  esi: 0x00000000  ebp: 0xb0857738  esp: 0xb0857720
       ss: 0x0000001f  efl: 0x00010282  eip: 0x930d45d5   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000005
    Binary Images:
        0x1000 -  0x1060fde +com.adobe.dreamweaver-9.0 9.0.0.3481 (9.0.0) <BF3351F2-0BA2-48FE-BE70-1B2DB46ABE16> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/Dreamweaver
    0x2337000 -  0x2350fde +libChar16.dylib ??? (???) <54D6A72C-8E95-493E-A3DE-15E472C07AB6> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libChar16.dylib
    0x2360000 -  0x2382fc0 +libCoreTypes.dylib ??? (???) <3AC366EA-499B-4508-80FE-4331DE99A7D2> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libCoreTypes.dylib
    0x23a1000 -  0x23bffef +libCurl.dylib ??? (???) <E10E63FA-44BE-4142-9869-E3AE59C05B9F> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libCurl.dylib
    0x23cd000 -  0x23d6ffb +libZ.dylib ??? (???) <D9B990AB-E460-476B-94E8-CFD8A60B0985> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libZ.dylib
    0x23de000 -  0x248efdb +libCrypto.dylib ??? (???) <EC84F308-3008-4E44-968C-9C0CA5E549AD> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libCrypto.dylib
    0x252a000 -  0x254cffc +libSSL.dylib ??? (???) <9290A5AE-2032-4654-8F2E-CFF77D29C8D5> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/libSSL.dylib
    0x2561000 -  0x2774fdf  com.apple.carbonframeworktemplate 1.0 (1.0) <B07E25BB-C4DD-4EFD-BB79-DC17B3C19CDD> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/Xerces.framework/Versions/A/Xerces
    0x2ad2000 -  0x2ad9ffc  com.apple.carbonframeworktemplate 1.0 (1.0) <D3766ACC-8C0B-40FE-9F8D-D1A213A866A2> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x2aed000 -  0x2af4ff7  com.apple.JavaVM 13.1.0 (13.1.0) <2842C4EE-869D-81E6-E771-062F583A1044> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x2afd000 -  0x2b02ff3 +com.adobe.AdobeCrashReporter 1.0 (2.1.03072007) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCras hReporter
    0x2b09000 -  0x2b25fd7 +LogTransport ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x2b30000 -  0x2b65fd3 +adobe_epic 2.0.0 (compatibility 2.0.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobe_epic.framework/Versions/A/adobe_epic
    0x2b85000 -  0x2b91fe3 +adobe_eula 2.0.0 (compatibility 2.0.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobe_eula.framework/Versions/A/adobe_eula
    0x2b9a000 -  0x2ba8fc5 +adobe_personalization 2.0.0 (compatibility 2.0.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobe_personalization.framework/Versions/A/adobe_ personalization
    0x2bb1000 -  0x2bc1fe7 +adobe_registration 2.0.0 (compatibility 2.0.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobe_registration.framework/Versions/A/adobe_reg istration
    0x2bca000 -  0x2e1bfde +adobelm ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobelm.framework/Versions/A/adobelm
    0x2fce000 -  0x3026ff2 +AdobeUpdater ??? (???) <CA913CDD-FA7B-4435-8BEB-052BB879AED6> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeUpdater.framework/Versions/A/AdobeUpdater
    0x3063000 -  0x3070ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x307e000 -  0x317eff7 +AdobeACE ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x319d000 -  0x341dff7 +AdobeAGM ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x34c6000 -  0x34dffff +AdobeBIB ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x34e9000 -  0x350aff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x3517000 -  0x3783fe7 +AdobeCoolType ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3806000 -  0x44a9feb +com.adobe.psl 10.305893.46.307412 (10.305893.46.307412) <54F8C452-8089-4BD3-B3A7-8823F6FB084B> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x47c7000 -  0x47eaff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAX E8SharedExpat
    0x47fc000 -  0x4851ffd +AdobeXMP ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x485f000 -  0x48a6fc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x48b6000 -  0x48f6ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x490f000 -  0x490fff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x49a6000 -  0x49abff7  com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x4e2c000 -  0x4e2dff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x197c3000 - 0x197d1fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <4C9CC2D9-2F13-4465-5447-2516FCD9255B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x197d5000 - 0x197e7ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <C4E0D62B-4D1A-8DAD-D10B-2C055AA0479C> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x197f0000 - 0x197f4fc7  com.apple.carbonbundletemplate 1.0 (1.0) <58FF20A6-C10F-48D9-953F-398E1190BF70> /Applications/Adobe Dreamweaver CS3/Configuration/JSExtensions/SWFFile.bundle/Contents/MacOS/SWFFile
    0x197fa000 - 0x197faff3  com.apple.carbonbundletemplate 1.0 (1.0) <6674C04D-4D0D-4D32-AD13-50A467A02AC4> /Applications/Adobe Dreamweaver CS3/Configuration/JSExtensions/MM.bundle/Contents/MacOS/MM
    0x197fe000 - 0x197fffe7  com.apple.carbonbundletemplate 1.0 (1.0) <C48D6C97-0307-4DDF-A26A-260DFA2E739B> /Applications/Adobe Dreamweaver CS3/Configuration/JSExtensions/DWfile.bundle/Contents/MacOS/DWfile
    0x1a729000 - 0x1a744ff7  com.apple.OpenTransport 10.6.0 (10.6.0) <ECA6FEC6-5ECD-51BA-162F-CFC43899196A> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x1ac00000 - 0x1ac28ff2  com.apple.carbonbundletemplate 1.0 (1.0) <5E39C226-1956-42E4-8A90-52AC120C309B> /Applications/Adobe Dreamweaver CS3/Configuration/JSExtensions/MMNotes.bundle/Contents/MacOS/MMNotes
    0x1ac4e000 - 0x1ac84fe3  com.apple.carbonbundletemplate 1.0 (1.0) <D62FF516-5180-4C08-AA4D-D8BE9CCA180A> /Applications/Adobe Dreamweaver CS3/Configuration/JSExtensions/classes/JSBridge.bundle/Contents/MacOS/JSBridge
    0x1b21b000 - 0x1b235fc3  com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec
    0x1b23a000 - 0x1b253fe7  com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo
    0x1bf7b000 - 0x1c1bbfd2 +net.telestream.wmv.import 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x1c1f3000 - 0x1c3b5fea +net.telestream.wmv.advanced 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x1c3f9000 - 0x1c44efef  com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder
    0x1c486000 - 0x1c500fe3  com.apple.AppleVAH264HW.component 2.0 (1.0) <0FC65A8D-3E68-BC03-284B-EFACF6915686> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1c5c3000 - 0x1c5fffe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1729) <E282B44A-AF33-668B-315A-1C18EC25682B> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireD V
    0x1c60b000 - 0x1c631ffc  com.apple.carbonbundletemplate 1.0 (1.0) <35B3E2D2-CBF8-4B9C-9678-FA4EB36B0557> /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/PlugIns/NetIOFTP.bundle/Contents/MacOS/NetIOFTP
    0x1d182000 - 0x1d729fd7 +com.macromedia.Flash Player.authplaylib 9.0.45.0 (1.0.4f45) /Applications/Adobe Dreamweaver CS3/Configuration/Flash Player/AuthPlayLib.bundle/Contents/MacOS/AuthPlayLib
    0x1d85f000 - 0x1d888fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1f221000 - 0x1f699feb +AdobeLM_libFNP.dylib ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/AdobeLM_libFNP.dylib
    0x40000000 - 0x400a6fd0 +AdobeJP2K ??? (???) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x90005ff7  com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x90095000 - 0x900adff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x900ce000 - 0x900f6ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x900f7000 - 0x900f7ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x900fb000 - 0x9014bff7  com.apple.framework.familycontrols 2.0.1 (2010) <50E74916-19A5-F2FC-AB57-76F2C8DDF0A7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9014c000 - 0x9018eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x902e6000 - 0x90307fe7  com.apple.opencl 12.1 (12.1) <1BCA4F60-E612-5C1B-EF50-A810D70CDF05> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90380000 - 0x903b3ff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x903ed000 - 0x90402fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x9045e000 - 0x90d3dff7  com.apple.AppKit 6.6.5 (1038.29) <E76A05A6-27C6-DA02-0961-5C8EEDC5F0A7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90f04000 - 0x90f26fef  com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x90f27000 - 0x90f6bfe7  com.apple.Metadata 10.6.3 (507.8) <53BB360A-1813-170D-827F-C1863EF15537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x90f96000 - 0x90fc7ff7  libGLImage.dylib ??? (???) <AF110892-B10A-5B61-F898-21FB2BCE63BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x90fc8000 - 0x912ecfef  com.apple.HIToolbox 1.6.2 (???) <F5F99E78-5377-DD54-6138-9FC84467F938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x912ed000 - 0x9139afe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9139b000 - 0x915fdff3  com.apple.security 6.1.1 (37594) <1AC07F75-7E27-9662-21DA-B05DFF047B26> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x915fe000 - 0x91965ff7  com.apple.QuartzCore 1.6.1 (227.18) <8A65F233-4C77-BA7C-5DDA-2423F5C1B7A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91966000 - 0x91a4aff7  com.apple.WebKit 6531.22 (6531.22.7) <87C81D6F-77B1-C517-93E6-5DEF214326A7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x91bf7000 - 0x91bf9ff7  libRadiance.dylib ??? (???) <9358E1EF-F802-B76E-8E23-2D0695787CFB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x91bfa000 - 0x92010ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x9222b000 - 0x922dbff3  com.apple.ColorSync 4.6.3 (4.6.3) <68B6A1B9-86CF-0C5A-7D63-56ED4BB2EB5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x922e1000 - 0x922e5ff7  IOSurface ??? (???) <4B825ADA-8DBE-6BA2-1AB3-307D2C3AFCA8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x922e6000 - 0x92ad5537  com.apple.CoreGraphics 1.543.33 (???) <C57E2964-80AF-6346-6D3E-23AED9D26977> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x92ad6000 - 0x92ad7ff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x92b5d000 - 0x92b6dff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x92ba3000 - 0x92c0dfe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x92c0e000 - 0x92cebff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x92cec000 - 0x92d2fff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x92d30000 - 0x92d3afe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x92d3b000 - 0x92d81ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x92dde000 - 0x92ddeff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x92de6000 - 0x92e55ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x92e56000 - 0x92f20fef  com.apple.CoreServices.OSServices 357 (357) <764872C3-AE30-7F54-494D-4BA3CE4F4DFB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x92f21000 - 0x930a1feb  com.apple.MediaToolbox 0.484.5 (484.5) <6996E5E1-18B6-C734-8335-FE43670C1F9C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x930a2000 - 0x930adff7  libGL.dylib ??? (???) <EAD85409-9036-831B-C378-E50780305DA6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x930ae000 - 0x93227ffb  com.apple.CoreFoundation 6.6.1 (550.19) <1E97FB1E-9E42-B8EB-E463-5C75315FDA31> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93233000 - 0x933b5fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <96A45E03-2B29-83EB-0FC6-2C932E398722> /usr/lib/libicucore.A.dylib
    0x935fe000 - 0x9360fff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x93618000 - 0x93e4bfe7  com.apple.WebCore 6531.22 (6531.22.7) <952A0D34-63F5-F7F7-D6E5-D0AD78002F89> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x93e4c000 - 0x93e8aff7  com.apple.CoreMedia 0.484.5 (484.5) <35725D22-4549-5568-8E8C-62E0AD0E90F7> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x93e8b000 - 0x942c0ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x942da000 - 0x942ecff7  com.apple.CoreMediaAuthoring 0.700 (700) <446FBB01-279B-2BED-E5A8-D36241B704B1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x942ed000 - 0x94331ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94332000 - 0x94403fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <0A608513-31AD-D533-8386-10245FD62057> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x9441d000 - 0x9449fffb  SecurityFoundation 36840.0.0 (compatibility 1.0.0) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x944df000 - 0x944dfff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x944f4000 - 0x9454fff7  com.apple.framework.IOKit 2.0 (???) <69E4FE93-376C-565E-650F-04FAD213AA24> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94550000 - 0x9470cff3  com.apple.ImageIO.framework 3.0.2 (3.0.1) <CB39B067-58B8-70DB-3E40-160604664A6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x9470d000 - 0x94721fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x94722000 - 0x94722ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x94797000 - 0x94845ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x948c5000 - 0x9496dffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x9496e000 - 0x9499fff3  libTrueTypeScaler.dylib ??? (???) <F6A32C01-CD82-54F6-218E-0406D40D1D9A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x949a0000 - 0x94ad7ff7  com.apple.CoreAUC 6.04.00 (6.04.00) <0551FB8D-0894-B40B-B924-4AF51E3648AF> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x94b52000 - 0x94b52ff7  com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94b53000 - 0x94c09fff  libFontParser.dylib ??? (???) <5935E105-1E45-886C-6420-C1CCA886C375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x94c36000 - 0x94c36ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x94c37000 - 0x94d15fef  com.apple.QuickTimeMPEG4.component 7.6.6 (1729) <DBE6399E-AB34-B981-7327-05B993B5A69D> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
    0x94e24000 - 0x94e32ff7  com.apple.opengl 1.6.7 (1.6.7) <3C529790-DEE9-AC27-A879-806E4C23323C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94e55000 - 0x94e58fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x94e61000 - 0x94e63ff7  com.apple.QuickTimeH264.component 7.6.6 (1729) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x94e64000 - 0x94ee4feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x9523b000 - 0x9524dff7  com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <6BB58E90-21FA-C491-F0E4-54B69CCDBBC0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x95254000 - 0x95259ff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9525a000 - 0x9525bff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9525c000 - 0x95437ff3  libType1Scaler.dylib ??? (???) <944F686E-9CC2-03F0-A139-8F322F0AC49F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x95438000 - 0x9545efff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x9547d000 - 0x95480ff7  libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <69BE578C-A364-A150-35E3-53EE00F56F05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x95481000 - 0x954beff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <830FED9E-3E24-004C-35D5-2C1273F79734> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x954bf000 - 0x95510ff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x95511000 - 0x955baff7  com.apple.CFNetwork 454.9.4 (454.9.4) <2F8B5BA5-099F-6CDA-F500-4CA188BBCDBC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x955bb000 - 0x9564dfe3  com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9564e000 - 0x95947fef  com.apple.QuickTime 7.6.6 (1729) <4C99ED7D-5A4B-E41E-602D-2D01A99168CD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95948000 - 0x95983feb  libFontRegistry.dylib ??? (???) <F50A60E1-3757-D007-A20D-A5504C17334C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x9600a000 - 0x96015ff7  libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <F914F427-98EA-98BC-923D-47274A90D441> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x96051000 - 0x960ecff7  com.apple.ApplicationServices.ATS 4.2 (???) <3BEB7210-4C85-7309-B22D-695765526524> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x960ed000 - 0x9613afeb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x9613b000 - 0x9617eff7  libGLU.dylib ??? (???) <CE02968E-930D-E63B-7B21-B87205F8B19A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9617f000 - 0x96188ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96189000 - 0x96327feb  com.apple.JavaScriptCore 6531.22 (6531.22.5) <3FB9AF5B-17DD-D4C8-C7B1-4F79B404496E> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96328000 - 0x96389fe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x963ff000 - 0x96448fe7  libTIFF.dylib ??? (???) <E45B169E-253E-E865-1501-97777D2702F2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x96449000 - 0x96575fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96576000 - 0x96582ff7  libkxld.dylib ??? (???) <13F26BB6-C2F7-9D74-933E-09AD8B509ECD> /usr/lib/system/libkxld.dylib
    0x9658e000 - 0x96647fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x9668f000 - 0x96790fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x96791000 - 0x9679bffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x96845000 - 0x968bffef  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96a2e000 - 0x96a52ff7  libJPEG.dylib ??? (???) <EDA86712-F49C-760C-BE55-9B899A4A5D1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x96a53000 - 0x96a88ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <458E819A-4E3F-333E-28CE-671281B318D3> /usr/lib/libcups.2.dylib
    0x96a89000 - 0x96a9dffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x96a9e000 - 0x96b92ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x96b93000 - 0x96bf7ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x96c68000 - 0x96c6bff7  libCoreVMClient.dylib ??? (???) <98CB96B1-85FE-25AF-AB19-ED061912FC3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x96c6c000 - 0x96c79ff7  com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96cb3000 - 0x96dbfff7  libGLProgrammability.dylib ??? (???) <CA0A975B-2BEE-44E7-CFA6-8105CFE6FE00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x96dc0000 - 0x96ddbff7  libPng.dylib ??? (???) <929FE8EE-277D-F6EB-D672-E6F4CEBF1504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x96def000 - 0x96df2ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x96df3000 - 0x96ea3fe3  com.apple.QuickTimeImporters.component 7.6.6 (1729) <6C2372BA-69D9-E713-902F-95E16FD18EFD> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x96f80000 - 0x97072ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7482933B-4AF6-ED55-AD72-4FBD1E134958> /usr/lib/libcrypto.0.9.8.dylib
    0x97073000 - 0x970b4ff7  libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <C6E50C7E-EBEE-32AF-FF07-8E325E21A838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x970b5000 - 0x973d5feb  com.apple.CoreServices.CarbonCore 861.6 (861.6) <D3D5D9F1-01ED-DCAD-6AA9-4ABE60C7A112> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x973d6000 - 0x973d6ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x975b8000 - 0x975befff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x97619000 - 0x97627fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <82B2C254-6F8D-7BEA-4C18-038E90CAE19B> /usr/lib/libz.1.dylib
    0x97628000 - 0x97646ff7  com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9774e000 - 0x9869ffe7  com.apple.QuickTimeComponents.component 7.6.6 (1729) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x986ac000 - 0x986b3ff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x98723000 - 0x98743fe7  libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <03019DD7-993D-AC88-6636-179F92F315C4> /usr/lib/libresolv.9.dylib
    0x9891e000 - 0x98925ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9892d000 - 0x98deaffb  com.apple.VideoToolbox 0.484.5 (484.5) <DA9B4FA8-B91C-43AC-1D84-0BFF46BB5BCE> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x98e44000 - 0x98f72fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x98f9e000 - 0x98fbafe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x98fbb000 - 0x98fbfff7  libGFXShared.dylib ??? (???) <286F466C-2856-B579-B87F-4E9A35C80263> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x98fc0000 - 0x99165feb  libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    0x99166000 - 0x9916aff7  libGIF.dylib ??? (???) <03880BA1-7A86-0F2B-617A-C66B1D05DD70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x991bb000 - 0x99296fe7  com.apple.DesktopServices 1.5.5 (1.5.5) <ECEDFDF2-C40E-8DF0-F8FC-249CCA762E62> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x99297000 - 0x99308ff7  com.apple.AppleVAFramework 4.8.11 (4.8.11) <BDDDFA36-4B53-4B57-B3D4-427DA8226A80> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9930a000 - 0x9957affb  com.apple.Foundation 6.6.2 (751.21) <DA7A173A-4435-ECD6-F4AF-977D722FD2F7> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x99598000 - 0x99630fe7  edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99631000 - 0x996cefe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x996cf000 - 0x996cfff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0xb0000000 - 0xb0004fd8  com.apple.carbonframeworktemplate 1.1 (1.1.0) /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <4FB5CEEB-8D3E-8C57-1718-81D7CAFBFE69> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <A23F9980-5CC8-A44D-6FD6-DBFCBFF4FF28> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.0.19.10
    Bluetooth: Version 2.3.1f4, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: Hitachi HTS545050B9A300, 465.76 GB
    Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
    USB Device: PROExpress-7, 0x11b0  (ATECH FLASH TECHNOLOGY), 0x6138, 0xfa300000
    USB Device: Hub, 0x0424  (SMSC), 0x2504, 0xfd100000
    USB Device: iPhone, 0x05ac  (Apple Inc.), 0x1292, 0xfd110000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021a, 0x5d200000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc526, 0x1a200000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000

    Unfortunately you cannot roll back updates with OSX.  Because it is so recent and you say you ran the updates recently I am wondering whether something in the latest 10.6.3 update affected the CS3 suite.  You can try repairing system permissions from the install disc and trashing the permissions file (look in your user library->Preferences folder and it is the .plist file with Dreamweaver in the name).
    Outside of that my fear is that you would have to run the CS3 Clean Script http://www.adobe.com/support/contact/cs3clean.html and then re-install.  Although that would clear all remnants from your system.  Someone had posted not too long ago the location where the site definitions are stored.  I will see if I can find that for a worst case scenario or maybe someone else can shed some light on finding that information quicker.

  • Widget: Flash Slideshow (Image Viewer) - Modifications Help!

    I created a Flash photo slideshow using Dreamweaver CS3's Insert > Media > Image Viewer. It can be seen here: http://cba.ua.edu/~ckent/ImageViewer/imageviewer.html.
    All and only relevant files can be found in the following directory: http://cba.ua.edu/~ckent/Image_Viewer/.
    Then, I added a Web Widget to my iWeb '08 site, using the entire code from image_viewer.html as the HTML Snippet (after changing relative links to absolute). Everything works beautifully.
    However, I have a few questions for you Flash aficionados out there:
    1. Is there a simple way to modify the code such that the images appear at random, instead of in the same order every time? Dreamweaver does not provide this as an option. I can do this easily with PHP, but of course that is not allowed with iWeb, so I'm looking for a quick and non-complex technique to add to/modify the existing code.
    2. The images load quickly for normal bandwidth speeds, though with slower connections you sometimes see the loading dialog for a second or two. Is there any preload or other technique I could use to alleviate this?
    3. Look at this page: http://cba.ua.edu/~ckent/ImageViewer/image_vieweralt.html. The green is a border that exists due to left-over space where titles and captions were supposed to be presented. Everything has been adjusted such that the minimum amount of space is left within the border. The images are 640x360, but the Flash element has to be set at 654x380 to display the full image size.
    Is there anyway to completely collapse the border around the image viewer? I think this is a function of the actual SWF file, so I doubt it is easily possible considering Dreamweaver creates it on the fly.

    Download the template I made and posted on this thread, should get you started,
    http://forums.adobe.com/thread/563921?tstart=0

  • Flash objects (images/buttons/etc) does not display on some PC's

    I am trying to deploy an out of the box web application called the Mid-Tier, where some forms/pages in the application have embedded flash images/buttons/icons that do not display on IE despite the fact that there is Flash installed on these PC's. Most of the PC's are XP.
    I suspect it is some of the security settings in IE. Unfortunately security options are disabled to end users so I cannot even get to see what these settings are..
    This web application works perfect on some test PC's that have default browser settings and the same flash version installed.
    The flash objects appear on these screens as white boxes instead of some control buttons and icons that should have been displayed.,. Hence these pages are non functional.
    Any hints?
    Joe

    Hello David,
    except the latest Flash Player you have also and the latest Java installed (Next Generation Java Plug-in 10.25.2 for Mozilla browsers) , check if you activate the plugins : [https://support.mozilla.org/el/kb/troubleshoot-issues-with-plugins-fix-problems#w_determining-if-a-plugin-is-the-problem Determining if a plugin is the problem], select always active.
    see also: [https://support.mozilla.org/en-US/kb/why-do-i-have-click-activate-plugins#os=win7&browser=fx23 Why do I have to click to activate plugins?]
    you said : ''One guy said you could fix it by going Tools > options > content > make sure Automatically load images is checked (but there is no such thing on that tab in my Firefox????)''
    not exist any more from 23.0 version and above (see : http://www.mozilla.org/en-US/firefox/23.0/releasenotes/) because of this : http://limi.net/checkboxes-that-kill , if you 1 (as a value) in '''permissions.default.image''' in [http://kb.mozillazine.org/About:config about:config] you are OK (checked[v]).
    also many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

Maybe you are looking for