Mark Leder wrote: > I have an XML flash horizontal drop down menu with a param wmode= > transparent so that the drop downs cover over some of the content (like a > dhtml menu). This works fine. Problem is, if I have a page with an html > form that the menu overlays, I can see the html form fields, but I can't > click and add/edit data in the fields. I've tried wraping the <form> and > the flash movie with z-index layers with no luck. This happens with both IE > and FF. Ideas?
Browser rules apply. Many browsers now offer an offscreen compositing option, triggered by the WMODE attribute in the OBJECT & EMBED tags for a plugin. The plugin doesn't much care whether the display goes directly to screen, or to the browser's offscreen drawing buffer before hitting the screen... that WMODE lets the plugin know where to pipe its pixels, but (from all I've seen) doesn't affect what the plugin itself does. I haven't checked whether the various browsers send a mouseclick to the elements it drew from markup, or to that magic rectangle it received from a plugin and merged with its own content. The browser makers tend not to document combinations of features like this. (I wish they did, but they don't.) What you tested sounds plausible to me, but the above general context is all I have on how this drawing is done, sorry. jd -- John Dowdell . Macromedia Developer Support . San Francisco CA USA Weblog: http://www.macromedia.com/go/blog_jd Aggregator: http://www.macromedia.com/go/weblogs Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record is best, thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212246 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

