hi I have this code on my flex 3 trying to reach the ustream.tv live feed from my church
does anyone know that the error means?

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.DIRECT_CONNECTIONS);
my_Ns.play(videoURL);
var my_Video:Video = new Video();
my_Video.attachNetStream(my_Ns);
addChild(my_Video);



this is the error.

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

help please

Reply via email to