compile


  t=`echo file | sed -e "s:-:_:g"`
  echo creating t.mxml / t.as
  mk file.swf
  #mxmlc -include-libraries LIBS -- t.mxml
  #mxmlc -include-libraries LIBS -- t.as
  if [ -f t.swf ]; then mv t.swf file.swf; fi