Flash Communication

Hey there, a friend just send me this link http://osflash.org/localconnection .

On the page there is an example where an exe file and a swf file are communicating via shared memory. The sourcecode is also available in C.

I never coded in C and I`m just started with C# my question is, is it hard to rewrite the code in C#, cause it would be really cool to have a VVVV to Flash Connection Plugin for Interfaces and other cool stuff.

Greetings robi

why not use the xmlsocket feature in flash
its newer, more flexible and you can communicate all kinds of data.
in vvvv use the tcp node to recieve and send
greetz
viktor

or use OSC and build your interface in an OSC-compatible language. then you can even control from remote location