开发者

How can i get data from flash in ASP.NET?

开发者 https://www.devze.com 2023-03-06 11:57 出处:网络
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/

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号