Hi Everyone,
I am using Flash CS5 but working on an old fla file from a few years ago (which uses an AS2 file as its code).
I have to recompile the fla, because I changed a few tiny things in the AS code, so I saved it as CS5, recompiled and published…
The original fla file embeds the font _sans, but it exports it twice (so the AS code could use it), each time with a different identifier.
The problem is that only one identifier is working in the final swf.
Text boxes that use the other identifier do not show any text at all.
So I guess there is a collision? Is it not allowed to export a single font twice with two different identifiers? How to solve this problem?
Fla rules for embedding fonts might have changed since the old fla has been written… because its old swf did show text for both the identifiers.
Your help will be much appreciated! Thanks.