Friday, May 25, 2007

Div appear on top of Flash

I think everyone already knows the solution except me. You have a DHTML menu and it appears below the Flash animation, so whats the solution?

Here is the Offical Adobe Tech note Link

But whats the Code? well its just adding new parameter to the flash embed code.

Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">

Add the following parameter to the EMBED tag:
wmode="transparent"

No comments: