PC6下载站

分类分类

用Agent+ASP技术制作语音聊天室

关注+2004-11-07作者:蓝点

用Agent+ASP技术制作语音聊天室

--------------------以下为程序内容,按文章中出现的顺序分块排序






codeBase=#VERSION=2,0,0,0 id=Agent>








codeBase=#VERSION=6,0,0,0 id=TruVoice width="14" height="14">



______________________________________________________________



尝试从微软Agent角色目录中装载

Set LoadRequestUNC = Agent.Characters.Load ("Peedy", "Peedy.acs")



  If LoadRequestUNC.Status <> 0 Then

    ' 如果失败便尝试从微软服务器下载

    Set LoadRequestURL = Agent.Characters.Load ("Peedy", "http://agent.microsoft.com/agent2/chars/peedy/peedy.acf")

  Else

    ' 现在产生一个Peedy实例

    Set Peedy = Agent.Characters("Peedy")

  End If

_____________________________________________________________







Welcome to My Chatroom!





  

Your name please:

  

  





Click here to go to download page.







_______________________________________________________________________





_______________________________________________________________________

<%

  Session("username") = Server.HtmlEncode(Request.Form("txtUsername"))

  Session("personalid")=0

%>





Welcome to My Chatroom!





  

  

    

    

    

  









________________________________________________________________










codeBase=#VERSION=2,0,0,0 id=Agent>






codeBase=#VERSION=6,0,0,0 id=TruVoice width="14" height="14">













________________________________________________________________







  











____________________________________________________________________



<%

  Application.Lock

  If Request.Form("txtMessage") <> "" Then

    Application("message") = Server.HtmlEncode(Request.Form("txtMessage"))

    Application("sender")  = Session("username")

    Application("expression") = Request.Form("rdoExpression")

    Application("globalid") = Application("globalid") + 1

  End If

  Application.UnLock

%>











  



  You are welcome,<%=Session("username")%>     

  &nbsp;    

  



  



  Choose an expression:


  Normal     

  Explain     

  Greet  

  Congratulate      

  Decline

  Pleased

  Think     

  Announce     

  Uncertain     

  Gesture Right      

  Don't Recognize  

  Get Attention

  Do Magic  

  



  



  Message:

         

  










展开全部

相关文章

更多+相同厂商

热门推荐

  • 最新排行
  • 最热排行
  • 评分最高
排行榜

    点击查看更多

      点击查看更多

        点击查看更多

        说两句网友评论

          我要评论...
          取消