flex .net½»»¥
	
    
    
	<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" >
<mx:Script>
  <![CDATA[
import mx.controls.Alert;
import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;
private function onSuccess(evt:ResultEvent):void
   {
   Alert.show(evt.result.toString());
   }
]]>
</mx:Script>
<mx:WebService id="dataService" wsdl="http://localhost:4702/flex/WebService.asmx?wsdl" useProxy="false">
<mx:operation name="HelloWorld"  result="onSuccess(event)"  />
</mx:WebService>
<mx:Button x="73" y="48" label="Button" click="dataService.HelloWorld.send()"/>
</mx:Application>
====================FLEX==========
Imports System.Web
Imports System.Web.Services
Imports System.Web.Services.Protocols
'ÈôÒªÔÊÐíʹÓà ASP.NET AJAX ´Ó½Å±¾Öе÷ÓÃ´Ë Web ·þÎñ£¬ÇëÈ¡Ïû¶ÔÏÂÐеÄ×¢ÊÍ¡£
<System.Web.Script.Services.ScriptService()> _
<WebService(Namespace:="http://tempuri.org/")> _
<WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Public Class WebService
    Inherits System.Web.Services.WebService
    <WebMethod()> _
    Public Function HelloWorld() As String
        Return "Hello World"
    End Function
End Class
===================.NET============
    
     
	
	
    
    
	Ïà¹ØÎĵµ£º
        
    
    
Flex RadarChart À×´ïͼ
ÍÆ¼ö½â¾ö·½°¸£º
²Î¿¼ÍøÕ¾
http://lab.kapit.fr/display/radarchart/Download
Èí¼þÐí¿ÉÐÒé¿ÉÒÔʹÓÃÉçÇøÃâ·Ñ°æ
±¾:http://lab.kapit.fr/display/Store/Free+License
ÏÂÔØ×îеÄRadarChartDemo-
Community-1.X.zip 
ÏÂÔØ°üÀïRadarChartDemo-Community-1.5.2Óиö
Readme_Application.pdfÀïà ......
	
    
        
    
    <mx:HSlider id="priceSlider" creationComplete="{HsilderChangeThumb(event)}"/>
<mx:Script>
        <![CDATA[
private function HsilderChangeThumb(e:Event):void
  {
    var slider:HSlider = e.target as HSlider; 
 &nbs ......
	
    
        
    
    
½ñÌìÕÛÌÚÁË´ó°ëÌìFlashÓëFlex3µÄÅäºÏ£¬ÌØ×ܽáÒ»ÏÂÐĵÃÌå»á£º
1£© Èç¹ûÊÇͨ¹ýEmbedÀ´Ç¶ÈëswfµÄ»°£¬Flex3Ö»Ö§³ÖFlashCS2Ëù´´½¨µÄswf.
2) Èç¹ûÊÇͨ¹ýloaderÀ´¼ÓÔØµÄ»°£¬Ö»ÓÐAS3µÄswf²ÅÄÜÔÚ¼ÓÔØºó±»¿ØÖÆ£¨ÕâºÍµÚÒ»µãÏà·´£¬ÎÒ»¨Á˺ܳ¤Ê±¼ä²ÅŪÃ÷·¢ÏÖÕâÁ½µã£¬º¹£¡£©
3£© Èç¹ûÒªÖ±½Ó¼ÓÔØµ½Flexµ±ÖУ¬Àà±ØÐë¼Ì³ÐUIComponent£¬Õ ......
	
    
        
    
    --------web.xmlÎļþ
<listener>
        <listener-class>flex.messaging.HttpFlexSession</listener-class>
    </listener>
--------Java´úÂë
public class GetSeesion {
 /**
  * ÉèÖÃsession
  * */
 public ......
	
    
        
    
    Top 10 things new Flex developers should know
By Michael Portuesi | Published: November 27, 2009
While helping a coworker get started with Flash and Flex development, I thought it would be a good time to cover the list of things that I have found pretty essential to know about Flex development, co ......