ASP+Flash 通讯 载入变量

      flash As 2005-9-1 16:47:00
fla

使用LoadVars:  
on  (press)  {  
           var  my_lv:LoadVars  =  new  LoadVars();  
           my_lv.onLoad  =  function(success:Boolean)  {  
                       if  (success)  {  
                                   Names  =  this.Name;  
                       }  else  {  
                                   trace("Error  loading/parsing  LoadVars.");  
                       }  
           };  
           my_lv.load("soft.asp?Record=0");  
}


soft.asp
<%
a=Request("Record")
Response.write "Name=" & Server.URLEncode(a)
%>
标签集:TAGS:
回复Comments() 点击Count()
喜欢就顶一下

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}