Flash with DHTML
- Started
- Last post
- 3 Responses
- fusion41
Does anybody know if it is possible to nest flash within a dhtml layer?
I want to build a menu system that would display over the content (html). It would be similar in function to this menu system.
http://www.acdsystems.com/
except in flash.Thanks
- fusion410
*bump
anyone?
- yurimon0
I've tried to do the same but with scroll down Menu. You have to set the background to transparent but that will not work in Moziila, Netscape and I haven't tried with Aol. IT sux big time. also try to use layers and see if flash is on the bottom layer below DHTML. I think in LAyer ID set to 1 or 0
It hasn't worked for me. Probe better just to do the whole thing in flash. I hope they fix this sometime soon.
- afxrephlex0
this can be done, but different browsers handle "flash encapsulated in a dhtml layer" differently.
Also, if there is a select element (of a form); most of the browsers place the select on top of everything, including flash no matter what z-index you gave to the dhtml layer. One trick used with js menus is to hide the select element, but with flash, it is really a burden.