Dreamweaver CS4 interface problems in Win 7 Ultimate 64bit

I'm experiencing some frutratingly bizzare behavior with Dreamweaver CS4 and Windows 7 Ultimate 64bit and I'm hoping someone might now how to fix the issues.
1) When creating a new site by selecting "Site/New Site..." or "Site/Manage Sites..." the fields for selecting "Local root folder" and "Default images folder" always select a directory above where I tell it.
For example if I tell it to use "E:\ClientFiles\Client\website\" it always selects "E:\ClientFiles\Client\". and the only solution is to write in the proper directory manually.
2) Possibly related to the above targeting problem. In a document, even an new empty xhtml, if I place an image on the page and double click on that image to replace it with another I get the dialog box for selecting the new image, but on pressing "OK" nothing happens. The same thing occurs if I select the fodler icon in the properites at the bottom. The only methods that work are either deleting the placed image and then placing a new image or deleting the "Src" info in the "properties" panel and then clicking the folder icon next to "Src".
You can see how this would get frustrating after a while.
I've tried a complete reinstall of CS4, deleting the Dreamweaver cache file, and I get the same behavior on my laptop which is also running Windows 7 Ultimate 64bit.
Any help would be appreciated. I've submitted this behavior to Adobe support as well in hops that it can some how be resolved.

Both are known issues in DW on Win 7 and Vista. It's not just 64 bit.
Until Adobe issues a patch, the workarounds you describe are the only solutions for the timebeing.
Problem selecting local root folder in Vista & Windows 7
http://forums.adobe.com/thread/478327

