随笔分类 -  Flex&Net

Net与Flex入门
摘要:开源项目FluorineFx就是专门针对.NET平台与Flex通信提供的AMF(ActionScript Message Format)协议通信网关,我们可以通过FluorineFx很方便的完成与.NET的通信。 另外还可以轻松的实现及时文字沟通、视频语音通信等及时交互系统的开发。 FluorineFx官方提供了安装包的下载和在线文档,可以帮助我们有效的利用FluorineFx来开发。FluroineFx官方网站:http://www.fluorinefx.com/FluroineFx下载地址:http://www.fluorinefx.com/download.html FluroineF. 阅读全文
posted @ 2011-11-02 14:24 张林春 阅读(748) 评论(0) 推荐(0)
集成.Net / Flex3 & FluorineFX — Part II: The Client
摘要:1) Open Flex Builder and create a new Flex projectFile->New->Flex Project. Do not choose an Application server type, The location of the project folder and output folder are important. In this case, I have saved the web site to c:\Inetpub\wwwroot\FluorineFXText so I saved the new flex project 阅读全文
posted @ 2011-11-02 08:36 张林春 阅读(278) 评论(0) 推荐(0)
How to Integrate .Net / Flex 3 with FluorineFX — Part I: The Server
摘要:If you have a windows server infrastructure and want to build Flex applications, what is the best way to integrate them? This is the first in what will be a series about setting up .Net services as a back end for Flex applications.After reading the documentation and forums for FluorineFX, I felt lik 阅读全文
posted @ 2011-11-02 08:34 张林春 阅读(797) 评论(0) 推荐(0)
Net&JavaScript&Flex
摘要:一、建立webserviceusing System;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protocols;using System.Xml.Linq;[WebService(Namespace = "http://tempuri.org/")][WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]// 若要允许使用 ASP.NET AJAX 从脚本中调用此 Web 服 阅读全文
posted @ 2011-10-24 17:21 张林春 阅读(135) 评论(0) 推荐(0)