A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: no background?

  1. #1
    Junior Member
    Join Date
    Oct 2001
    Posts
    4

    Lightbulb

    I have seen on many websites flash that lays over the material on the website. It's very cool... e.g. planes flying across a travel page, done in flash. I haven't figured out how to export an swf without a background. Any ideas?

  2. #2
    GAME ON!!!! megatoon's Avatar
    Join Date
    Jun 2001
    Location
    The Lonely End of the Rink
    Posts
    3,481
    There have been some threads on this in the GH forum:

    http://board.flashkit.com/board/show...hreadid=224784
    http://board.flashkit.com/board/show...hreadid=223183

    OR
    A quote from Gary022576:


    you can do it one of two ways:

    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....


    Hope That Helps

    OR

    http://www.macromedia.com/support/fl...ents/wmode.htm

  3. #3
    Junior Member
    Join Date
    Oct 2001
    Posts
    4
    Thanks, I'll check it out!

  4. #4
    Junior Member
    Join Date
    Nov 2001
    Posts
    3

    thanks megatoon

    thanks megatoon

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

    this works well

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