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

  1. #1

    Default SSI z-index

    The problem I am having is that the nav bar that is loaded with a #include has
    dropdown menus that are covered up by my swf.

    Seems like I should be able to set the z-index of the #include but I can not
    find any documentation on doing so.

    This is a project that I took over when someone else flaked out... my fall
    back plan is to create the menu in flash also, but would rather not if I can
    get by with what they have.

    I'd never used #include, it seemed to work fine with raw html... but now that
    I replaced the content with a swf I can't see the dropdowns.

    Here is the code...


    <!--#include file="nav.html"-->
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=6,0,29,0" width="762" height="635">
    <param name="movie" value="images/test.swf">
    <param name="quality" value="high"><param name="LOOP" value="false">
    <embed src="images/test.swf" width="762" height="635" loop="false"
    quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></embed>
    </object>
    <!--#include virtual="footer.htmlf" -->

    planet13 Guest

  2. Similar Questions and Discussions

    1. Settle a debate - to index or not to index?
      I have 2 tables: mysql> desc a; +---------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key |...
    2. Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
      Hey Folks,(New to .NET) This is driving me NUTZ... If anyone out there can resolve this from me I would greatly appreciate it... Line 238: Line...
    3. Index Topics and Index References
      Ok here is my problem. I Generate my Index and it keeps coming up with the original index i created. I went through all the chapters in my manual...
    4. Newb query: index.htm & index.php & the server default
      The problem I'm trying to solve is as follows: The website has two subdirectories: /ordinary and /phpstuff. Users typing hostname/ordinary get the...
    5. Create index VS Set Index Enabled - IDS 7.31
      Hi List, I am in the process of re-doing my production DB. One of the step I decide to perform was to "Set index enabled" instead of of...
  3. #2

    Default Re: SSI z-index

    All Active content on a page will always rise to the top, so to speak,
    including Flash, certain form elements, Java applets, and Active X controls.
    This means that each of these will poke through layers. There is not a good
    cross-browser/platform reliable way to solve this issue, but if you can be
    confident in your visitors using IE 5+ or NN6+, then you can use the Flash
    wmode parameter.

    MM articles:
    [url]http://www.macromedia.com/support/flash/ts/documents/flash_top_layer.htm[/url]
    [url]http://www.macromedia.com/support/flash/ts/documents/wmode.htm[/url]


    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "planet13" <webforumsuser@macromedia.com> wrote in message
    news:dno738$63c$1@forums.macromedia.com...
    > The problem I am having is that the nav bar that is loaded with a #include
    > has
    > dropdown menus that are covered up by my swf.
    >
    > Seems like I should be able to set the z-index of the #include but I can
    > not
    > find any documentation on doing so.
    >
    > This is a project that I took over when someone else flaked out... my fall
    > back plan is to create the menu in flash also, but would rather not if I
    > can
    > get by with what they have.
    >
    > I'd never used #include, it seemed to work fine with raw html... but now
    > that
    > I replaced the content with a swf I can't see the dropdowns.
    >
    > Here is the code...
    >
    >
    > <!--#include file="nav.html"-->
    > <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=6,0,29,0" width="762" height="635">
    > <param name="movie" value="images/test.swf">
    > <param name="quality" value="high"><param name="LOOP" value="false">
    > <embed src="images/test.swf" width="762" height="635" loop="false"
    > quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash"></embed>
    > </object>
    > <!--#include virtual="footer.htmlf" -->
    >

    Murray *TMM* Guest

  4. #3

    Default Re: SSI z-index

    Thanks Murray...
    With no solid way to do it, I think I am going to recreate the dropdown in flash.
    planet13 Guest

  5. #4

    Default Re: SSI z-index

    Ugh - that's much worse in my opinion. Now you have to worry about
    accessibility and search engines and all that kind of thing....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "planet13" <webforumsuser@macromedia.com> wrote in message
    news:dnq71o$77d$1@forums.macromedia.com...
    > Thanks Murray...
    > With no solid way to do it, I think I am going to recreate the dropdown in
    > flash.

    Murray *TMM* Guest

  6. #5

    Default Re: SSI z-index

    Good points...
    Still undecided.
    What is the over all consensus on using #include?
    planet13 Guest

  7. #6

    Default Re: SSI z-index

    I use it all the time. It couldn't be more useful.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "planet13" <webforumsuser@macromedia.com> wrote in message
    news:dnq8oe$9hr$1@forums.macromedia.com...
    > Good points...
    > Still undecided.
    > What is the over all consensus on using #include?

    Murray *TMM* 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