A mtasc-compiled SWF works pretty much just like a flash IDE-compiled
swf. How you 'communicate' between them, depends on your application.

Is one swf loading the other via loadMovie()? Are they two different
swfs on the same html page? Are they running on the same PC? there are
many questions that influence how they communicate.

How would you communicate between two flash IDE-compiled swfs?
Probably the answer will also work for your situation. (Assuming you
do all your code in external AS2 .as files, and not strewn around on
the timeline, etc)

-David R

On 9/29/06, Kjel Anderson <[EMAIL PROTECTED]> wrote:
> Hey list,
>
> I posted this to flashcoders, but it probably belongs here. I have a flash
> application that I put together with MTASC and swfmill that is pretty
> complicated. I would like to embed this application inside of an application
> that has been Developed in the flash IDE. In order to get this to work, I
> need to get some messaging working between the two applications. From within
> the MTASC application I can see the movieclips that are associated with the
> IDE based application and vice versa. I had hoped to be able to directly
> reference methods within my MTASC created swf. Can anyone tell me what my
> options are for this? I am in the middle of a fairly big project, and this is
> driving me crazy.
>
> Thank you,
>
> Kjel
>
> _______________________________________________
> 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

Reply via email to