Cannot install Flash Video. Template Locked

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Cannot install Flash Video. Template Locked

    The .htm that I am tryig to insert the Flash 8 video was built from a .dwt. At
    the end of the installtion
    I get this Dreamweaver error message is "Making this change would require
    changing code that is locked
    by a template or a translator. The change will be discarded."

    The .dwt has 2 css within. I believe the problem involves the css.
    I have no problem installing the video in a page not built with a template or
    without css..

    keyk Guest

  2. Similar Questions and Discussions

    1. Flash Video Template
      Hi, can anyone tell me if there (on net) is a free Flash video template as it is here?: http://www.adobe.com/products/dreamweaver/ I want...
    2. Unable to open flash video template
      Hey, I am having the same issue. I'm trying to figure out how to do Streaming FLV's and while downloading this tutorial:...
    3. Template problem: "making this change would require changing code that is locked..." error.
      Hi all, I have read past postings, checked syntax and code (to the best of my somewhat humble abilities) and tried all sorts of solutions short of...
    4. "changing code that is locked by a template"
      I've upgraded from DW 4 to MX (6.1) and am having problems with one on my sites. Editing any of the pages based on templates results in this error...
    5. Error from Hell: Locked by a template or translator!!!
      it's to do with the "Code outside of template is locked" feature which doesnt seem to work properly anyway. set to true or false it still throws...
  3. #2

    Default Re: Cannot install Flash Video. Template Locked

    > The .dwt has 2 css within. I believe the problem involves the css.

    I don't think so.

    Do you have an editable region in the head of the child page?

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "keyk" <webforumsuser@macromedia.com> wrote in message
    news:ebdoe6$lia$1@forums.macromedia.com...
    > The .htm that I am tryig to insert the Flash 8 video was built from a
    > .dwt. At
    > the end of the installtion
    > I get this Dreamweaver error message is "Making this change would require
    > changing code that is locked
    > by a template or a translator. The change will be discarded."
    >
    > The .dwt has 2 css within. I believe the problem involves the css.
    > I have no problem installing the video in a page not built with a template
    > or
    > without css..
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Cannot install Flash Video. Template Locked

    Ace,
    I don't believe I have an editable region in the head of any of the child
    pages? See beginning of the child page code below:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin
    template="/Templates/2006_template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Home</title>
    <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" -->
    <style type="text/css" media="screen">
    <!--

    Thanks for responding,
    Kevin

    keyk Guest

  5. #4

    Default Re: Cannot install Flash Video. Template Locked

    --><!-- InstanceBeginEditable name="head" --><style type="text/css"
    media="screen">
    <!--

    That's an editable region, no?

    When you run your child page through the validator at
    [url]http://validator.w3.org[/url], does it validate?


    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "keyk" <webforumsuser@macromedia.com> wrote in message
    news:ebdvj1$t8a$1@forums.macromedia.com...
    > Ace,
    > I don't believe I have an editable region in the head of any of the child
    > pages? See beginning of the child page code below:
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin
    > template="/Templates/2006_template.dwt"
    > codeOutsideHTMLIsLocked="false" -->
    > <head>
    > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    > <!-- InstanceBeginEditable name="doctitle" -->
    > <title>Home</title>
    > <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" -->
    > <style type="text/css" media="screen">
    > <!--
    >
    > Thanks for responding,
    > Kevin
    >

    Murray *ACE* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139