使用 FluorineFx 进行 Flash 构建器和 .Net 集成

发布于 2024-11-25 03:09:53 字数 71 浏览 3 评论 0原文

我正在尝试从 Flash builder 4 调用一个用 .Net 编写的简单数据服务。请告诉我步骤或任何链接或示例。先感谢您。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

如若梦似彩虹 2024-12-02 03:09:53

你不能用谷歌吗?

看看这些,结果第一页的一些链接:

  1. 官方文档
  2. 此处
  3. 或此处

似乎教程足以让我做你想做的事。

附注
您还可以使用 WebOrb

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.

p.s.
You can also use WebOrb

つ低調成傷 2024-12-02 03:09:53

FluorineFX 在安装时附带了一些很棒的示例。 WebORB 也有很好的支持,但它不是免费的+你得不到源代码。

在我的博客上,您还可以找到一些将 FluorineFX 与 Flex 结合使用的好示例。

这篇文章http://blog.johlero.eu/2011/11/12/invoking-restful-and-amf-services-from-flex-using-wcf-mvc-fluinefx-in-net/ 使用不同的方法。

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.

暮年慕年 2024-12-02 03:09:53

几年前我尝试过氟,但我觉得它很糟糕。更好的方法是创建常规的 ASP.NET Web 服务 (.asmx),并在 Flex 应用程序中使用 网络服务类

另一种选择是使用在 flex 中读取的动态或静态 xml 文件。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文