flash & xml question
flash & xml question
Out of context: Reply #15
- Started
- Last post
- 19 Responses
- Mario0
If you create a symbol of your font you can "refer" to it's ID from CSS.
.headline {
font-family: SymbolLinkageID;
}I don't know if this works, but perhaps this solves your problem?