A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: awf background transparency

  1. #1
    Senior Member mbenney's Avatar
    Join Date
    Mar 2001
    Posts
    2,744
    hiya guys! does anyone know how to make the background of your swf transparent?? ive looked in publishing settings but cant see it, anyone got the magic beans?
    cheers y'all
    ./m

  2. #2
    Sleepy
    Join Date
    Apr 2001
    Location
    Tallahassee, FL
    Posts
    498
    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

  3. #3
    Senior Member mbenney's Avatar
    Join Date
    Mar 2001
    Posts
    2,744
    ok thanks, ill try it, ill post again if i have any more probs

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