compile


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