The posted info does NO work!!!

Last post 04-09-2007, 1:18 PM by jbergeron9. 1 replies.
Sort Posts: Previous Next
  •  04-09-2007, 12:39 PM 28059

    The posted info does NO work!!!

    I am Embedding chat in my aspx page.  Everything works including the Admin portion.  Only thing that does not work is gettig to the chat room itself.  I copoed this code snippet from the sireand included in my page.  Below is my actual code.
     
    All I get when i get to the chat roon is the line with the font selection.  Any idea?

     
    THis is the HTML code from my ASPX form
     
     
    %@ Page Language="C#" %>
    <%@ Register TagPrefix="CuteChat" TagName="EmbedChannel" src="cutesoft_client/cutechat/embedchannel.ascx" %>
    <html>
     <head runat="server">
      <title>Embed CuteChat </title>
     </head>
     <body>
      <script>
      //set up the parameters 
      Embed_Location='Lobby'
      Embed_LocationId='1'
      </script>
      <CuteChat:EmbedChannel id="EmbedMessenger1" runat="server"></CuteChat:EmbedChannel>
     </body>
    </html>
  •  04-09-2007, 1:18 PM 28062 in reply to 28059

    Re: The posted info does NO work!!!

    Never Mind, I figured it out.&nbsp; I was missing the User display name from the Global.asax file
View as RSS news feed in XML