Cris
Cris

Reputation: 4044

Reverse Engineer Flash to find out font name?

I need to find out the font name from a flash site. Is there an application that can do this for me?

Thank you!

Upvotes: 1

Views: 2734

Answers (3)

DanielB
DanielB

Reputation: 20230

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.

Upvotes: 1

Norbert
Norbert

Reputation: 4291

It isn't a programming answer, but I would try making a screenshot and upload that to WhatTheFont. Helped me sometimes.

Upvotes: 1

mrkva
mrkva

Reputation: 334

You can better take a screenshot and use this service: http://new.myfonts.com/WhatTheFont/

Upvotes: 2

Related Questions