Transparent Background in Flash Movies

Editing HTML code manually

To edit an 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”

Post comment