How to deactivate Related Files in Dreamweaver CS4 (totally)

Hello,
how can I deactived the Related Files feature (not only the Bar).
We work directly on the Server. We don't want Dreamweaver to donwload the related files and save them back!
Our wish is that Dreamweaver CS4 save only the file we have open (without the related files).
Axel Neswadba

When you use "Save" with Related Files, whichever document (either the main document in the Design View, or the Related File in Code VIew) that has focus is saved.
You can disable Related Files in the Preferences General Tab. You will need to shutdown and restart DW for the change to take efffect.
HTH,
Randy

Similar Messages

  • How do I go about transferring files from Dreamweaver CS4 to Dreamweaver CC?

    How do I go about transferring
    files from Dreamweaver CS4 to Dreamweaver CC?

    If both versions are on the same hard drive, simply tell DW CC where your site files are located on your hard drive.  Go to Site > New Site and define your site.
    Nancy O.

  • When updating .lbi files in DreamWeaver CS4 I get an invalid path.

    When I make changes to my .lbi files in DreamWeaver CS4 I and try to update them I am getting
       item Library\dreamweaver\themed_image.lbiE:\RCG\Web Sites\2011 RCG Working Web Site\Library\dreamweaver\themed_image.lbi contains an invalid path.
        item Library\dreamweaver\logo.lbiE:\RCG\Web Sites\2011 RCG Working Web Site\Library\dreamweaver\logo.lbi contains an invalid path.
        item Library\dreamweaver\icons.lbiE:\RCG\Web Sites\2011 RCG Working Web Site\Library\dreamweaver\icons.lbi contains an invalid path.
        item Library\dreamweaver\menu_top.lbiE:\RCG\Web Sites\2011 RCG Working Web Site\Library\dreamweaver\menu_top.lbi contains an invalid path.
        item Library\dreamweaver\menu_side.lbiE:\RCG\Web Sites\2011 RCG Working Web Site\Library\dreamweaver\menu_side.lbi contains an invalid path.
        item Library\dreamweaver\$_whats_new.lbiE:\RCG\Web Sites\2011 RCG Working Web Site\Library\dreamweaver\$_whats_new.lbi contains an invalid path.
      files examined: 136
      files updated: 0
      files which could not be updated: 0
    total time: (0:00:13)
    Here is the code in one of the files for my side menu.. I do not see what is wrong and was wondering if anyone could help. Thank you.
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <!--
      <div class="maincontainer">
            <table style="width: 100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td>
                    <table style="width: 100%" cellpadding="0" cellspacing="0">
                        <tr>
                            <td class="headerleft"><h3>MainMenu</h3></td>
                            <td class="headerright"> </td>
                        </tr>
                    </table>
                    </td>
                </tr>
                <tr>
                    <td>
                    <table style="width: 100%" cellpadding="0" cellspacing="0">
                        <tr>
                            <td class="leftcolumn"></td>
                            <td class="maincontent">
    -->   
    <div class="maincontent">   
    <h3>MainMenu</h3>               
    <div class="bg">
    <!-- menu  -->
    <div id="ddsidemenubar" class="sidemenu">
    <ul>
    <li><a href="../../index.htm"             title="Home">                        <span>Home</span></a></li>
    <li><a href="../../catalog_opening.html"         title="Catalog"     rel="sub1">        <span>Catalog</span></a></li>
    <li><a href="../../services.htm"         title="Services"    rel="sub2">        <span>Services</span></a></li>
    <li><a href="../../photo_gallery.htm"     title="Photos">Gallery<span></span></a></li>
    <li><a href="../../sitemap.htm"         title="Search">                        <span>Search</span></a></li>
    </ul>
    </div>
    <script type="text/javascript">
    ddlevelsmenu.setup("ddsidemenubar", "sidebar") //ddlevelsmenu.setup("mainmenuid", "topbar|sidebar")
    </script>
    <!--Side Drop Down Menu 1 HTML-->
    <ul id="sub1" class="ddsubmenustyle sidesubmenu">
    <li><a href="../../catalog_opening.html">Senior Class T-Shirts</a>
      <ul>
        <li><a href="../../catalog_seniorclass.html">Page 1</a></li>
        <li><a href="../../catalog_seniorclass2.html">Page 2</a></li>
      </ul>
    </li>
    <li><a href="../../catalog_opening.html">School T-Shirts</a>
      <ul>
        <li><a href="../../catalog_school1.html">Page 1</a></li>
        <li><a href="../../catalog_school2.html">Page 2</a></li>
      </ul>
    </li>
    <li><a href="../../catalog_opening.html">Montana T-Shirts</a>
      <ul>
        <li><a href="../../catalog_montana1.html">Page 1</a></li>
        <li><a href="../../catalog_montana2.html">Page 2</a></li>
        <li><a href="../../catalog_montana3.html">Page 3</a></li>
        </ul>
    </li>
    <li><a href="../../catalog_misc.html">Misc T-Shirts</a>
      </li>
    </ul>
    <!--Side Drop Down Menu 2 HTML-->
    <ul id="sub2" class="ddsubmenustyle sidesubmenu">
    <li><a href="../../direct_to_garment.html">T-Shirt Printing</a> </li>
    <li><a href="../../computer_design.html">Computer Design</a> </li>
    <li><a href="../../signs.html">Signs</a> </li>
    <li><a href="../../vehicle_graphics_and_wraps.html">Vehicle Graphics/Wraps</a> </li>
    <li><a href="../../airbrush.html">Airbrush</a> </li>
    </ul>
    <!--Side Drop Down Menu 3 HTML-->
    <!-- end menu / do not edit beyond this line -->
    </div></div>
    <!--
                            </td>
                            <td class="rightcolumn"></td>
                        </tr>
                    </table>
                    </td>
                </tr>
                <tr>
                    <td>
                    <table style="width: 100%" cellpadding="0" cellspacing="0">
                        <tr>
                            <td class="bottomleft"> </td>
                            <td class="bottomright"> </td>
                        </tr>
                    </table>
                    </td>
                </tr>
            </table>
    </div>
    -->

    Are all of your pages that are linked to this on the same directory level?
    The ../../ in front of every link means "go up two directory levels". If there are no pages, or if some of the pages are not at that directory level, the links would be going to nothing.
    I don't use library items myself, so I'm not sure if that has anything to do with it, but the "bad path" in your error report leads me to think some of those paths (since they're the only ones in the code) could be pointing to the wrong locations.
    My response will also bump your question back to the top of the pile. Maybe someone else will have a good idea of what's actually happening.

  • Cannot play MP3 files in Dreamweaver CS4

    Hi
    Apogogies if this has been asked before.
    I have an embedded MP3 file on one of my DWCS4 pages but when I try to play it from the Properties Inspector I get the message "Unable to find the plugin that handles this media type".
    The sound file plays OK in Firefox and IE but I would like to be able to test it in DW. I have the currrent version of Apple QuickTime Pro installed.
    I am using both Windows XP and Vista with the same problem.
    Is there a plug I can download for DW only in order to play these files without resorting to converting the MP3 to another format.
    Any help would be much appreicated.
    Thanks
    George

    Yes but I did exactly what I accused you of doing so it was really bad!
    Software troubles can drive you a bit crazy. Sorry again.
    From: pziecina <[email protected]>
    Reply-To: <[email protected]>
    Date: Thu, 08 Oct 2009 09:16:11 -0600
    To: d maass <[email protected]>
    Subject: Cannot play MP3 files in Dreamweaver CS4
    Hi
    Thank you for the apology, but as we have all (probably), misread and
    therefore wrongly replied to posts, it is not really necessary.
    PZ

  • Inserting flv file in Dreamweaver CS4

    When I insert a flv file using Dreamweavr CS4 using asp (Windows XP, SP3 and IE8), I only get two additional files generated (FLV-PlayerProgressive.swf and a skins file.  I get no other files generated, either in my root folder of a Scripts folder.  FLV file works fine in Live Mode, but all I get is a white box when I upload the files to my server.  I've read numerous similar questions.  Has anyone ever got a good answer?  How can I resolve this issue?  I appreciate any help from anyone.

    I have checked numerous reference materials concerning this problem, and cannot really find any answer as to why DW CS4 is not inserting the files (for some users). I have even tried using different programs to encode an flv file, and creating an html page direct from within flash CS4, just to see if different files are created (definitely more options etc), but to no avail.
    The files DW should create are -
    FLVPlayer_Progressive.swf,
    Halo_Skin_3.swf (this is a skins file and can be any one of 9 available)
    2 files in a Scripts folder named –
    swfobject_modified.js
    expressInstall.swf
    In the head content it should insert the following -
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    The only option I can recommend, is to insert the flv into a new (otherwise blank) html file, and then copy the code from there (providing it works of course).
    I know this is a problem for many people, and I have even considered asking the forum administrators if I could write an FAQ on how-to and possible solutions.
    If DW is not inserting the files mentioned above it may be worth while trying an uninstall / reinstall, but my recommendation is to first create a fictitious site, and then insert an flv into a blank html file (as mentioned above), just to test if that works.
    PZ

  • Dynamic swf file into dreamweaver cs4

    Good evening to all,
    Can a basic slide show created in Flash cs4 using as2 to load the images dynamically be inserted into a Dreamweaver cs4 page ?
    The swf file shows up but I can't figure out where to put the linking images so the 2 basic "next" and "previous" buttons work ?  
    Thank as always,
    Fred...

    When you load the swf file into the html page, that becomes the swf's reference for loading files.  So if your structure has a folder containing the html file and another folder for the flash file and another folder for the images, as in...
    main_folder...
         - html file
         - flash folder
              - - flash file
         - images folder
              - - image files
    then you need to change where the swf file is looking for the images because when it is in the html page, that is essentially the folder it is trying to get the images to load thru.
    For instance, if you originally tested using Flash with the swf file targeting the images using...
    "../images/imagefile.jpg"
    (or something like that... those dots confuse me at times)
    and the structure is as I described, then when testing in the html file the targeting would need to be changed to...
    "images/imagefile.jpg"
    Just think of the swf file as living in the html file's folder as far as targeting any files it needs to load, because once it is loaded into that page, it has basically moved to that new location.

  • Editing CSS, related files requires save (cs4)

    You know what really Grinds My Gears? (family guy reference,
    lol)
    When I edit the CSS in the right hand panel, sometimes it
    makes the CSS file in the Related Files toolbar not saved with a *
    next to the filename. Sometimes it goes ahead and just saves the
    changes right away. Like most, I'm constantly switching back/forth
    between browsers so CSS has to be saved to see changes.
    Kindofa pain to have to click the css file in the related
    toolbar and Ctrl+S to save before each preview...I haven't been
    able to find out why it "dirties" the CSS file sometimes and other
    times it directly saves to the CSS file.
    Does anyone have any ideas? How to get it to always just save
    to the file?
    thanks

    avibodha,
    Ah! Thanks for the additional details. I see what is causing
    this behavior.
    When a document is opened, DW determines what the Related
    Files are, so
    it can show the list of buttons for each one. But, for the
    sake of
    performance, we do not actually load the files until you
    click on a
    button to view a file. Note that the file may already be
    loaded as a
    top-level document or as a Related File of some other
    document.
    Since you have the "Open CSS files when modified" setting
    turned off,
    then the CSS gets automatically saved to disk *if* the file
    has not yet
    been loaded. Once the file has been loaded, then DW will not
    automatically save it (to avoid writing something on disk
    that you don't
    want written).
    So, you'll need to disable the Related Files feature to have
    DW always
    automatically save the CSS to disk.
    HTH,
    Randy
    > * related files always on, open document
    > * edit CSS in right panel (separate css file, not inline
    styles), always saves
    > immediately
    > * Either click .css file and edit, or in right panel,
    click Go To Code and
    > edit CSS -> now all edits in right panel will happen
    to file and NOT be saved.
    > You must go to the .css file and Save it.
    >
    > So once you edit the CSS file for for any reason, from
    then on it edits the
    > css file when you use the right panel and you must go
    back to the file and
    > save, or do Save All.
    >
    > There is a setting in Preferences, CSS Styles to
    automatically open the CSS
    > file when editing, but I have that off (default state).
    >
    > Curious...wonder if there's a way to "reset" the right
    panel CSS back to it's
    > original state of directly modifying the css file? If I
    close and re-open the
    > document, that does it, but that's not a solution...
    >
    > Not a big deal because I can turn off Related Files...

  • I have a  new iMac   cannot find how to access my files in Dreamweaver

    I cannot find how to access my files,  as I am now using Yosemite and it is all a different layout .
    can anyone get me started please
    Clicking on the cloud icon is no help

    Copy the entire /Music/iTunes folder to /Music/ on the new computer.
    That is all you need to do.

  • How to load ai file in flash CS4 using code(Like loading swf or images )

    Hi,
    I have to load AI file in flash CS4 and provide the interaction with user.
    Can any body help?
    Thanks

    Hi.
    No you cannot  import Eps, wmf, emf,  ai, cdr files in swf dynamically using Action Script 3.

  • How to "crop" flash file in Dreamweaver

    Is it possible to "crop" flash file in Dreamweaver, for
    example I want to eliminate the white margin on the left side of
    the swf file.
    Do I have to change the original file (in Flash). Please help
    me to solve the problem, Thanks!!!

    In the embed tag, add wmode="transparent"...this will make
    the white match your background color. It will not resize the
    stage.

  • Load Fail of SWF file in Dreamweaver CS4

    Hi,
    Could you tell me what I am missing in my files?????
    I am missing my Top Banner and  the .swf file in Dreamweaver? I can see it in the source files but that's it.
    I have supporting files from my Flash-Slideshow-Maker, but can only see my flashshow if I embed the file from SkyAlbum.com (Album# 247097)  which is very slow to load.
    Have I not loaded all the files for it or  something?
    http://www.aeroadvertising.ca
    Thank you!

    Mark A. Boyd wrote:
    MyNameIsEmmy wrote:
    I don't know what I did wrong, I can see all the files in my root folder, but  I did give up trying until I find the tutorial for it...
    Really? I still get 404 "Not Found" for all of them, same as yesterday.
    http://www.aeroadvertising.ca/aeroimages.html
    HTTP/1.x 404 Not Found
    http://www.aeroadvertising.ca/fs_aux.html
    HTTP/1.x 404 Not Found
    http://www.aeroadvertising.ca/aeroslides.xml
    HTTP/1.x 404 Not Found
    http://www.aeroadvertising.ca/aeroimages.swf
    HTTP/1.x 404 Not Found
    Do YOU actually see something with those links?
    I decided to embed the skyalbum code, but the banner files are still missing?  ACE said it was a poor path, but now that I deleted it why won't my top banner images work now-on either page?
    Deleted what? Do you mean this?
    http://www.aeroadvertising.ca/elements/aero_banner.jpg
    I see it fine on http://www.aeroadvertising.ca/ and http://www.aeroadvertising.ca/aero_location.html (if that's what you mean by "either page".
    Mark A. Boyd
    Keep-On-Learnin' :-)
    OK, Uncle, I give up.
    There is no top banner, on my firefox, on either page...   Do you know where the beginner tutorial is for all this?
    Em

  • How to set character encoding to Greek in a javascript file in Dreamweaver CS4?

    I have a javascript file built with a text editor some time
    ago, which has Greek characters in one of the variables:
    1.) --> var
    scrollercontent='</font><br><font face="Verdana"
    color="#333333" size="-1">11-04-2008:
    <b>ΜΑΝΩΛΗΣ
    ΜΗΤΣΙΑΣ
    </b><br><img SRC="mitsias2.gif" height=148 width=104
    border="0" /><p></font>' <--
    In DW CS4 it displays as
    2.) --> var
    scrollercontent='</font><br><font face="Verdana"
    color="#333333" size="-1">11-04-2008: <b>???O??S ???S??S
    </b><br><img SRC="mitsias2.gif" height=148 width=104
    border="0" /><p></font>' <--
    When trying to save the corrected content in 1.) I get an
    error message that DW cannot save the Greek characters. I am asked
    to change the character encoding.
    I don't know how to change the character encoding in a js
    file. Is there a "head" file like in HTML? Or how does one
    determine the character encoding in a js file?
    When I change the encoding in the prefereces, which is
    "Western" to "Greek" or "UTF", I have the same result.
    Thanks for help.
    jml

    The .js file and the html need to have the same encoding. If
    your html uses iso-8859-7, then the .js must also use that. But if
    the original text editor created the .js file using utf-8, then
    that is what the html needs to use.

  • How to edit lasso files in Dreamweaver

    I have to edit some pages with minor changes in Dreamweaver, I'm not a programer, I'm a designer and I understand html files, I can code a little bit but I mostly work on design view.
    The pages that I need to edit have the extension of .lasso files and when I tried to open them in Dreamweaver I'm not getting anything in design view and very little code in code view.
    How can I edit these pages? is this just a programing language? if so, do I need a programer to edit them?
    Thanks

    Hi,
    there are several ways to open *.lasso files, respectively to change or add file extensions to Dreamweaver. Among other links look here:
    http://kb2.adobe.com/cps/164/tn_16410.html
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSc78c5058ca073340dcda9110b1f693f21-7ef 7a.html
    http://www.conticreative.com/The-Conticreative-Joomla-Blog/dreamweaver-ini-files.html
    http://docs9.lassosoft.com/Lasso%209%20Server/003%20Language%20Guide/004%20Web%20Applicati ons/003%20Lasso%20Apps/index.lasso
    ... look here so too: ../configuration/Extensions.txt.
    Hans-G.

  • How can I delete files from Dreamweaver?

    I spent the day creating HTML files for a class assignment. I thought I had all the files in a folder, but they were not. I have since lost the files but not the folders. All I have left are the labels from the files. I need to delete the files and start over. How can I do that?

    Create a new Site Definition in DW by going to Site > New Site. 
    Delete the old site folder from your hard drive with your operating system's File Manager.
    Nancy O.

  • Show all dependent files? Dreamweaver CS4

    Is there an easy way to show folder and/or file dependencies for a site? I thought I was able to see a tree of the site in previous versions of Dreamweaver but I cannot find it now.

    It's been removed - however, it didn't show dependencies, it only showed a navigation tree.  You can get that same thing with something like Xenu for the PC -
    http://home.snafu.de/tilman/xenulink.html

Maybe you are looking for

  • Why can't i see my thumbnails in iPhoto?

    I have hundreds of photos but all the thumbnails are blank.  My photos are still there because i can see them once i open the thumbnails but i can't tell what photo i'm about to look at before i open it.

  • What is the utility of the rating system in zen vision:

    Ok I found it nice to give rating to the songs but if you can't then play your best rated songs or something like that I don't know what to do with it. Is it possible to add a "play best rated" option in the DJ Mode? Thanks a lot !

  • Photo booth album on iphone

    maybe n00b question, but how to delete Photo Booth-album on Iphone that was automatically created when syncronising Iphone-Macbook? ty in advance /Reine

  • Report displays date field on server as timestamp, despite format

    I formatted a date field in my report as 01/03/2009. This looks ok when testing in Crystal Reports. On the server the date displays as 01/03/2009 12:00:00 AM. I really want to get rid of the time, as it doesn't fit in the report. I noticed that in an

  • RFC vs NonSingleton Node

    Dear all,   I need to retrieve a list of order with relevant items. The application will display a list with order header data and, on lead-selection, a detail view view with header details and positions data.   What I need to know is if it is better