Anyone know how to communicate between DM and Flash? I want to know how to send info to a .swf file being run in a DS browse. Also how to send info from the .swf to DM.
Not sure if Flash supports sockets, but I do know the Flash application can talk to DM through Topic(), if Flash supports sockets you can use Export() to talk to it. Otherwise you'll have to reload the Flash application using arguments generated by DM.