Flash video is overlaying the menus or other items

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.

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

Index Previous