Hi,

I´m trying to compile the ARP Pizza Sample with FAME but I´m having a 
hard time setting Flashout to see the current project classpath... it 
does not passes to MTASC this information just the MM root classes... I 
tried adding -cp path/to/myproject/root/dir but then it gives other 
weird error at line "0"...

The SWF remains untouched and all the linkage is done from the flash 
IDE... I just want to update the classes so I can make code changes and 
use the blazing-fast compile time of MTASC.

Here is the code I´m using:

import com.ariaware.pizza.view.Application;


class mainApp {
   
   
    function mainApp() {
    
        var foo = com.ariaware.pizza.view.Application;  //This way I´m 
adding the main Application view class and therefore all the other 
needed classes to the swf.... am I right?
       
    }
   
    static function main() {
             
    
       Flashout.log('ARP PIZZA COMPILADO PELO MTASC');
       
       
    }
   
   
   
}

I then tried to compile from SE|PY... it compiles but doesn´t work 
correctly (seems to be something related to the -mx flag.. without this 
it doesn´t compile, with the flag it compiles but the components don´t 
work properly :(

Confusing... :/

        

        
                
_______________________________________________________ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 



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

Reply via email to