swf background transparent

Ask a Question related to Macromedia Flash, Design and Development.

  1. #1

    Default swf background transparent

    Samone knows to place in the swf a background transparent?

    Sorry my English is very bad.. i'm portuguese

    thanks !!
    Sónia


    sonia Guest

  2. Similar Questions and Discussions

    1. Transparent background for div?
      Hello, all. Is it possible to have a div with *just* the background semi-transparent (opacity: 50%)? I know how to do the whole div, but wondered...
    2. transparent background--how to get one???
      selected a turtle in pshop and gave it a transparent background.. copied it into illustrator to use BUT it still has a white background when i place...
    3. Transparent Background?
      I have created a simple swf files, the background appares to be black when I put it on my site, how can I make the background transparent? Thank...
    4. Why isn't my background transparent?
      It's been a long time since I've used Freehand. Last version I used was FH8. I'm now working with FHMX. With FH8, I used to be able to save a vector...
    5. Transparent background??
      Hello, I am trying to make an image with a transparent background...I set the canvas as transparent, but when I export to .gif or preview, I get...
  3. #2

    Default Re: swf background transparent

    On Sat, 6 Nov 2004 08:54:11 -0000, "sonia" <soniasemiao@hotmail.com>
    wrote:
    >Samone knows to place in the swf a background transparent?
    >
    >Sorry my English is very bad.. i'm portuguese
    >
    >thanks !!
    >Sónia
    >
    A true 'transparent' background is useless IF whatever you put on the
    lowest level is really the background or bottom layer. What you
    probably really want are one or more semi-transparent layers higher
    (positioned above) your background layer. These depending on their
    alpha setting will allow some of the lower or a background layer to
    bleed through.

    For example if you have a image on your "background" layer and then
    creae new layer and draw a object, lets say a orange colored square,
    and then make it a symbol then change ITS alpha to 50%, if you positon
    this orange square over the background image you'll have the
    underlying image take on a orangish cast since the square in 50%
    transparent allowing the image blow to bleed through.

    Changing the alpha can be done manually (right click on the symbol) or
    with ActionScripting.

    Adam Albright Guest

  4. #3

    Default Re: swf background transparent

    __ALL__ SWF movies always have transparent backgrounds.

    It is Flash Player that will display a solid background behind your SWF file
    (in the color your HTML or SWF file nominates).

    You can tell Flash Player to NOT display a background behind the movie .. by
    setting wmode to "transparent" in the HTML object and embed tags.

    HOWEVER .. transparent wmode is VERY buggy .. it can make movies play upside
    down, not scroll, stop buttons from working, movie content being offset etc
    etc. Also it does not work on all browsers.

    So effectively the answer is you CANNOT have a non-trivial SWF with a
    transparent background in a browser (without it stuffing up the movie).

    You can, however, make third-party projector EXE's (eg SWiSHstudio, Jugglor
    , SWF studio etc etc) that have transparent backgrounds and can run on your
    desktop over other windows etc.


    Jeckyl Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139