|
-
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
-
-
tried that ...
Same ****
Tx for the help tho
-
oh ..
i will look at my code and will update you ... accordingly because it worked fine for me ...
-
Tx !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|