Home | Flash AS3 Tutorials | Flash Animation Tutorials | Store

How to Make Transparent Flash Movie

A flash movie with transparent background is fun. This flash tutorial show how to make transparency swf Flash Movie with the wmode parameter.

Please update flash player to view this Flash ActionScript tutorial!

Flash Tutorial Content:

Like transparent GIF, Flash Movie can also be transparent when embed in web pages. An example of transparency Flash Movie is shown as above. Most modern web browsers can support transparent Flash Movie nowadays.

Flash Setting:

Go to [File - Publish Setting], the Publish Settings window appear. Select Transparent Windowless of the Window Mode. See the below picture for details.

Transparent Windowless flash

Webpage Setting:

Use swfobject.js to embed the Flash Movie into the webpage. Be sure to add the following line into the JavaScript in the header:

params.wmode = "transparent";

Download Flash Source File:

Flash Source File transparent-movie.fla

Remarks:

This Flash tutorial shows how to make transparent flash movie with wmode parameter..