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

  1. #1

    Default flash in a web page

    Hi all,
    I have made a flash menu and implemented it into a web page.
    Some of these pages have an image gallery that is in a layer instead of a pop
    up.
    My problem is that the flash always sits on top of the draggable layer, even
    when I give the menu a z-index of -1000 and the layer the z-index of 1000.

    Has anybody seen this before? Or better yet, know a way around it?

    Here is a link incase I was unclear.

    [url]http://www.axent.com.au/dev/catalogue.php[/url]

    Even some advice in the right direction or around this would be fantastic.
    Cheers,
    Simon

    simonAnderson Guest

  2. Similar Questions and Discussions

    1. Flash Start Page
      All, I'm currently in the process of building a website, however I would like to have a flash page loading first with a link to index.html. Does...
    2. Load HTML page within my Flash web page
      Sorry if this has been asked before. New to the Forum. Is it possible to load an html page ( "eBay" for example ) in my flash web page. Still have...
    3. Calling on the Flash gurus!! How do I bring in a multi-page PDF into Flash?
      Hello, I think this may be new territory, well for me at least. I am trying to IMPORT a cable drawing package (PDF with over a hundred pages)...
    4. Send data to Flash from a page without reloading the flash file
      The title tells the most, I want to send like, "hello" to a flashfile from a html page(the flash file is on the site) without having to reload the...
    5. Flash properties "Src" field. I save flash project, page doesn't work
      Hi Guys, I create a movie in flash and export it WITHOUT SAVING THE PROJECT. I insert it into an HTML page within Dreamweaver, save the page, ...
  3. #2

    Default Re: flash in a web page

    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
    ==================


    "simonAnderson" <webforumsuser@macromedia.com> wrote in message
    news:dn3agi$k8d$1@forums.macromedia.com...
    > Hi all,
    > I have made a flash menu and implemented it into a web page.
    > Some of these pages have an image gallery that is in a layer instead of a
    > pop
    > up.
    > My problem is that the flash always sits on top of the draggable layer,
    > even
    > when I give the menu a z-index of -1000 and the layer the z-index of 1000.
    >
    > Has anybody seen this before? Or better yet, know a way around it?
    >
    > Here is a link incase I was unclear.
    >
    > [url]http://www.axent.com.au/dev/catalogue.php[/url]
    >
    > Even some advice in the right direction or around this would be fantastic.
    > Cheers,
    > Simon
    >

    Murray *TMM* Guest

  4. #3

    Default Re: flash in a web page

    Cheers, thanks for the help.
    I knew I had encountered something that was going to be an issue.
    The other option is to constrain the draggable area, and with smaller
    resolutions this isn't going to be fun.

    simonAnderson 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