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:

  1. go library, right-click , choose "new font ..."
  2. under "name" field type name of font, example: "myfont".
  3. select font & style respective drop down menus.
  4. click "advanced > linkage" , check "export actionscript" , "export in first frame".
  5. click ok.
  6. open 'actionscript panel' , in first frame register font typing following code:

     function getfontnames():array {    return ["myfont"]; // list of export names of embedded fonts  }  stop();     
  7. publish swf flash player 9 actionscript 3.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -