Just one last thing. What syntax would I need in that comment block if I wanted to inject code into an existing swf called demo.swf? Demo swf (as stated before) just creates an instance of my Controller and initializes my app. Currently I have this at the top of Controller.as (is this the wrong place for it?):
@mtasc -swf D:\demo.swf -header 739:247:18:639AB8 -mx It creates a swf with the correct dimensions and backgroudn color but it appears empty. Thanks everyone for their input so far, I know I'm close. Stefan > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Philippe > Sent: 28 December 2005 19:12 > To: Open Source Flash Mailing List > Subject: [osflash] FlashDevelop: Project build and -mx parameter > > >type error SharedObject have no field chatMsg. > > MM & MTASC have a bunch of intrinsic classes to describe all > the internal objects of the Flash Player. > > Currently, MTASC's SharedObject class is not 'dynamic' so you > can't add members dynamically. You can change yourself the > class declaration > there: > C:\Program Files\FlashDevelop\tools\mtasc\std\SharedObject.as > > Alternatively if you eventually use the Flash IDE to build > you classes you can change the application setting > 'ASCompletion.MTASC.UseStdClasses' to force FlashDevelop to > use MM intrinsic classes. > > > > Is it normal that I only see 1 error in the FD output panel > even if my > > project contains several errors? > > MTASC stops on the first error. > > > > This class is invalid or does not include a @mtasc build command > > Use a javadoc comment bloc: /** (2 stars)... */ BTW, if you > type /** before a method you will have the option to generate > the @param @return comments automatically. > > _______________________________________________ > 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
