I am writing a game with some friends, and it requires outputting from C# to Flash. As I am writing the C# logic, i am responsible for the output part. Basically I want to be able to somehow send, lets say - a string from my C# development project to a Flash project for further actions. I am familiar with C# as well as other languages, though not with Flash. (info thats designed for someone who is familiar with Flash is useful as well). Any help would be appreciates, as well as links to tutorials and other detailed informatics / articles. Thanks.
Hi This will by my first post here ^_^. If you know C# U can create output XML or TXT file with data, then in AS (Action Script) in Flash you can load that data. There is a good code example, how to load XML file to Flash in Adobe Flash Help or you can check link below : http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/js/html/wwhelp.htm Peter