简体   繁体   English

Flash builder和.Net集成使用FluorineFx

[英]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.我正在尝试从 Flash builder 4 调用一个用.Net 编写的简单数据服务。请告诉我步骤或任何链接或示例。 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 ps 你也可以使用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 .更好的是创建常规 asp.net webservices ( .asmx ) 并在 flex 应用程序中使用webservice class

Another option is to use a dynamically or static xml-file that you read in flex.另一种选择是使用您在 flex 中读取的动态或 static xml 文件。

FluorineFX has some great examples shipped with the installation. FluorineFX 附带了一些很好的安装示例。 WebORB also has great support, but it's not free + you don't get the source code. WebORB 也有很好的支持,但它不是免费的 + 你没有得到源代码。

On my blog you'll also find some good examples of using FluorineFX with Flex.在我的博客上,您还可以找到一些将 FluorineFX 与 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.这篇文章http://blog.johlero.eu/2011/11/12/invoking-restful-and-amf-services-from-flex-using-wcf-mvc-fluorinefx-in-net/使用了不同的方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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