Media Player (미디어 재생기) 플러그인 | |
티키3 에서 소개되었고, 티키6 에서 [JQuery#Media] 과 함께 기능이 확장됨 이 위키 플러그인 은 위키 페이지 내부 혹은 기타 위키-문법이 활성화 된 기능에서 FLV 혹은 MP3 파일을 재생하거나, 혹은 티키6 이 후로, MP4, SWF, AVI, [http://tv.tiki.org/tiki-kaltura_video.php?mixId=0_lkgtny3n|WMV], RAM, MOV, MPEG, PDF 와 같은 다른 미디어 파일의 유형도 재생 가능하다, ... 이는 플래시 기반의 오픈 소스 미디어 재생기를 호출하여 이런 파일들을 재생한다.
|
Table of contents | |
상세내역 | |
이 플러그인은 페이지 안에 간단한 MP3 혹은 FLV 재생기를 추가한다. 재생기 자체는 요구 사항이 아니다 (로컬에서 제공되지 않으면 웹에서 호출된다). 사용되는 재생기는 다음 중 하나 일 수 있다:
대체 재생기:
재생기 자체 (.swf 파일) 를 [http://flash-mp3-player.net] 혹은 [http://flv-player.net] 혹은 [http://code.google.com/p/mp3player] 혹은 [http://code.google.com/p/flvplayer/] 에서 다운로드할 수도 있다. 이럴 경우, 플러그인을 편집해야 하며 ( [http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/lib/wiki-plugins/wikiplugin_mediaplayer.php?view=markup|lib/wiki-plugins/wikiplugin_mediaplayer.php]) 플러그인 코드 내부의 기본 소스를 변경하거나 이를 플러그인의 해당 인스턴스 내부의 "where" (어느 곳) 매개변수로써 추가하여야 한다. |
문제해결 | |
|
구문 예제 | |
MP3 ㅇ{ㅈ[ | |
파일 갤러리 내부에 있는 파일: Copy to clipboard
Copy to clipboard
팁 파일 갤러리로 업로드 되었지만 서버에 저장된 파일들에 대하여, 실제 파일 경로 또한 사용될 수 있다. 티키는 파일명을 서버 상의 저장소에 대한 해시 값 (hash value)로 변환한다 - 이 이름은 데이터베이스에서 발견될 수 있다.
|
FLV 파일 | |
flv 및 type 매개변수를 사용하여 아래처럼 flv 파일들을 보여준다: 파일 갤러리의 flv 파일: Copy to clipboard
Copy to clipboard
|
플러그인 매개변수 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[http://flash-mp3-player.net|http://flash-mp3-player.net|box] 및 [http://flv-player.net|http://flv-player.net|box] 에서 설명되는 매개변수 외에, 다음의 티키 매개변수를 사용할 수 있다:
|
src 매개변수의 예제 (jQuery Media) | |
It has been enhanced in Tiki6 with [jQuery#Media], so that more media formats are supported once you use the param "url" in the plugin helper ("src" in the code), including pdf among others. The value in the src parameter must end with a file extension Example: Copy to clipboard
|
Other Examples | |
FLVThis code: Copy to clipboard
File gallery file in a blog postAn example for a successful use of the maxi Mediaplayer in a blog post looks like this (only caveat is to have access rights for the relevant user group by setting tiki_p_download_files to yes - sometimes, a restart of the browser seems to be necessary to make those rights work...) Copy to clipboard
PDF file in a file galleryThis also works for a pdf file in a file gallery beginning in version 10: Copy to clipboard
And it displays the PDF file with the ID 7. |
Related Pages | |
See these pages for information that applies for all modules:
|