웹마스터 팁

안녕 하세요 처음으로 글을 올려 봅니다.
mp3 나 mp4 화일을 업로드 하여 모바일이나 기타 다른 브라우져로 볼때 발생 재생이 원할 하지 못한 부분의 꽁수를 좀 올려 볼까 합니다.   


XE 보드의 \xe\common\js\common.js 파일의 46번 라인에
function _displayMultimedia(src,width,height,options){if(src.indexOf('files')==0)src=request_uri+src;var defaults={wmode:'transparent'+ ',allowScriptAccess:'sameDomain',quality:'high',flashvars:'',autostart:false};var params=jQuery.extend(defaults,options||{});var autostart=(params.autostart&&params.autostart!='false')?'true':'false';delete(params.autostart);var clsid="";var codebase="";var html="";if(/\.(gif|jpg|jpeg|bmp|png)$/i.test(src)){html='<img src="'+ '+src+'" width="'+width+'" height="'+height+'" />';}else if(/\.flv$/i.test(src)||/\.mov$/i.test(src)||/\.moov$/i.test(src)||/\.m4v$/i.test(src)){html='<embed src="'+request_uri+'common/tpl/images/flvplayer.swf" allowfullscreen="true" autostart="'+autostart+'" width="'+width+'" height="'+height+'" flashvars="&file='+src+'&width='+width+'&height='+height+'&autostart='+autostart+'" wmode="'+params.wmode+'" />';}else if(/\.mp3$/i.test(src)){html='<embed type="application/x-shockwave-flash" src="/common/tpl/images/player.swf" allowfullscreen="true" autostart="'+autostart+'" width="'+width+'" height="'+height+'" flashvars="&file='+src+'&width='+width+'&height='+height+'&autostart='+autostart+'" wmode="'+params.wmode+'" />';}else if(/\.mp4$/i.test(src)){html='<embed type="application/x-shockwave-flash" src="/common/tpl/images/player.swf" allowfullscreen="true" autostart="'+autostart+'" width="'+width+'" height="'+height+'" flashvars="&file='+src+'&width='+width+'&height='+height+'&autostart='+autostart+'" wmode="'+params.wmode+'" />';}else if(/\.swf/i.test(src)){clsid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';if(typeof(enforce_ssl)!='undefined'&&enforce_ssl){codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0";}

빨간색 구문을 추가 하시면 업로드 된 MP3와 MP4파일을 멀티미디어 자료관련 확장 콤퍼넌트를 이용 하여 올릴 경우  Jw Player 를 이용 하여 재생 할수 있습니다. 물론 모바일이서도 잘 동작 합니다. mp3 와 mp4 를 모두 작동 합니다. 그런데 한가지 문제는 모바일 레이아웃을 이용 할경우 여전히 멀티미디어 콤퍼넌트 아이콘표시 되어 재생이 안됩니다. ㅠ.ㅠ 이부분은 모바일 모듈의 호출 형식인거 같습니다 ㅠ..ㅠ  꽁수로 스크립을 HTML 편집기에 작성 하면 정상적으로 동작 하는데 말이죠 ㅠ..ㅠ 이거 좀 알려 주실분 계시면 답변 부탁 드립니다.

아참 주요한 부분을 말씀 못 드렸군요.
jw Player 를 받으셔서 player.swf 파일을 xe\modules\editor\components\audio-player 폴더에 복사하시면 됩니다.

제목 글쓴이 날짜
게시판 스타일이 안바뀌는 경우에 해보실 사항 [4] coolsushi 2009.04.04
모바일과 MP3 화일 JW player 로 재생 하기 꽁수 김성곤820 2011.07.28
제로보드 XE의 세팅중 ssl사용해제방법 준돌이 2011.07.26
RefTagger (영어 성경 본문 출력기)를 설치하는 쉬운 방법 유샤인 2011.07.23
최근 댓글 위젯에 댓글 작성자 이름 표시하기 Treasurej 2011.07.22
공식 레이아웃 v2 스킨에서 롤오버 메뉴 적용하기. [6] 노기욱 2010.02.01
apache2에서 proxy 설정하기 fsfsdas 2011.02.20
cafe24에서 쉬운설치 기능을 쓰기위한 ftp 설정법 [19] file 현의느낌 2010.02.01
글작성후 목록으로 이동하기 팁이 정상동작하지 않을 경우 [2] 도라란 2011.07.14
"이 게시물을..." 추천/비추천/신고 메뉴를 버튼으로 [28] file xe촙5 2007.11.08
모든 브라우져는 형제간의 z-index값을 아들과 형제간의 z-index값보다 우위 [7] ForHanbi 2011.03.16
웹페이지에서 ICQ 번호 자동으로 추가하기... [1] 잔디 2001.01.05
비로그인시 본문대신 지정문구 보이기 [1] 도라란 2011.07.11
글에 첨부된 이미지 파일이 없을 경우, 지정 이미지를 본문에 보여주기 도라란 2011.07.11
간단한 시간제한 자료실 만들기 [2] 옥수수밭 2010.03.17
외부페이지를 레이아웃에 결합시 상단 마진폭이 벌어지는 문제 해결방법 [6] file DuRi 2010.12.17
레이아웃에서 class="header" 사용 안하기... [2] ForHanbi 2011.06.30
템플릿 변수(조건문) 팁 [1] 엘카 2011.06.19
XML필터 사용시 유효성검사에서 사용자정의 메세지 출력하기 창한이 2011.06.19
ie6 빈div 높이 조절 [2] ForHanbi 2011.06.19