hi this is my code guys

var my_Nc:NetConnection = new NetConnection();
my_Nc.connect("rtmp://1.4705238.fme.ustream.tv/ustreamVideo/4705238");
var my_Ns:NetStream = new NetStream(my_Nc, NetStream.CONNECT_TO_FMS);
my_Ns.play(videoURL);
var my_Video:Video = new Video();
my_Video.attachNetStream(my_Ns);
addChild(my_Video);

and this is the error from my error log:


An invalid XML character (Unicode: 0x0) was found in the CDATA section. 

what that means?

help is needed

Thanks

gustavo

Reply via email to