selectors in style sheet for TLF?
I'm having a little problem getting selectors in a StyleSheet to work properly in a TLF. Just curious if this is supported or isn't. Something like:
@11909012 tlf "flashx.textLayout.elements.*";
tlf|span
{
fontSize:"30";
}
doesn't seem to work in build 12087. Also a second question: a styleName applied to span seems to work fine, but not to a link. Is the only way to style a link through the FlowElement.linkActiveFormat, FlowElement.linkHoverFormat and FlowElement.linkNormalFormat? Thanks in advance,
