Forum Moderators: open
ns.play(myVideoName);
instead of the normal
ns.play("somevideo.flv"); method.
I have the following code so far:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachedVideo(ns);
ns.play(?);
Thanks to anyone in advance.