Ok, there are some things I cannot figure out. First, here is my folder layout:
project/ project/Project.fla project/deploy/project.swf -- output project/as/MainClass.as -- contains as.MainClass project/as/sim/Class2.as -- contains as.sim.Class2 Do I have to manually specify every class in the GUI? I just specified MainClass.as, and it complains that it can't find as.sim.Class2. I thought mtasc could automatically find nearby classes? When I run the batch file with pause, I see: C:\.....\project\as> ...mtasc.exe...."c:/.../project/as/MainClass.as" This seems incorrect, shouldn't it be running from the 'project' dir, and not the 'project\as' dir? Maybe that's why it can't find as.sim.Class2? And also, when I have run mtasc via commandline, I never specify the full path to the class (I would just write "as/MainClass.as"), but that may be fine. --- One other problem, I added a global classpath to the Preferences dialog, but I don't see that classpath anywhere in the .bat file, it seems to just ignore them. Thanks for the help, -David R On 3/17/06, David Rorex <[EMAIL PROTECTED]> wrote: > It seems to work pretty well, now that i solved the 'wrong windowswf > bug', this is very cool. > > I have one suggestion: Could you capture the output of the command > window, and display it in the flash output pane? This would be easier > to use than having to read from the command window, also, it would > eliminate the problem of the Flash IDE locking up while the command > window is open. > > Thanks! > > -David R > > On 3/17/06, John Grden <[EMAIL PROTECTED]> wrote: > > awesome!!! > > > > On 3/17/06, l u c h y x <[EMAIL PROTECTED]> wrote: > > > > > > Thanks It work perfectlly.!! on XP sp2 spanish. and no alert apear.s > > > You are fantastic. > > > I´m posting the update on my blog too. > > > thanks again > > > > > > luchyx from argentina. > > > http://www.riaevolution.com/blog/ > > > > > > > > > > > > > > > > > > On 17/03/06, John Grden <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > 1. Removed the DLL's from the MXP install > > > 2. Added option of where to save batch file, > > > 3. Took out all references to Guy's DLL - uses the MM DLL completely > > > 4. Should be useable on a mac - but testing is needed for file paths etc. > > > 5. Made class file selection a multi-selection list so removing multiple > > files is eaiser ;) > > > > > > Right now, it should install and work on a mac with the exception of > > running the batch file. In talking with George, we've been told that > > creating a BASH file (generic text file?) on the mac would be executable. > > We're actively looking into getting some help on how we might execute that > > BASH file on a mac ;) > > > > > > > > http://mirror1.cvsdude.com/trac/osflash/flasc/browser/downloads/FLASC.mxp?format=raw > > > > > > -- > > > John Grden - Blitz > > > > > > > > > _______________________________________________ > > > Flasc mailing list > > > [EMAIL PROTECTED] > > > http://osflash.org/mailman/listinfo/flasc_osflash.org > > > > > > > > > > > > > > > > > > -- > > > > > > l u c h y x > > > > > > > > -- > > John Grden - Blitz > > _______________________________________________ > > osflash mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > > > > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
