게시판에서 flowplayer 을 불러올려고합니다. 정보
게시판에서 flowplayer 을 불러올려고합니다.본문
안녕하세요.
현재 아미나스킨을 사용중이고..
flowplayer 을 통해 동영상을 불러올려고합니다.
html 에서는
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<script type="text/javascript" src="../flowplayer/example/flowplayer-3.2.4.min.js"></script>
<a href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv"
style="display:block;width:520px;height:330px"
id="player">
</a>
<!-- this will install flowplayer inside previous A- tag. -->
<script>
flowplayer("player", "../flowplayer/flowplayer-3.2.5.swf");
</script>
</body>
</html>
--
이렇게 하면 불러와지는데요 동영상이
이 소스를 게시판에서 html 로 바로 삽입하니 그냥 글로만나옵니다.
이럴경우 어떤방법을써야 게시판에서 위 동영상을바로불러올수있을까요
아미나가 다 좋은데 이게 안되더라구요 ㅠㅠ 서버는 개인스트리밍서버가있어서
위와같은 방식으로 할려고합니다 ㅠㅠ
현재 아미나스킨을 사용중이고..
flowplayer 을 통해 동영상을 불러올려고합니다.
html 에서는
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<script type="text/javascript" src="../flowplayer/example/flowplayer-3.2.4.min.js"></script>
<a href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv"
style="display:block;width:520px;height:330px"
id="player">
</a>
<!-- this will install flowplayer inside previous A- tag. -->
<script>
flowplayer("player", "../flowplayer/flowplayer-3.2.5.swf");
</script>
</body>
</html>
--
이렇게 하면 불러와지는데요 동영상이
이 소스를 게시판에서 html 로 바로 삽입하니 그냥 글로만나옵니다.
이럴경우 어떤방법을써야 게시판에서 위 동영상을바로불러올수있을까요
아미나가 다 좋은데 이게 안되더라구요 ㅠㅠ 서버는 개인스트리밍서버가있어서
위와같은 방식으로 할려고합니다 ㅠㅠ
댓글 전체
html로 삽입할때 어떤 식으로 햇는지 설명을 해줘야 올바르게 했는지 알 수 있습니다
자바스크립트 까지 게시물 내용으로 등록하였다면 당연히 안됩니다
이렇게 해보세요
<script type="text/javascript" src="../flowplayer/example/flowplayer-3.2.4.min.js"></script>
<script>
flowplayer("player", "../flowplayer/flowplayer-3.2.5.swf");
</script>
위 코드는 뷰스킨 하단 자바스크립트 부분 상단에 넣고
<a href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv"
style="display:block;width:520px;height:330px"
id="player">
</a>
위 코드는 내용 입력하고 html 사용에 체크..
에디터로 등록하면 안됩니다
자바스크립트 까지 게시물 내용으로 등록하였다면 당연히 안됩니다
이렇게 해보세요
<script type="text/javascript" src="../flowplayer/example/flowplayer-3.2.4.min.js"></script>
<script>
flowplayer("player", "../flowplayer/flowplayer-3.2.5.swf");
</script>
위 코드는 뷰스킨 하단 자바스크립트 부분 상단에 넣고
<a href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv"
style="display:block;width:520px;height:330px"
id="player">
</a>
위 코드는 내용 입력하고 html 사용에 체크..
에디터로 등록하면 안됩니다