简体   繁体   中英

Flash builder and .Net integration using FluorineFx

I'm trying to call a simple dataservice which is written in.Net from Flash builder 4. Please tell me the steps or else any links or samples. Thank you in advance.

Can't you use google?

Take a look at these, some of the links from the first page of results:

  1. official docs
  2. here
  3. or here

Seems like enough tutorial for me to do what you want.

ps You can also use WebOrb

I tried Fluorine a couple years ago and I thought it sucked. Better is to create regular asp.net webservices ( .asmx ) and in the flex application use the webservice class .

Another option is to use a dynamically or static xml-file that you read in flex.

FluorineFX has some great examples shipped with the installation. WebORB also has great support, but it's not free + you don't get the source code.

On my blog you'll also find some good examples of using FluorineFX with Flex.

This post http://blog.johlero.eu/2011/11/12/invoking-restful-and-amf-services-from-flex-using-wcf-mvc-fluorinefx-in-net/ uses different approaches.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM