??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/pgtankstorage.sg/wp-includes/js/mediaelement/mediaelement-migrate.js
⬅ Kembali
/* global console, MediaElementPlayer, mejs */
(function ( window, $ ) {
// Reintegrate `plugins` since they don't exist in MEJS anymore; it won't affect anything in the player
if (mejs.plugins === undefined) {
mejs.plugins = {};
mejs.plugins.silverlight = [];
mejs.plugins.silverlight.push({
types: []
});
}
// Inclusion of old `HtmlMediaElementShim` if it doesn't exist
mejs.HtmlMediaElementShim = mejs.HtmlMediaElementShim || {
getTypeFromFile: mejs.Utils.getTypeFromFile
};
// Add missing global variables for backward compatibility
if (mejs.MediaFeatures === undefined) {
mejs.MediaFeatures = mejs.Features;
}
if (mejs.Utility === undefined) {
mejs.Utility = mejs.Utils;
}
/**
* Create missing variables and have default `classPrefix` overridden to avoid issues.
*
* `media` is now a fake wrapper needed to simplify manipulation of various media types,
* so in order to access the `video` or `audio` tag, use `media.originalNode` or `player.node`;
* `player.container` used to be jQuery but now is a HTML element, and many elements inside
* the player rely on it being a HTML now, so its conversion is difficult; however, a
* `player.$container` new variable has been added to be used as jQuery object
*/
var init = MediaElementPlayer.prototype.init;
MediaElementPlayer.prototype.init = function () {
this.options.classPrefix = 'mejs-';
this.$media = this.$node = $( this.node );
init.call( this );
};
var ready = MediaElementPlayer.prototype._meReady;
MediaElementPlayer.prototype._meReady = function () {
this.container = $( this.container) ;
this.controls = $( this.controls );
this.layers = $( this.layers );
ready.apply( this, arguments );
};
// Override method so certain elements can be called with jQuery
MediaElementPlayer.prototype.getElement = function ( el ) {
return $ !== undefined && el instanceof $ ? el[0] : el;
};
// Add jQuery ONLY to most of custom features' arguments for backward compatibility; default features rely 100%
// on the arguments being HTML elements to work properly
MediaElementPlayer.prototype.buildfeatures = function ( player, controls, layers, media ) {
var defaultFeatures = [
'playpause',
'current',
'progress',
'duration',
'tracks',
'volume',
'fullscreen'
];
for (var i = 0, total = this.options.features.length; i < total; i++) {
var feature = this.options.features[i];
if (this['build' + feature]) {
try {
// Use jQuery for non-default features
if (defaultFeatures.indexOf(feature) === -1) {
this['build' + feature]( player, $(controls), $(layers), media );
} else {
this['build' + feature]( player, controls, layers, media );
}
} catch (e) {
console.error( 'error building ' + feature, e );
}
}
}
};
})( window, jQuery );
Nama
Tipe
Ukuran
Diubah
Aksi
📁 renderers
dir
—
2025-05-16 13:14
📜 mediaelement-and-player.js
js
259.6 KB
2022-09-29 18:21
📜 mediaelement-and-player.min.js
js
154.3 KB
2022-09-29 18:21
📜 mediaelement-migrate.js
js
2.8 KB
2017-10-16 22:07
📜 mediaelement-migrate.min.js
js
1.2 KB
2025-02-06 22:27
📜 mediaelement.js
js
119.7 KB
2022-09-29 18:21
📜 mediaelement.min.js
js
66.7 KB
2022-09-29 18:21
🎨 mediaelementplayer-legacy.css
css
15.4 KB
2019-10-08 20:06
🎨 mediaelementplayer-legacy.min.css
css
11 KB
2020-09-29 19:53
🎨 mediaelementplayer.css
css
15.5 KB
2019-10-08 20:06
🎨 mediaelementplayer.min.css
css
11.1 KB
2020-09-29 19:53
🖼️ mejs-controls.png
png
2.8 KB
2017-08-01 08:43
📄 mejs-controls.svg
svg
4.5 KB
2017-08-01 08:43
🎨 wp-mediaelement.css
css
4.8 KB
2019-06-08 00:45
📜 wp-mediaelement.js
js
2.7 KB
2023-02-07 21:00
🎨 wp-mediaelement.min.css
css
4.1 KB
2019-06-08 00:45
📜 wp-mediaelement.min.js
js
1.1 KB
2025-02-06 22:27
📜 wp-playlist.js
js
5.3 KB
2024-02-16 04:49
📜 wp-playlist.min.js
js
3.4 KB
2025-02-06 22:27