Similar Messages

  • P55A G55 Problem starting Win 7 Ultimate

    Hi,
    with my new PC (I7 860, 8 GB Kingston, Samsung HDD Eco Green, ATI HD 5600) I have serious problems starting Win 7 Ultimate:
    After Turn Off Windows and starting the PC with powerswitch it runs the bios boot (by the way: RAM is set to auto, HD to AHCI) and tries to start windows. You can see for a part of a second the black screen with the coloered bubbles and then suddenly the screen flashes blue (same blue like the win-bluescreen) and pc starts to reboot again.
    At that time I reach the windows-screen with the boot-options: repair or start normal.
    Switching to normal the same thing I described above happens with endpoint repair or normal start.
    I can play this game a lot of times ...
    But if I turn off the pc at that windows boot-option screen with the power switch and then turn on the power again I reach the boot option screen and can then start windows when selecting the normal start menuentry. I can reproduce this behaviour everytimne I start the pc.
    To use the repair function won't work (tried it very often).
    When I use Standyby from windows or reboot everything works fine!
    Anyone can help me please?
    Regards Gerd

    Sorry,
    I didn't know that I've to specify my hardware that correctly.
    System is:
    MSI P55A G55, Core i7 860
    Memory  Kingston ValueRAM ( 4 x 2 GB ) | DIMM 240-PIN | DDR3 | 1333 MHz / PC3-10600 | CL9 | 1.5 V
    ATI Sapphire RADEON HD 5670
    2x Samsung HDD HD154UI 1,5 TB OEM (SATA 300, Spinpoint F3 EcoGreen)
    DVD LG GH22LS50
    takeMS CardReader 64in1
    Power: LC Power LC6600GP2 V2.3 Green Power PC Netzteil 600W ATX PFC
    That's it.
    Regards
    Gerd

  • Dreamweaver cs4 interface

    Hello,
    I have not tried it yet, but with dreamweaver cs4 is the
    interface the same
    as the classic view CS3, split screen and all the panels on
    the right.
    regards
    K

    Twocans wrote:
    > I have not tried it yet, but with dreamweaver cs4 is the
    interface the same
    > as the classic view CS3, split screen and all the panels
    on the right.
    If you select the Classic workspace, it is. The panel tabs
    are slightly
    different, and the Property inspector is divided into HTML
    and CSS views.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • Dreamweaver CS4  flv problem / white box

    Hello-
    I have a very simple HTML page. I have a very small flv file:
    271kb. Following the instructions I embed the .flv file:
    INSERT>MEDIA>FLV
    and the following code is generated by Dreamweaver CS4:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640"
    height="360" id="FLVPlayer">
    <param name="movie" value="FLVPlayer_Progressive.swf"
    />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="scale" value="noscale" />
    <param name="salign" value="lt" />
    <param name="FlashVars"
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=MatteFLASH&amp ;autoPlay=false&amp;autoRewind=false"
    />
    <param name="swfversion" value="8,0,0,0" />
    <!-- This param tag prompts users with Flash Player 6.0
    r65 and higher to download the latest version of Flash Player.
    Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall"
    value="Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it
    from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash"
    data="FLVPlayer_Progressive.swf" width="640" height="360">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="scale" value="noscale" />
    <param name="salign" value="lt" />
    <param name="FlashVars"
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=MatteFLASH&amp ;autoPlay=false&amp;autoRewind=false"
    />
    <param name="swfversion" value="8,0,0,0" />
    <param name="expressinstall"
    value="Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative
    content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of
    Adobe Flash Player.</h4>
    <p><a href="
    http://www.adobe.com/go/getflashplayer"><img
    src="
    http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
    alt="Get Adobe Flash player" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    The flv will NOT play in either browser. White Box Syndrome.
    So I go to
    http://freevideocoding.com
    and get their code, as follows:
    <embed src="
    http://freevideocoding.com/flvplayer.swf?file=http://www.undisclosedstudio.com/MatteFLASH. flv&autoStart=false"
    width="640" height="360" quality="high"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer"></embed>
    And my flvs PLAY JUST FINE. But they are old school.
    How can I get Dreamweaver CS4 to embed these flvs so they
    will play in browsers?
    Please help! I'm stumped.
    http://www.undisclosedstudio.com

    This is still an issue as of August 20, 2009.  I get the white box in both the testing server and the remote server.  I tried the CS3 version of FLVPlayer_Progressive.swf to no avail.  It does not work in either Firefox or IE.  Running CS4 on Vista based PC.
    Has anyone made any progress in fixing this?
    Bill
    following is the code created by CS4:
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320" height="240" id="FLVPlayer">
            <param name="movie" value="FLVPlayer_Progressive.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="scale" value="noscale" />
            <param name="salign" value="lt" />
            <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Corona_Skin_3&amp;streamName=/fieldDay2009 /VTS_01_1.VOB&amp;autoPlay=false&amp;autoRewind=false" />
            <param name="swfversion" value="8,0,0,0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="../Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="320" height="240">
                <!--<![endif]-->
                <param name="quality" value="high" />
                <param name="wmode" value="opaque" />
                <param name="scale" value="noscale" />
                <param name="salign" value="lt" />
                <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Corona_Skin_3&amp;streamName=/fieldDay2009 /VTS_01_1.VOB&amp;autoPlay=false&amp;autoRewind=false" />
                <param name="swfversion" value="8,0,0,0" />
                <param name="expressinstall" value="../Scripts/expressInstall.swf" />
                <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                <div>
                    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
                </div>
                <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
        </object>
        <br />
        <script type="text/javascript">
    <!--
    swfobject.registerObject("FLVPlayer");
    //-->
        </script>

  • Dreamweaver CS4 install problem on macbook pro

    I'm trying to install CS4 on my macbook pro 2.2GHz Intel Core 2 Duo OSx 10.5.8
    All the apps install EXCEPT for Dreamweaver. I've tried 3 times unloading/loading and Dreamweaver still shows up shaded on the Install Options window. What can I do?

    Is it the first time installation of the master collection on this machine or you uninstaaled and re-instaled it once before, and now when re-installing facing this problem.

  • Dreamweaver CS4 Flash Problem

    I added a video that i created with Adobe premiere. the
    problem that i'm having is thats i can't play this video in live
    view or when i view it in foxfire. I can see the movie anywhere
    else but flash. Dreamweaver gives me this message.
    Unable to find the plugin that handles this media type.
    dreamweaver looks in both the "configuration/plugins" folder, and
    the pluins folder for each of your installed browser.
    in firefox i get a blank white spot where the video is
    suppose to be. on other instance the computer promped me to
    download the correct version of flash. even though i used the
    uninstall file to get rid of flash and reinstalled it again but
    with the same problem.
    p.s i checked the configuration file and the pluin is there.
    i did this process over 10 times.
    Can anybody please help

    I have a similar problem, but not the same.
    I see that cs4 gives me a different supporting file set in
    cs3.
    In CS4 when the HTML page displays in the browser, I see an
    array of the controls -- arrows, etc -- but cant see the movie and
    it doesnt play.

  • Dreamweaver (CS4) interface got corrupted :-(

    Hi All,
    I was happily using DW CS4 on MS Vista for a while alread and suddenly after installation of Nero (CD burning software) I've found it corrupted !
    As you may see on the above screenshot - interface elements are displayed "cut" or incomplete.
    It is now very inconvinient to work.
    Any ideas what might go wrong and how to bring back the full functionality of the program?
    Simple reinstallation of Dreamweaver is not helpfull :-(((
    Thank's ahead,
    Ziggi

    Thank you all for your kind help but alas - I deleted DW configuration folder, restarted application and found the corrupted interface again.
    Honestly - there must have been something go wrong with the system I suppose as I think interface elements are often system-dependent. And when I look at the DW now I can see a lot of subtle corruptions here and there like this one:
    As you may see - page title font is not as usual (looks a bit smaller than normal), source code and styles panels titles are a bit "cut" - you can't see lower part of letter "g" for instance (in the word "dialog").
    Is it possible that some system DLL file has been overwritten with a version not fully compatible with DW4? Any idea which one?
    There are DLL files like ctrl32.dll and Ctrl32.ocx in Windows what normally may exist side-by-side in multiple versions and these libraries contain regular system control elements definitions like labels, text fields, combo box, etc. How about Dreamweaver - does it use some Adobe proprietary controls or what?
    Anyway - there is no Side-by-Side generated errors in the Event Viewer application log, so activation context generation must have been fine for all Dreamweaver dependencies... or there are no explicit restrictions in the application manifest, so SxS is unable to catch assembly discrepancies...
    Any ideas?
    Rgs,
    Ziggi

  • Dreamweaver CS4 install problem, error code 1603

    Hi!
    I have for some weeks i have download home the trial of Deamweaver CS4 and it works and i was happy..
    A few days later i remove the program from my computer..
    Now i will install on my computer but it not works, it come upp a error message 1603..
    I have all the adobe program install on my computer and i will install DW CS4 but it not works!
    And it is a Windows vista computer..
    Thanks for the help!
    //Emil

    Is it the first time installation of the master collection on this machine or you uninstaaled and re-instaled it once before, and now when re-installing facing this problem.

  • Dreamweaver CS4 installation problem (hang)

    Hi guys,
    I have tried to install DW CS4 or CS3 by doing all the different steps suggested:
    - firewall and antivirus stopped,
    - editing ContainerProxy.js,
    - registry cleaning,
    - uninstall all Adobe products,
    - run Setup from ...\Adobe\Installers\435a6af7459cb02a9c1138113a26e93 for the CS3 version,
    - run it with several windows installer version,
    - using the CS3 and the CS4 cleaner, etc.
    But the setup process always hangs in the task manager forever (the CS3 version consuming 10MB RAM and the CS3 with 30MB).
    For the CS4 version neither the temp installer folder is created.
    Any other desperated action, please?
    Thanks in advance.
    R.

    Sorry, it's in spanish, you can see my details and Win updates though:
    Nombre de host:                            CAGES
    Nombre del sistema operativo:              Microsoft Windows XP Professional
    Versi¢n del sistema operativo:             5.1.2600 Service Pack 2 Compilaci¢n 2600
    Fabricante del sistema operativo:          Microsoft Corporation
    Configuraci¢n del sistema operativo:       Estaci¢n de trabajo independiente
    Tipo de compilaci¢n del sistema operativo: Uniprocessor Free
    Propiedad de:                              Cages
    Organizaci¢n registrada:                  
    Id. del producto:                          76460-OEM-0066077-78503
    Fecha de instalaci¢n original:             27/10/2009, 10:58:52
    Tiempo de actividad del sistema:           0 d¡as, 0 horas, 7 minutos, 32 segundos
    Fabricante del sistema:                    FUJITSU SIEMENS
    Modelo el sistema:                         SCENIC Edition     
    Tipo de sistema:                           X86-based PC
    Procesador(es):                            1 Procesadores instalados.
                                               [01]: x86 Family 15 Model 4 Stepping 1 GenuineIntel ~3073 Mhz
    Versi¢n del BIOS:                          AWARD  - 42302e31
    Directorio de Windows:                     C:\WINDOWS
    Directorio de sistema:                     C:\WINDOWS\system32
    Dispositivo de inicio:                     \Device\HarddiskVolume1
    Configuraci¢n regional del sistema:        0c0a
    Idioma:                                    en-gb;Ingl‚s (Reino Unido)
    Zona horaria:                              N/D
    Cantidad total de memoria f¡sica:          1,502 MB
    Memoria f¡sica disponible:                 754 MB
    Memoria virtual: tama¤o m ximo:            2,048 MB
    Memoria virtual: disponible:               2,001 MB
    Memoria virtual: en uso:                   47 MB
    Ubicaci¢n(es) de archivo de paginaci¢n:    C:\pagefile.sys
    Dominio:                                   WORKGROUP
    Servidor de inicio de sesi¢n:              \\CAGES
    Revisi¢n(es):                              79 revisi¢n(es) instaladas.
                                               [01]: File 1
                                               [02]: File 1
                                               [03]: File 1
                                               [04]: File 1
                                               [05]: File 1
                                               [06]: File 1
                                               [07]: File 1
                                               [08]: File 1
                                               [09]: File 1
                                               [10]: File 1
                                               [11]: File 1
                                               [12]: File 1
                                               [13]: File 1
                                               [14]: File 1
                                               [15]: File 1
                                               [16]: File 1
                                               [17]: File 1
                                               [18]: File 1
                                               [19]: File 1
                                               [20]: File 1
                                               [21]: File 1
                                               [22]: File 1
                                               [23]: File 1
                                               [24]: File 1
                                               [25]: File 1
                                               [26]: File 1
                                               [27]: File 1
                                               [28]: File 1
                                               [29]: File 1
                                               [30]: File 1
                                               [31]: File 1
                                               [32]: File 1
                                               [33]: Q147222
                                               [34]: M953297 - Update
                                               [35]: S867460 - Update
                                               [36]: Q954430
                                               [37]: KB952069_WM9
                                               [38]: KB954155_WM9
                                               [39]: KB968816_WM9
                                               [40]: KB973540_WM9
                                               [41]: KB973540_WM9L
                                               [42]: KB936782_WMP11
                                               [43]: KB939683
                                               [44]: KB954154_WM11
                                               [45]: KB959772_WM11
                                               [46]: KB925398_WMP64
                                               [47]: KB936782_WMP9
                                               [48]: KB885884 - Update
                                               [49]: KB893803v2 - Update
                                               [50]: KB909394 - Update
                                               [51]: KB926247 - Update
                                               [52]: KB935448 - Update
                                               [53]: KB944338-v2 - Update
                                               [54]: KB958470 - Update
                                               [55]: KB971032 - Update
                                               [56]: KB971961 - Update
                                               [57]: KB923561 - Update
                                               [58]: KB942288-v3 - Update
                                               [59]: KB950762 - Update
                                               [60]: KB951066 - Update
                                               [61]: KB951376-v2 - Update
                                               [62]: KB952287 - Update
                                               [63]: KB954550-v5 - Update
                                               [64]: KB955069 - Update
                                               [65]: KB956572 - Update
                                               [66]: KB956802 - Update
                                               [67]: KB956803 - Update
                                               [68]: KB956844 - Update
                                               [69]: KB957097 - Update
                                               [70]: KB958644 - Update
                                               [71]: KB958687 - Update
                                               [72]: KB968389 - Update
                                               [73]: KB970653-v3 - Update
                                               [74]: KB971486 - Update
                                               [75]: KB971633 - Update
                                               [76]: KB973354 - Update
                                               [77]: KB973869 - Update
                                               [78]: KB974455 - Update
                                               [79]: KB975467 - Update
    Tarjeta(s) de red:                         2 Tarjetas de interfaz de red instaladas.
                                               [01]: NIC Fast Ethernet PCI Familia RTL8139 de Realtek
                                                     Nombre de conexi¢n: Conexi¢n de  rea local
                                                     DHCP habilitado:    No
                                                     Direcciones IP
                                                     [01]: 192.168.1.5
                                               [02]: Conexi¢n de TV/V¡deo de Microsoft
                                                     Nombre de conexi¢n: Conexi¢n de  rea local 3
                                                     DHCP habilitado:    S¡
                                                     Servidor DHCP:    
                                                     Direcciones IP
                                                     [01]: 0.1.0.4

  • Premier Pro CS4 interface problem

    When working in PPro CS4, i encounter this problem. When i click in the Program: Sequence 01 window the video image from the video on the time line, turns from showing the video image to just showing the white rectangle resize box. This makes it very frustrating trying to guesstimae how the video is resizing. My mac is running OSx 10.7.5 with 2.8 ghz i7 chip. here are some images to show what I mean.
    The video image showing. Time line clicked.
    The white rectangle that appears without video image when I go to resize the video image.
    Any ideas on what I can do to get the video image displaying correctly greatly appreciated. My Mac at work displays this correctly, but as yet have not worked out what is different in settings.
    Thank you in advance.

    Wrong forum... you need http://forums.adobe.com/community/premiere/premierepro_previous?view=all

  • Firefox 17.0.1 Crashes with "Script is busy or has stopped to work" under Win 8 Pro 64bit - no problem under Win Vista Ultimate 64 bit.

    Firefox hangs and takes a few minutes to run again :( until next hangout :(((( Reinstalling didn't help.
    My plugins:
    Adobe Acrobat
    Adobe PDF Plug-In For Firefox and Netscape 11.0.0 11.0.0.379 Aktuální
    VLC Web Plugin
    VLC media player Web Plugin 2.0.2 2.0.2.0 Aktuální
    Shockwave Flash
    Shockwave Flash 11.5 r502 11.5.502.135 Aktuální
    Java Deployment Toolkit 7.0.100.18
    NPRuntime Script Plug-in Library for Java(TM) Deploy 1.7.0.10 Aktuální
    Java(TM) Platform SE 7 U10
    Next Generation Java Plug-in 10.10.2 for Mozilla browsers 1.7.0.10 Aktuální
    Microsoft Office 2010
    The plug-in allows you to open and edit files using Microsoft Office applications Neznámý modul
    NVIDIA 3D VISION
    NVIDIA 3D Vision Streaming plugin for Mozilla browsers Neznámý modul Vyhledat
    NVIDIA 3D Vision
    NVIDIA 3D Vision plugin for Mozilla browsers Neznámý modul Vyhledat
    iTunes Application Detector
    iTunes Detector Plug-in Neznámý modul Vyhledat
    Pando Web Plugin
    Pando Web Plugin Neznámý modul Vyhledat
    Google Update
    Google Update
    Any idea?
    Thank you.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Dreamweaver CC Hangs/Freezes in Win 8/64 Bit

    All right, this is really, really annoying now...
    Installed CC, haven't changed anything in it, pretty much default/stock install, and if I go to open certain files (.php mostly) it first takes about 10-20 seconds to load the file (even though there's nothing funky in the file, it's 5-10kb in size) and it looks frozen while it's doing that (the window itself says "not responding" for a while).
    Then, when it finally loads the file, if I try making changes to it, every 2nd or 3rd change I try to make in there it starts with the same behavior - freezes for 10-20 seconds, then applies the code edit or lets me type in.
    I'm working in Code View only.
    And it seems like it's checking for something dynamically all the time for some reason.
    How in the world do I get it to stop doing this and let me work?
    Jesus...

    Yep got the same problem with win 7 ultimate 64 bit .
    Any page basicaly i want to open takes jus to long :-)
    Another thing is that dreamweaver is becomeing really 2nd choice tool for the simple reason that the good stuff like extentions like flexy layouts you always have to buy.
    If you want tabs extention -  you have to buy , you want nice and simple rotator like the easy rotator - you have to buy.
    you want any extras -  you have to buy :-)
    If you go for word press - everything for free :-)
    I generaly thing that the adobe engeneers have small brains and are not capable to produce the ultimate tool.
    dreamweaver over the years has really not become any that much better - free tools are miles ahead currently.

  • Convert DW html pages to PHP in Dreamweaver CS4

    Created web pages in DWCS4 in html but discovered because I need some form pages to interact with MySQL that I should have created pages using DW PHP format. Is there a simple way to convert all html pages to php using dreamweaver CS4? OS is Win XP. Have access to hosting company with MySQL, PHP,PHPAdmin.

    I would recommend against Nancy's suggestion here (and it's REALLY weird to see myself typing that).
    I say it only because you are working within an existing site that likely already has links going to the .html file you are changing.
    If you do a Save As and create a new .php file based on the still existing .html file, you will need to manually change the links on the pages that are currently pointing to the that .html file so they will point to the new .php file. You would need to either open the pages individually and fix the links, or use DW's Find & Replace feature and do a site-wide correction.
    However, if you change the file extension from within the Files tab instead, DW will  update any pages that link to it automatically.

  • Windows 7 Ultimate, Dreamweaver CS4, error message 148:3

    Dreamweaver starts but as soon as it does it exits and my desktop is the only thing on the screen.  My Dreamweaver ran fine  before I upgraded to Windows 7 Ultimate from Windows Vista Ultimate.

    The first thing to try is Deleting Corrupted Cache in DW
    http://forums.adobe.com/thread/494811
    If that doesn't help, try Restore Preferences
    http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    If all else fails, use the CC Cleaner Tools below followed by a software re-install.
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    Nancy O.

  • Problems to Download Dreamweaver CS4 with Akamai Download Manager!

    I want to download Dreamweaver CS4 Italian Windows Trial version.
    I have Internet Explorer 7, PC with OS Windows XP x64bit Corporate, Core2Quad Q9650, Motherboard MSI P45Platinum with Ethernet 10/100/1000,
    4GBRAM,3 HDD 500GB WesternDigital,Nvidia GeForce 9400GT.
    I have installed "Akamai Download Manager ActiveX" control asked on the top of window popup.
    Clicked Yes:Installation confirmation.
    But I have tried to click the button "Download" and just one window with this message appears and disappears immediately:
    Per scaricare il software è necessario installare Akamai Download Manager...
    Problemi di download?
    Assistenza per il download...
    Il sistema non dispone dei requisiti minimi per eseguire Akamai Download Manager.
    (The system doesn't meets the minimum system requirements to run Akamai Download Manager.)
    I can't download anything. Why?
    I have disable Pop-ups Blocker, and disabled also Anti-Phishing Filter.
    Disabled also Antivirus and the Firewall.
    Set and lowered Security Protection from Tools>Internet Options: to "Medium"; and also, another time, set to "Personalized" with all the controls
    switched to "Active".
    Set Privacy>Settings>"Accetta tutti i cookie"(lowered to full bottom).
    I have read this Akamai Download Manager FAQ:
    -"Nothing happens when I click the download link"
    If nothing happened after you clicked the download link, either your pop-up blocker or a high security setting on your web browser may have stopped
    the Akamai DLM window from opening.
    If you have a pop-up blocker enabled in your web browser or in your Internet toolbar (such as the Yahoo! toolbar or the Google toolbar), you will
    need to disable your pop-up blocker to start your download. For additional information, and for instructions on changing your security setting, see
    the "Akamai Download Manager system requirements" (ServiceNote kb400530).
    Note: The download manager can sometimes take up to a minute to load. Please allow time for the initial loading before assuming there is a problem
    Thus, I have followed this rules in Akamai Download Manager System Requirements:
    Internet Explorer 7
    1) Access your Internet options from the Windows Control Panel (Internet Options) or by selecting Tools > Internet Options in Internet Explorer
    2) Select the Security Tab
    3) Click Custom Level
    4) Scroll through the list of security options and set:
    -ActiveX controls and plug-ins > Download signed ActiveX controls > Enable or Prompt
    -ActiveX controls and plug-ins > Run ActiveX controls and plug-ins > Enable or Prompt
    -ActiveX controls and plug-ins > Script ActiveX controls marked safe for scripting > Enable or Prompt
    -Downloads > File download > Enable
    -Miscellaneous > Allow script-initiated windows without size or position constraints > Enable
    -Scripting > Active scripting > Enable
    5) Click OK
    6) Click OK again
    But nothing changes.
    On my PC I have also this installation: "J2SE Runtime Environment 5.0 Update 5" and "Java(TM)6 Update 15".
    But the download doesn't start at all.
    1) How can I do to download Dreamweaver CS4-Windows-ITALIAN language?
    2) Is it possible to download 364.8 MegaBytes without Akamai Download Manager?
    Please Hurry!
    Horsepower0171.

    another option you may have is resettofactory
    start- run- type:
    cmd
    press enter
    type:
    cd c:\program files\common files\research in motion\apploader
    press enter
    type:
    loader.exe /resettofactory
    press enter
    please perform a backup first
    test your browser before you restore your backup, and to be ssafe I would do a selective restore
    open DTM, go to backup/restore- advanced
    top left click on file-open
    find your backup, it will load on the left side
    you current working BB will be on the right side
    transfer ONLY the absolute important databases from the left to the right(address, cal, phone logs, messages, sms, tasks, memo)... dont do any that you dont know and dont do any OPTIONS ones
    Message Edited by drizzt09 on 07-13-2009 08:40 PM

