게시판에서 flowplayer 을 불러올려고합니다.

· 2013-10-08 (화) 00:21:47 · 3231 · 1
안녕하세요.

현재 아미나스킨을 사용중이고..

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 로 바로 삽입하니 그냥 글로만나옵니다.

이럴경우 어떤방법을써야 게시판에서 위 동영상을바로불러올수있을까요

아미나가 다 좋은데 이게 안되더라구요 ㅠㅠ 서버는 개인스트리밍서버가있어서

위와같은 방식으로 할려고합니다 ㅠㅠ
|

댓글 1개

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 사용에 체크..
에디터로 등록하면 안됩니다
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
13-10-08 조회 1,641
13-10-08 조회 1,948
13-10-08 조회 1,321
13-10-08 조회 1,062
13-10-08 조회 1,616
13-10-08 조회 3,232
13-10-08 조회 1,095
13-10-07 조회 1,038
13-10-07 조회 1,364
13-10-07 조회 1,740
13-10-07 조회 2,814
13-10-07 조회 1,358
13-10-07 조회 2,335
13-10-07 조회 1,034
13-10-07 조회 2,423
13-10-07 조회 1,635
13-10-07 조회 1,824
13-10-07 조회 2,034
13-10-07 조회 1,879
13-10-07 조회 4,089