transparent background in flash banner

  • Hello,
    I have question. How do I do to creating a flash banner background was not transparent? Thank you for help! *thumbup*


    I have this code:


    Code
    <plugin name="test"         url="images/test1a.swf"        keep="true"         visible="false" enabled="true" handcursor="true" capture="true" children="true"         zorder="84"         alpha="0.00" blendmode="normal"         smoothing="true"         origin="rightbottom" edge="rightbottom"         x="5" y="5"         width="750" height="35"        scale="1"        onloaded=""        onover=""        onhover=""        onout=""        ondown=""        onup=""        onclick=""        />
  • Hi d&g,

    • alpha
      alpha blend factor (0-1), default="1.0"
      NOTE - when alpha is set to "0" the plugin is invisible, but it still receives mouse events, and it also is drawn by the flashplayer.
      to hide a plugin completely, set "visible" to false

    So, just set the alpha value to 1.0 or something greater than 0.00...
    for ex:

    Code
    <plugin name="test" ....  alpha="0.70"  ....  />

    SAlut.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!