Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 23rd, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to change properties of elemnts\childs created with script on flash builder
  2. var mylabel:Label = new Label()
  3.                 mylabel.font
  4.        
  5. myLabel.setStyle('fontFamily', newFont)
  6.        
  7. myLabel.setStyle("fontFamily", "Arial")