Skip to content
Cawd Logo Cawd
  • Home
  • About
  • Assignments
  • Student Work
  • Resources
  • Contact

Make your Flash background transparent (invisible) in xhtml/css

Make your Flash background transparent (invisible) in xhtml/css

If you wish to remove your background from your Flash file when using xhtml/css (handy when integrating in your Flash into a Photoshop built layout) add the following code in your Flash object code:

<param name="wmode" value="transparent"> between the open and close object tags.

So your full object code would now look like:

<object type="application/x-shockwave-flash" data="yourFile.swf" width="550" height="400">
<param name="movie" value="yourFile.swf" />
<param name="wmode" value="transparent">
</object>

Cawd Instructors:

Matt Cronin

Will Bohmann

Instragram Facebook Twitter

A little about Cawd:

Serving high school students interested in Computer Animation, Game Design, and Web Development in North Western Vermont.

Students continue at:

University of Vermont Ringling School of Art and Design Northeastern University Rochester Institute of Technology Concordia University

Students find careers at:

Dealer.com Union Street Media Rovers North Prudential Investments DockYard
Navigate to top of page