There is no way around rewriting some code at least. The MTASC site
gives you some hints about it. The gain is better type safety and faster
compiling. Personally, since the time i'm using MTASC in my projects, i
i try to avoid Flash as much as possible.
My current setup contains Eclipse, FDT, Ant, MTASC, SOS and the original
Flash debugplayer. Works like a charm.
I like the flexibility this setup gives me, but i'm know, it is not for
everyone. Once i prepared a speech about open source tools and created a
list of all the features of the flash ide. I was really astonished, how
long this list became in the end. So if you need a lot of the different
functionalities of flash, it may still be the best to use the original ide.
Cheers,
Ralf.
Stefan Richter wrote:
> MTASC syntax check with F7 works a treat but complains about stuff like
> this:
>
> _peopleSO = SharedObject.getRemote("people_so", nc.uri, false);
> _peopleSO.chatMsg = Delegate.create(this, onChatMsg);
> -----------------
>
> type error SharedObject have no field chatMsg.
>
> I know that _peopleSO["chatMsg"] would probably fix this but this was the
> point I was trying to make earlier about FAME: please do not force me to
> re-write working code.
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org