Forum Moderators: not2easy
However, there are methods to get around it (I've posted on my blog about this - let me dig it up...)
Hmm..
here it is..
You must set the background of the Flash object to be transparent. In two places. Add this line to your object/embed code within your (X)HTML file:
<param name="wmode" value="transparent">
…and in the line that starts out <embed src="…>, you must add 'wmode="transparent"'.
I believe you also have to set the background of the Flash file as transparent, as well.