author | ymh <ymh.work@gmail.com> |
Thu, 07 Nov 2013 00:08:07 +0000 | |
changeset 1 | f6eb5a861d2f |
parent 0 | d970ebf37754 |
child 5 | 5e2f62d02dcd |
permissions | -rw-r--r-- |
0 | 1 |
(function ($) { |
2 |
// add mime-type aliases to MediaElement plugin support |
|
3 |
mejs.plugins.silverlight[0].types.push('video/x-ms-wmv'); |
|
4 |
mejs.plugins.silverlight[0].types.push('audio/x-ms-wma'); |
|
5 |
||
6 |
$(function () { |
|
7 |
var settings = {}; |
|
8 |
||
9 |
if ( typeof _wpmejsSettings !== 'undefined' ) |
|
10 |
settings.pluginPath = _wpmejsSettings.pluginPath; |
|
11 |
||
12 |
$('.wp-audio-shortcode, .wp-video-shortcode').mediaelementplayer( settings ); |
|
13 |
}); |
|
14 |
||
15 |
}(jQuery)); |