http://digitalprostudio.ro/index.html I have a flash in center of page and I want a div in to appear in front of it. how to do that?
You can create one class in css and make that css class property as absolute position and set the width and height of the div as per your flash object size. May this help you
I had to use the z index in order for the html to be on top, and that worked well. And the html is just in a div that is about 1/5th of the size of the flash window positioned by using absolute. pm me if you want to see my site, and you will be able to see for yourself the css / source code.