Hi all I am trying to attach a stream of a record on the flash server and play it on the videoplayer. I am able to attach the stream by using _attachStream of <videoview>. But I want to play the record on the videoplayer. So I have flash.net.NetStream object called "myStream" and can attach it to the videoview with no problem => myVideoview._attachStream(myStream) But I see that there is not a _attachStream() like method for <videoplayer>. And also I can not set the stream property of videoplayer or videoview with the existing NetStream object.
Does anyone have an idea how to attach the NetStream object to <videoplayer>? Ps : I am aware of <mediastream>, but I have done something on NetStream objects. If your suggestion is on the way that I mentioned, it would be appreciated. Thanks in advance Kind regards -- Cem SONMEZ
