I'm a Microsoft .NET developer that is unfamiliar with the specifics of Flash,
I'm wondering if a Flash file can be served from one website and communicate
via Flash Remoting to another website/web service. The goal is to create an
interactive gui that can reside on multiple client website and talk to my
website for data/db interaction. Is this possible by simply serving a flash
file or does each client need additional application server/CGI/DLLs ?
Thanks in advance,
Stan
ajpowellatl - 12 Jan 2006 21:26 GMT
This is possible. You just need to make use of the crossdomain.xml file on the server where your remoting gateway exists.
HTH,
Andy