A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: transparent boxes

  1. #1
    Member
    Join Date
    Dec 2001
    Posts
    37
    I want to make a new Flash window with a transparent background (still allowing you to see the stage background) pop up after I click on a button. Can anyone give me some advice and help? Thanks...

  2. #2
    GAME ON!!!! megatoon's Avatar
    Join Date
    Jun 2001
    Location
    The Lonely End of the Rink
    Posts
    3,481
    You can make the swf bg transp in html with the following:

    1) go to file->publish settings->HTML
    for "Window Mode" choose "Transparent Windowless"

    this will add the correct param tag to the resulting HTML generated when you publish the movie (Shift-F12)

    2) go to the html page in which you embedded the swf movie and add the following tag INSIDE the object tag:

    <PARAM name="wmode" value="transparent">

    Note: transparency only works with the IE browser, and does not work with Netscape....

    Then just place a solid bg in the areas you want the bg to show.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center