Hi, I spent the past couple of days dealing with a flash transparency issue. Basically javascript popups were slipping behind my flash banner in IE. After screwing with it endlessly and applying all of the recommended wmode fixes to no avail, I re-exported the movie in flash 7 and viola! It fixed the problem.
<param name="wmode" value="opaque" />
<embed wmode="opaque">
is what I ended up using to deal with the wmode btw.
Anyway, I was wondering which version of flash you guys recommend using for best support/convenience?
Thanks!