eka wrote: >do you use the -mx and -keep properties in your MTASC compilation ?
I tried it both with and without those options, and it didn't make any difference: $ mtasc -cp /usr/lib/mtasc/std -cp /usr/lib/mtasc/std8 -version 8 -swf currency.swf -main -header 800:600:20 CurrencyConverter.as CurrencyConverter.as:13: characters 10-19 : type error class not found : TextInput $ mtasc -mx -keep -cp /usr/lib/mtasc/std -cp /usr/lib/mtasc/std8 -version 8 -swf currency.swf -main -header 800:600:20 CurrencyConverter.as CurrencyConverter.as:13: characters 10-19 : type error class not found : TextInput $ mtasc -mx -cp /usr/lib/mtasc/std -cp /usr/lib/mtasc/std8 -version 8 -swf currency.swf -main -header 800:600:20 CurrencyConverter.as CurrencyConverter.as:13: characters 10-19 : type error class not found : TextInput $ mtasc -keep -cp /usr/lib/mtasc/std -cp /usr/lib/mtasc/std8 -version 8 -swf currency.swf -main -header 800:600:20 CurrencyConverter.as CurrencyConverter.as:13: characters 10-19 : type error class not found : TextInput I just don't understand what I would be applying the patches to, since the files, e.g., TextInput.as, don't exist on my system. _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
