I cannot get Flash Type to work in my project. I have simplified everything by going to the link below, using the example, "<!-- fonts/EmbeddedFontFaceActionScriptByName.mxml -->" and specifying "Times New Roman." as the system font. Only changing that I get the following error. You can try it too! Join the fun!
Example: http://livedocs.macromedia.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=fonts_070_06.html This is the code, I set to Times New Roman and added flashType='true' /* * Embed a font by name. */ [Embed(systemFont='Times New Roman', fontName='myPlainFont', mimeType='application/x-font', flashType='true' )] private var font1:Class; Here are the error I get: transcoding parameter 'flashType' is not supported by ' flex2.compiler.media.FontTranscoder' ybmain/flex FontTest.mxml /ybmain/flex/FontTest.mxml 1168360959130 6828 dorkie in you font face dork from dorktown

