flash - Cu3er SWF Font -
i have free cu3r slider , need embed font of mine. tried sifr no succes. have settings can make xml file cu3er? thank you!
here’s way of embedding fonts flash:
- go library, right-click , choose "new font ..."
- under "name" field type name of font, example: "myfont".
- select font & style respective drop down menus.
- click "advanced > linkage" , check "export actionscript" , "export in first frame".
- click ok.
open 'actionscript panel' , in first frame register font typing following code:
function getfontnames():array { return ["myfont"]; // list of export names of embedded fonts } stop();
publish swf flash player 9 actionscript 3.
Comments
Post a Comment