묻고답하기
XE 자바스크립트좀 되게 해주세요.
2010.02.18 06:11
우선 태그를 보시겠습니다. ..
====================================
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- A minimal Flowplayer setup to get you started -->
<!--
include flowplayer JavaScript file that does
Flash embedding and provides the Flowplayer API.
-->
<script type="text/javascript" src=" provider: 'rtmp'
},
plugins: {
rtmp: {
url: './flowplayer.rtmp-3.1.3.swf',
netConnectionUrl: 'rtmp://dna2k.iptime.org:1935/vod'
}
}
}
);
</script>
<!--
after this line is purely informational stuff.
does not affect on Flowplayer functionality
-->
</html>
=========================================
위에 태그가 xe에서는 되지 않더군요. 네이버 블로그는 자바스크립트와 아이프레임도 막혀 있고 ..
일반 html 파일로 저장하면 http://dna2k.iptime.org/flowstream/index1.html 잘 됩니다.
소스가 뭐냐 하면 FLV Player로 유명한 FlowPlayer 에서 RTMP 스트리밍을 할때 쓰는 태그 입니다.
티스토리에 적용하면 잘 됩니다..http://dna2k.tistory.com/7
제가 쓰는 xe 1.3.1.2 버전 안되서 다른분 xe 게시판에 붙여 봐도 허당만 나옵니다. 개선좀 부탁드립니다.
(xe.1.2.6 쓰다가 1.3 버전업 하고 셋팅 못들어가서 다시 다운 그레이드, 이후 1.3.1.2로 하니 잘 되고
요새 나온 1.4 업글이후 안된다는글 많이봐서 ..무서워서 못하고 있음 ㄷㄷ)
개발자분이 보시면 좋겠고. 적용 방법을 알고 계신분 방법좀 알려 주시면 감사 하겠습니다.
메일은 dna2073@gmail.com 입니다.
===============================================
답변 감사합니다. 최종 태그는 아래와 같이 해야 되는군요.
<script type="text/javascript" src=" provider: 'rtmp'
},
plugins: {
rtmp: {
url: 'http://dna2k.iptime.org/flowstream/flowplayer.rtmp-3.1.3.swf',
netConnectionUrl: 'rtmp://dna2k.iptime.org:1935/vod'
}
}
}
);
</script>
============================
그런데 이 스크립트는 플레이어 크기를 변경 불가능한데 방법이 있는지요??
px 값 수정해도 그대로 이며 샘플 소스에 있는거 붙여 와도 역시 안됩니다.
http://dna2k.iptime.org/16836#0
http://www.bek.me/?document_srl=417863