Add the following parameter to the OBJECT tag:
HTML Code:
<param name="wmode" value="transparent">
Add the following attribute to the EMBED tag:
Code:
wmode="transparent"
Or, if you are using two object tags, as can and is sometimes done, add the param tag to both of them.
If you are using script to generate the tags (as is frequently done to avoid the 'click to activate' feature in some browsers), the wmode transparent must be passed to the script. This is easily accomplished but, varies depending upon the sort of script one uses. Some scripts do it automatically.
Bookmarks