[flexcoders] Re: NetStream.Publish.BadName

2010-04-19 Thread valdhor
I assume the problem occurs at the line... ns = new NetStream( nc ); nc has not been created at this point. You have declared it but it needs to be created and initialized. --- In flexcoders@yahoogroups.com, venkat eswar cooler...@... wrote: I am in deep trouble.I have a problem with

Re: [flexcoders] Re: NetStream.Publish.BadName

2010-04-19 Thread Oleg Sivokon
userItem.username is either null, or contains characters not allowed in the stream name, it's best to restrict it to alphanums, the stricter the better :)

Re: [flexcoders] Re: NetStream.Publish.BadName

2010-04-19 Thread venkat eswar
this issue.Please help me to solve this issue.             --- On Mon, 4/19/10, valdhor valdhorli...@embarqmail.com wrote: From: valdhor valdhorli...@embarqmail.com Subject: [flexcoders] Re: NetStream.Publish.BadName To: flexcoders@yahoogroups.com Date: Monday, April 19, 2010, 9:57 PM