Answered
Can you embed a font just using ActionScript in Flash CS4?
I want to embed a font for use with the new text framework in
Flash CS4 just using ActionScript. Can anyone provide an
example?
quote:
The new embed functionality is in mxmlc.jar. You could try replacing the mxmlc.jar installed with Flash CS4 with a more recent version, but i’m not very optimistic that would work very well (definitely don’t delete the old copy). The dependencies between flash and mxmlc are many and complex, and they have likely been broken in new versions.
quote:
"Error initializing Java Runtime Environment. You may need to reinstall Flash."
quote:
You could create a swc file using a new version of flexbuilder with the new embed stuff available in gumbo (defining ArialEmbeddedFont), and then put the swc in the library path for your FLA and access the ArialEmbeddedFont that way. I think that would work fine, since flexbuilder would handle the [Embed]. The only issue would be if the flash swc linker doesn’t handle definefont4 correctly, but i think we tested that.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.