M.Azad
M.Azad

Reputation: 3763

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

I was wondering that how can i get data from flash file in my ASP.NET application?

Upvotes: 2

Views: 1012

Answers (3)

Dennis Jaamann
Dennis Jaamann

Reputation: 3565

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

Upvotes: 1

Bora
Bora

Reputation: 291

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.

Upvotes: 0

Related Questions