I need to find out the font name from a flash site. Is there an application that can do this for m开发者_StackOverflowe?
Thank you!
You can better take a screenshot and use this service: http://new.myfonts.com/WhatTheFont/
You could load this flash into your own flash movie and use Font.enumerateFonts()
(docs) to see which fonts are embedded. But the programmer may use another than the original name.
If you have i.e. FlashDevelop, there is an option in the project tree, to expand an swf file, which will show you all embedded classes, symbols and also fonts.
It isn't a programming answer, but I would try making a screenshot and upload that to WhatTheFont. Helped me sometimes.
精彩评论