I Develop a software that is based on Microsoft's .NET framework and is written with C#, our interface is developed on Adobe Flash Platform.
The Big issue is that the communication between them is very poor, as far as we know we can only send Strings to each other.
Is there any way that it could send other DATA Types like an Array as long as flash dont need to parse it and do a cast to Array it will be an upgrade.
Considering that we send trough this little bridge a XML with like 4000 lines we really need to upgrade this pipeline.
PS: JSON is not in our plans for very simple reasons, its ultra new at flash platform and we don't want to force our users to upgrade their activeX players to the very last version.
You may want to take a look at Fluorine FX. We are using that to send entire .NET objects from .NET to Flex.