Hi, I'm rather newb at flash and dreamweaver, and I've run into a problem with a website navigation bar made in flash.
I have quite a bit of space set out underneath it, where the drop-down tabs go, set as a transparent background via the HTML option transparent borderless/windowless or something. We set the z-index to a high value so it is above the other elements and wouldn't be covered up by them, but the transparent background seems to be blocking out the text and links underneath it. Is there any solution to this problem? I am using Dreamweaver.
Thanks
you would have to put the flash object in a div if not already and size it to the collapsed size
then in flash you need to use fscommand to talk to javascrip to expand the div to full size on roll over of menu.
so you would have to write a javasript function to recieve the flash command and execute it.