ID:160271
 
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 direct Flash to DM is possible, but you might try using this Flash/Javascript integration kit. http://weblogs.macromedia.com/flashjavascript/
In response to Xooxer (#1)
It actually is possible, or at least DM >> Flash with Javascript, as you mentioned, and shown here in ID:469539

Surprisingly, I still recall that thread.
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.