[AS3] Embedding multiple members of a font-family

[QUOTE=justsomeguy;2353743]I use the [Embed] tag because I’m using Flex2 SDK + mxmlc, not the Flash IDE – just pure plain text actionscript files (the compiler is free by the way and runs on Linux). Adding the font to the library should be equivalent, but I have no experience with it myself. Also, I can’t use myFormat.font for textfields with CSS styles attached because the compiler gives errors. So I use style.fontFamily=“Verdana” instead. So what you’re doing seems fine in your case, but won’t work for other situations.[/QUOTE]
ok, thanks