Did you embed the font?
Non embedded fonts will not respond to alphas.
The only work around is using a dissolve with the parents background
color.
Peace, Mike
Ok, I have now tried to embed some fonts and still can not get the alpha
property to have any effect!
<mx:Style>
@font-face {
src:url("C:/WINDOWS/Fonts/georgia.ttf");
fontFamily: mcGeorgia;
flashType: true;
}
...
Label {
fontSize: 12;
fontFamily: mcGeorgia;
}
</mxStyle>
<mx:Label alpha=".1"
text="{draws.currentItem.R_MOB_MNAME}"
toolTip="{draws.currentItem.R_MDL_MOBLID} {draws.currentItem.R_MOB_M
NAME} AM: {draws.currentItem.R_RCT_NAME}"
width="100%" minWidth="0"
truncateToFit="true"/>
Confidentiality Notice: This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
--- Begin Message ---
Did you embed the font?
Non embedded fonts will not respond to alphas.
The only work around is using a dissolve with the parents background color.
Peace, Mike
On 5/8/07, Ian Skinner <ian.skinner@ <mailto:[EMAIL PROTECTED]>
bloodsource.org> wrote:
Am I attempting to use the alpha property incorrectly?
<mx:Label alpha=".1"
text="{draws.currentItem.R_MOB_MNAME}"
toolTip="{draws.currentItem.R_MDL_MOBLID} {draws.currentItem.R_MOB_MNAME} AM:
{draws.currentItem.R_RCT_NAME}"
width="100%" minWidth="0"
truncateToFit="true"/>
I expected this to produce an almost invisible text. Nothing changed.
--
Teoti Graphix
http://www.teotigra <http://www.teotigraphix.com> phix.com
Blog - Flex2Components
http://www.flex2com <http://www.flex2components.com> ponents.com
You can find more by solving the problem then by 'asking the question'.
--- End Message ---