How To Make a Flash Movie Transparent
After working in Flash for a few hours, you have finally perfected it. Now it's time to upload and embed your creation. But before you can embed it on a web page, you need to make sure it fits in perfectly with the rest of your site. To do this, you have to create a transparent background for your .swf file. Doing so is fairly easy: In just a few simple steps, you can have a Flash movie that works perfectly and integrates seamlessly with the rest of your website.
Instructions
-
-
1
Export your finished .fla file to a .swf file by navigating to "File," then "Publish settings."
-
2
Choose the HTML tab in the "Publish Settings" window.
-
-
3
Navigate to Window Mode, and make sure that "Transparent Windowless" is selected.
-
4
Choose "Publish." This will create a .html file with a transparent .swf file already embedded into it.
-
5
If you want to add a .swf file to an existing page, adjust the code used to embed it by adding a WMODE parameter, which will look like this:
<param name="wmode" value="transparent">.
-
6
Add the following line of code: wmode="transparent" to your embed src line of code.
-
1