Efficient data binding for Flash ActiveX hosted in .Net Forms (not asp.net)
This question asked about embedding a flash player in .net. The answer provided is to place the Flash ActiveX player on the form.
This works for simple things like playing a flash movie. But what if you want to provide data hosted in a .net app for a flex app? Is there an efficient way to migrate data from a .net application into flexible runtime?
0
fawce
source
to share
1 answer
You will need to create a web service using returns vs XML or JSON and / or you can pass the query string data to your flex app via .net.
+1
Charlie
source
to share