section 1 -- programming the display


compiling with mxmlc / compc / asdoc



  mxmlc file.mxml / file.as / file.css
  mxmlc -include-libraries corelib.swc -source-path+="." file.mxml 
  compc -output book.swc -is com -is org
  asdoc -source-path . -output apidoc -doc-sources file.mxml 
  asdoc -source-path . -output apidoc -doc-sources net/ximpel/ 
  

setting (y)our style(s)


creating (the) component(s)