Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Flash and Layers

    Hi,

    I have a Flash movie in my page which is just below a scrolling layer on my
    page. This works fine until I go to edit the page in Contribute and the Flash
    Movie appears above the text making it so my client cant edit the text.

    I know that Flash is automatically put into the top layer (and this is fine in
    the browser), but is there not a way to make the Flash content NOT play by
    default in EDIT mode as it does when I edit the page in DW.

    Any help much appreciated.

    Malcolm



    maldc Guest

  2. Similar Questions and Discussions

    1. Layers: Overlapping Layer with Flash over Flash, HELP!
      I am having a bit of a problem trying to overlap flash over flash with layers in dreamweaver. With layers, I can easily overlap html and images with...
    2. director layers and flash
      hi guys, this is probably really easy but I have a little problem. I have a director mx movie with a flash movie on layer 1. I have put some...
    3. Div layers and flash movies
      Hi on my html page i have a flash movie in a div layer, with its z-index set to 1, i have another div layer with a higher z-index value, but with...
    4. Layers and Flash
      Okay I need help bad. I have a site created with layers to organize the different areas. The top layer is the title of the page, and its 760x180....
    5. Overlapping Flash w Layers, HELP!
      I am having a bit of a problem trying to overlap flash over flash with layers in dreamweaver. With layers, I can easily overlap html and images with...
  3. #2

    Default Re: Flash and Layers

    Try adding the parameter below to your flash object . It should at least work on IE browsers
    <param name="wmode" value="transparent">
    TheTakenNickname 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