Hi,

I installed this server MX thingy

and i get my flv by connecting to that server

The only problem is i only get first frame displayed

anything wrong with my code ?


connection = new NetConnection();
connection.connect("rtmp:/example_text");
connection.onStatus = function(info) {
trace("Level: " + info.level + newline + "Code: " + info.code);
trace(connection.isConnected);
}
subscribeStream = new NetStream(connection);
myVid.attachVideo(subscribeStream);
subscribeStream.play("1A", 0, 100, true);


trace is connected and goes ture