I’ve got to access text inside a flash object. The preferred method is via C#, but anything that works will do. The only requirement is that I’ll need the resulting information to be transferred back to c# code.
Let’s take, for example, this page.
With fireflashbug, you can easily access individual elements inside flash object and read/change html texts inside each of them.
To work, it requires Flash Debugger.
How can I do the same from my own code?
You can use AS3 ExternalInterface with or without JS. Check this thread too:
C# and Flash communication