Maybe you are looking for

  • Disk Utility errors: No such file -or- No space left on device (50GB+ free)

    I am trying to make an image out of a _NTFS formatted_ parition, using around 4,5GB of data, of a freshly installed Windozs. It's for debugging tons of machines I have been given (to debug..) and I need an image done. Note that debating if using an i

  • An error occurred during the process of recovery(incomplete recovery)

    Hi, I have a HP envy m6 1154ez. When I tried to restore to factory default I have an error incomplete recovery Can someone tell me how to fix this or what needs to be done to get my Windows working again, any help would be greatly appreciated. Report

  • Problem with todate function in OBIEE.

    Hi, I have some data mismatch while using todate function. There is a measure GWP, and two logical columns MTD and YTD. MTD is todate(GWP, fiscal_month) and YTD is todate(GWP, fiscal_year). whereas sometimes MTD is displaying data and YTD doesn't. Pr

  • Multiple displays - how to choose which an Excel file will open in?

    I have two displays hooked up to my Mac Mini (extended desktop).  Each time I open an Excel spreadsheet it always open in the display with the menu bar, despite me moving and re-saving while it's in the second display.  Q. How can I get Excel spreads

  • Login Error. Username Pass wrong - but they ar right

    I have iCloud on my mac and iPhone. I have to user accounts on my mac. One works without problem the second brings an error. It says username or password wrong I should try again. The Username and password are correct because they work on my second a