I'm trying a simple test of FAME using some custom components that I wrote. One of them extends UIComponent and one of them doesn't. I added them to the library of a FLA and compiled the swf in MMC. Since flashout doesn't seem to support being able to disable the -main directive of mtasc, I am trying to use the custom compiler params.

When I try to compile I get the message "(unknown) : type error class not found : C:.apps.mtasc-1.09.mtasc". The custom command I am using is (copied from original with -main removed):

C:\apps\mtasc-1.09\mtasc.exe -swf C:\morpheus\intouch\flash\trunk\src\playground\mtasc_lib\src\test.swf -cp C:\morpheus\intouch\flash\trunk\src\playground\mtasc_lib\src Test.as -trace Flashout.traceReplacer -out C:\morpheus\intouch\flash\trunk\src\playground\mtasc_lib\deploy\test.swf -cp "C:\morpheus\intouch\flash\trunk\lib" -cp "c:\program files\macromedia\flash mx 2004\en\First Run\Classes"

When I cut-and-paste the above command to a console window, it runs fine. Is there some option I am missing or should I be doing this another way?

Thanks,
Collin

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to