Editing the flash video code requires you be in HTML mode.
Editing HTML code manually
To fix the flash video overlay issue - Edit the existing HTML page, add the WMODE parameters to the HTML code.
- Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">
- Add the following parameter to the EMBED tag:
wmode="transparent"
