Flash Remoting with .NET
Macromedia Flash Remoting MX
is a product that allows you to call VB.NET or C#.NET methods directly
from within Flash MX.
These methods can return native ActionScript objects which
you can then use in Flash MX. As an added advantage the data is sent as binary
data instead of verbose XML... I'm a big fan of sending things as XML myself but
it does take a bit of work to parse/validate/handle it if you simple want an
object with a few properties, or a simple Array.
Macromedia have a nice online book
that talks
about how to use it, I haven't had a chance to read through it fully myself but
it looks good from what I've seen so far.
There's a Development Centre on
the Macromedia site that has lots of stuff to look at and play with too, not to
be missed if you want to know more!
Lastly I would like to recommend a book which has been given great
reviews,
Flash.NET.