I'm pretty certain that it works as is for MTASC compilation. The issue is extracting the intrinsic classes out of the SWC file. I have used Steve Websters python script to do this in the past. http://dynamicflash.com/2005/07/swcextract-03/ Hopefully this will help get you going with it.
-Chris On 12/8/06, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > Seems mCom guys have released new version that works with MTASC.... > > Contact them.. > > -abdul > > moorthy wrote: > > I bought mCom components as my MM components were giving issues when used > > with Director. > > > > mCom is just fine when you use with MMC. But my project is compiled using > > MTASC and swfmill. > > > > MTASC is asking for inclusion of the classes. I tried giving the -cp > > and -pack attributes in several ways. > > > > This is my run.bat file:' > > > > mtasc -version 8 -cp ".\macromedia" -cp ".\classes" -cp ".\admin" -mx -swf > > uiassetsnew.swf -out classes.swf -pack sbg -pack skbg > > > > swfmill simple application.xml container.swf > > > > If you have some experience in dealing with this situation, it will be > > helpful for me.... > > > > Thanks > > Moorthy for Vipin > > > > > > > > _______________________________________________ > > 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 > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
