I always use the latest technologies. Now I’m using Flash CS4 and for some people I export them in CS3 . I already installed CS5 on my laptop and I’m ready to switch and never use CS3 . I stopped using CS3 when I found out that in CS4 you can embed a font from an external file(using the [Embed] tag) that let’s you have any language in your textfields. That was the biggest problem with the CS3 font renderer: I could not have different languages for different people in other countries.
You can simply add a text field to library in CS3 to solve font embed problem. I use both CS3 & CS4 . I’ll install CS5 .
I always use the latest technologies. Now I’m using Flash CS4 and for some people I export them in CS3 . I already installed CS5 on my laptop and I’m ready to switch and never use CS3 . I stopped using CS3 when I found out that in CS4 you can embed a font from an external file(using the [Embed] tag) that let’s you have any language in your textfields. That was the biggest problem with the CS3 font renderer: I could not have different languages for different people in other countries.
The embed directive is for flex projects, where you don’t use a .fla. Instead of the flash Library you can link to external assets on your hard drive, but after compilation they are added (embedded) in the swf. In conclusion you are not using an external font, you only tell the compiler what to embed. It is the same thing as adding (embedding) a new font inside the Library of a .fla. I think you were referring to loading a A.swf that has a font embedded, into a B.swf, and using the registerFont method to make that font available for the B.swf, which you can do very well with CS3 
- Exclusive Author
- Item was Featured
- Author was Featured
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Sold between 50 000 and 100 000 dollars
- Has been a member for 3-4 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Europe
CS3 over here.
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 6-7 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 500 and 999 users
- Sold between 100 000 and 250 000 dollars
I always use the latest technologies. Now I’m using Flash CS4 and for some people I export them in CS3 . I already installed CS5 on my laptop and I’m ready to switch and never use CS3 . I stopped using CS3 when I found out that in CS4 you can embed a font from an external file(using the [Embed] tag) that let’s you have any language in your textfields. That was the biggest problem with the CS3 font renderer: I could not have different languages for different people in other countries.The embed directive is for flex projects, where you don’t use a .fla. Instead of the flash Library you can link to external assets on your hard drive, but after compilation they are added (embedded) in the swf. In conclusion you are not using an external font, you only tell the compiler what to embed. It is the same thing as adding (embedding) a new font inside the Library of a .fla. I think you were referring to loading a A.swf that has a font embedded, into a B.swf, and using the registerFont method to make that font available for the B.swf, which you can do very well with CS3![]()
Actually no. If the font is replaced without republishing the swf file, it takes the new font. So it looks like it loads it at runtime.
- Sold between 100 000 and 250 000 dollars
- Author had a File in an Envato Bundle
- Has been a member for 4-5 years
- Author had a Free File of the Month
- Won a Competition
- Author was Featured
- Item was Featured
- Bought between 10 and 49 items
Actually no. If the font is replaced without republishing the swf file, it takes the new font. So it looks like it loads it at runtime.the Embed directive works exactly like the library, only differece is you have a better control of font’s charset.
but it seems there’s no way to use bitmap fonts with this.
as Oxylus already said, CS3 allows external fonts loading by using external swf + registerFont
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 6-7 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 500 and 999 users
- Sold between 100 000 and 250 000 dollars
Sorry, you are right. The font seems to be embedded when compiling.
