Jump to content

DIV over FLASH movie


debu200

Recommended Posts

Hi,Can anyone help me to place a div tag over a flash movie? :) Here is my attempt to do so. <div style="position:absolute; top:50;left:50; WIDTH: 50px; HEIGHT: 255px; BACKGROUND-COLOR:red;z-index:2">ddd</div><iframe src="http://digitalthink.com/dtfs/" style="position:absolute; top:24; left:24; width:500; height:450; z-index:1" >It works well over text and images but fails in case of the flash movie.Thanks and regards.Debopriyo.

Link to comment
Share on other sites

Your <div> tag is fine, it's the flash code that needs this:wmode="transparent"due to the nature of plug-ins (whihch flash player is) the flash movie will get rendered after the web page does. Since it is chronologically last, it will (by default) always be assigned to the foreground. The attribute mention will place the movie on the same "layer" as the rest of the site.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...