I was wondering that how can i get data from flash file in my ASP.NET applic开发者_运维知识库ation?
ASP.NET to Flash: http://www.permadi.com/tutorial/flashVars/
Flash to ASP.NET: http://www.tek-tips.com/viewthread.cfm?qid=1223108&page=1
You could also use an open source library called FluorineFX for this. It is basically a flash remoting gateway, which mimics the functionality of BlazeDS.
I also found a basic tutorial for this.
Cheers
It is most of the time the other way around:
Flash application contacts the back-end, and sends data, processes reply ..
In its simplest form, you POST/GET an dosomething.aspx with a couple of URL parameters and let it update your storage.
精彩评论