Flash movie with transparent background

May 9, 2010

CS4

How to use  Publish Settings feature in Flash. The Publish Settings dialog box provides an option to affect the WMODE setting. The options selected in the Publish Settings will be added to the HTML source code automatically:

  1. Select the File menu
  2. select Publish Settings ( Ctrl+Shift+F12)
  3. Select the HTML (.html) option
  4. Click the HTML tab
  5. Select the Window Mode menu
  6. Select Transparent Windowless (setting to make the Flash movie’s background disappear in browsers which support this feature.)
  7. Click Publish
  8. Click Ok.

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" 
, , , ,

3 Responses to “Flash movie with transparent background”

  1. Andres Says:

    Seguí los pasos y funcionó perfectamente en WordPress.
    Muchas gracias.

Trackbacks/Pingbacks

  1. Flash movie with transparent background | Flash tutorials | Flash … | Flash Designers - May 9, 2010

    [...] Read the rest here:  Flash movie with transparent background | Flash tutorials | Flash … [...]

  2. Tweets that mention Flash movie with transparent background | Flash tutorials | Flash video tutorials | Flash actionscript | flash animation | flash menu | flashconf.com -- Topsy.com - May 10, 2010

    [...] This post was mentioned on Twitter by J. Anna. J. Anna said: Flash Tutorial: : Flash movie with transparent background http://www.flashconf.com/flash-cs4/flash-movie-with-transparent-background/ [...]

Leave a Reply