Actually, they've released the source code with the latest release ( http://www.digitalflipbook.com/archives/2006/12/metaliq_compone.php), but straight out of the box they are not currently mtasc compliant. The compiler will complain. The past couple of days I've been tweaking the classes to compile properly with mtasc. Its pretty straight-forward to fix if you know what you're doing. Just making sure certain things are typed properly, no local named function definitions, no empty return statements to break out of methods if the return type isn't Void, etc. I'll try to touch on the details a little more in another post on my site.
Mark 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
