27 protected static $nr = 1;
35 public function __construct($a_id =
"", $a_event_callback_url =
"")
39 $this->tpl = $DIC[
"tpl"];
40 $this->lng = $DIC->language();
42 $this->event_callback_url = $a_event_callback_url;
43 $this->current_nr = self::$nr;
53 $this->file = $a_file;
71 $this->alt_video_file = $a_val;
80 return $this->alt_video_file;
89 $this->alt_video_mime = $a_val;
98 return $this->alt_video_mime;
107 $this->displayHeight = $dHeight;
125 $this->displayWidth = $a_val;
139 $this->mimeType = $value;
148 $this->video_preview_pic = $a_val;
149 $this->video_preview_pic_alt = $a_alt;
158 return $this->video_preview_pic;
167 $this->title = $a_val;
185 $this->description = $a_val;
203 $this->force_audio_preview = $a_val;
212 return $this->force_audio_preview;
221 $this->download_link = $a_val;
243 if ($a_tpl == null) {
247 include_once(
"./Services/YUI/classes/class.ilYuiUtil.php");
250 $a_tpl->addJavascript(
"./Services/MediaObjects/js/MediaObjects.js?1");
252 include_once(
"./Services/MediaObjects/classes/class.ilPlayerUtil.php");
264 self::initJavascript(
$tpl);
266 if (!self::$lightbox_initialized && $a_preview) {
267 include_once(
"./Services/UIComponent/Lightbox/classes/class.ilLightboxGUI.php");
269 $lb->setWidth(
"660px");
271 self::$lightbox_initialized =
true;
274 require_once
'Services/MediaObjects/classes/class.ilObjMediaObject.php';
275 include_once(
"./Services/MediaObjects/classes/class.ilExternalMediaAnalyzer.php");
289 $mp_tpl =
new ilTemplate(
"tpl.flv_player.html",
true,
true,
"Services/MediaObjects");
292 $mp_tpl->setCurrentBlock(
"ytdownload");
293 $mp_tpl->setVariable(
"TXT_DOWNLOAD",
$lng->txt(
"download"));
295 $mp_tpl->parseCurrentBlock();
298 $mp_tpl->setCurrentBlock(
"ytpreview");
306 $mp_tpl->setVariable(
"DISPLAY_HEIGHT", $height);
307 $mp_tpl->setVariable(
"DISPLAY_WIDTH", $width);
308 $mp_tpl->setVariable(
"IMG_ALT", $this->video_preview_pic_alt);
309 $mp_tpl->setVariable(
"PTITLE", $this->
getTitle());
310 $mp_tpl->parseCurrentBlock();
312 $mp_tpl->setCurrentBlock(
"youtube");
314 $mp_tpl->setVariable(
"CLASS",
"ilNoDisplay");
316 $mp_tpl->setVariable(
"PV", $p[
"v"]);
317 $mp_tpl->setVariable(
"PLAYER_NR", $this->
id .
"_" . $this->current_nr);
318 $mp_tpl->setVariable(
"TXT_PLAY",
$lng->txt(
"mob_play"));
319 $mp_tpl->setVariable(
"TITLE", $this->
getTitle());
321 include_once(
"./Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php");
325 $mp_tpl->parseCurrentBlock();
326 return $mp_tpl->get();
332 $html =
'<iframe src="//player.vimeo.com/video/' . $p[
"id"] .
'" width="320" height="240" ' .
333 'frameborder="0"></iframe>';
339 include_once(
"./Services/MediaObjects/classes/class.ilPlayerUtil.php");
342 if (in_array(
$mimeType, array(
"video/mp4",
355 $mp_tpl =
new ilTemplate(
"tpl.flv_player.html",
true,
true,
"Services/MediaObjects");
360 $mp_tpl->setCurrentBlock(
"download");
361 $mp_tpl->setVariable(
"TXT_DOWNLOAD",
$lng->txt(
"download"));
363 $mp_tpl->parseCurrentBlock();
366 $mp_tpl->setCurrentBlock(
"preview");
372 $mp_tpl->setVariable(
"IMG_ALT", $this->video_preview_pic_alt);
373 $mp_tpl->setVariable(
"PTITLE", $this->
getTitle());
374 $mp_tpl->parseCurrentBlock();
377 $mp_tpl->setCurrentBlock(
"mejs_video");
380 $mp_tpl->setVariable(
"WRAP_CLASS",
"ilNoDisplay");
381 $mp_tpl->setVariable(
"CLASS",
"mejs__player ilNoDisplay");
387 $mp_tpl->setVariable(
"FILE", $this->
getFile());
388 $mp_tpl->setVariable(
"PLAYER_NR", $this->
id .
"_" . $this->current_nr);
389 $mp_tpl->setVariable(
"TXT_PLAY",
$lng->txt(
"mob_play"));
390 $mp_tpl->setVariable(
"EVENT_URL", $this->event_callback_url);
393 if (is_int(strpos(
$mimeType,
"audio/mpeg"))) {
398 $style =
"height: " . $height .
"; ";
401 $style .=
"width: " . $width .
"; ";
404 $mp_tpl->setVariable(
"STYLE",
"style='$style'");
409 $mp_tpl->setVariable(
"TITLE", $this->
getTitle());
411 include_once(
"./Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php");
415 $mp_tpl->parseCurrentBlock();
419 $tpl->addOnLoadCode(
"new MediaElementPlayer('player_" . $this->
id .
"_" . $this->current_nr .
"');");
427 if (is_int(strpos(
$mimeType,
"audio/mpeg")) ||
428 in_array(
$mimeType, array(
"application/ogg",
"audio/ogg"))) {
430 $mp_tpl =
new ilTemplate(
"tpl.flv_player.html",
true,
true,
"Services/MediaObjects");
431 $preview_output =
false;
434 $mp_tpl->setCurrentBlock(
"adownload");
435 $mp_tpl->setVariable(
"TXT_DOWNLOAD",
$lng->txt(
"download"));
437 $mp_tpl->parseCurrentBlock();
440 $mp_tpl->setCurrentBlock(
"apreview");
446 $mp_tpl->setVariable(
"PTITLE", $this->
getTitle());
447 $mp_tpl->parseCurrentBlock();
448 $preview_output =
true;
450 $mp_tpl->setCurrentBlock(
"audio");
451 if ($preview_output) {
452 $mp_tpl->setVariable(
"ASTYLE",
"margin-top:-40px");
454 $mp_tpl->setVariable(
"AFILE", $this->
getFile());
455 $mp_tpl->setVariable(
"APLAYER_NR", $this->
id .
"_" . $this->current_nr);
456 $mp_tpl->setVariable(
"AEVENT_URL", $this->event_callback_url);
457 $mp_tpl->setVariable(
"AHEIGHT",
"40");
458 $mp_tpl->setVariable(
"AWIDTH",
"320");
459 $mp_tpl->parseCurrentBlock();
460 return $mp_tpl->get();
464 if (is_int(strpos(
$mimeType,
"image/"))) {
465 $mp_tpl =
new ilTemplate(
"tpl.flv_player.html",
true,
true,
"Services/MediaObjects");
468 $mp_tpl->setCurrentBlock(
"idownload");
469 $mp_tpl->setVariable(
"TXT_DOWNLOAD",
$lng->txt(
"download"));
471 $mp_tpl->parseCurrentBlock();
474 $mp_tpl->setCurrentBlock(
"ipreview");
478 $mp_tpl->setVariable(
"IMG_SRC", $this->
getFile());
480 $mp_tpl->setVariable(
"PTITLE", $this->
getTitle());
481 $mp_tpl->parseCurrentBlock();
483 $mp_tpl->setCurrentBlock(
"image");
484 $mp_tpl->setVariable(
"IFILE", $this->
getFile());
485 $mp_tpl->setVariable(
"IPLAYER_NR", $this->
id .
"_" . $this->current_nr);
486 $mp_tpl->setVariable(
"ITITLE", $this->
getTitle());
488 include_once(
"./Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php");
491 if ($this->event_callback_url) {
492 $mp_tpl->setVariable(
"IMG_CALLBACK_URL", $this->event_callback_url);
493 $mp_tpl->setVariable(
"IMG_CALLBACK_PLAYER_NR", $this->
id .
"_" . $this->current_nr);
498 $mp_tpl->parseCurrentBlock();
500 return $mp_tpl->get();
506 && strpos(
$mimeType,
"audio/mpeg") ===
false 507 && strpos(
$mimeType,
"image/png") ===
false 508 && strpos(
$mimeType,
"image/gif") ===
false) {
509 $html =
'<embed src="' . $this->
getFile() .
'" ' .
511 'ShowControls="1" ' .
512 'autoplay="false" autostart="false" ' .
513 'width="320" height="240" scale="aspect" ></embed>';
static get($a_glyph, $a_text="")
Get glyph html.
static initConnection(ilGlobalTemplateInterface $a_main_tpl=null)
Init YUI Connection module.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static initMediaElementJs($a_tpl=null)
Init mediaelement.js scripts.