| Sometimes, it is desirable
to make your flash movie background transparent. E.g.
when you want to achieve the following effect (a movie
on top of the text content). Click Show
&
Hide to play with it.
Below are different ways to make a transparent
background for your flash movie.
If you are using Flash editor to porduce
your HTML code, you need to change your publish settings
as follow:
- File menu -> Publish Settings -> HTML Tab
- Look for WMODE setting and select transparent for
it. Then publish to produce your HTML code.
If you are using Dreamweaver to insert
your flash movie, you need to set the parameter of the
movie as follow:
- Select the flash movie, click the parameter button
in the property panel.
- in the popup, add a parameter "WMODE"
and set its value to "transparent".
If you edit your HTML code manually, you
need to:
- add the following to the object tag:
<param name="wmode"
value="transparent"> |
- add the following parameter to the EMBED tag:
Thats all. Enjoy!
< Tutorials
Index - Post
suggestions> |
| |