[질문] 서버에 있는 flv 재생 하는법???
보미
2023.04.01
-
비치나
-ㅅ-) 수공
-
찬슬기
movie = \http:동영상 서버주소.flv\;
//동영상 불러오기
var net_conn = new NetConnection();
net_conn.connect(null);
var net_stream = new NetStream(net_conn);
mov1.attachVideo(net_stream); //mov1--Video이름입니다.
net_stream.play(movie);
onUnload = function () {
};
// 사운드 입니 -
개굴츼
1. 스트리밍
2. http