Need help on passing arrays from javascript to as3

I am working on a break through technology which brings together Audio DSP, Embedded, C/C++ and Javascript/AS3. I am in charge of getting the javascript/as3 done and I am facing a very grave problem. :tired: . Any help is appreciated.

I need to send Arrays to and fro Javascript / Actionscript 3.
I tried the javascript/as gateway from http://osflash.org/flashjs. It’s done in actionscript 2 and I might have to migrate it to as3. I am not sure how long it would take.

And I tried the ExternalInterface class in AS3. But it seems only strings can be passed using the addCallBack() and call() methods. Moreover I was not able to reslove the security issues when the flash player tried to communicate with the javascript.

Please share your experiences in this respect.

Thanks to all…