WordPress/wp-includes/js/mediaelement
Scott Taylor 93fdff3581 Simplify creation of audio, video, and playlist MCE views by placing them in iframe sandboxes.
Wins:
* Eliminates duplication of code between PHP and JS
* Views can load JS without messing with TinyMCE and scope
* MEjs doesn't break when it loads a file plugin-mode. This allows any file type the MEjs supports to play in MCE views.
* YouTube now works as the source for video.
* Users can still style the views, editor stylesheets are included in these sandboxes.
* Audio and Video URLs and `[embed]`s are no longer broken.
* Remove the crazy compat code necessary to determine what file types play in what browser.
* Remove unneeded Underscore templates.
* Remove the compat code for playlists.

See #28905.

Built from https://develop.svn.wordpress.org/trunk@29179


git-svn-id: http://core.svn.wordpress.org/trunk@28963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-07-15 22:18:14 +00:00
..
background.png
bigplay.png
bigplay.svg
controls.png
controls.svg
flashmediaelement.swf Upgrade MediaElement to 2.13.2 from 2.13.0. For a full list of changes: https://github.com/johndyer/mediaelement/compare/2.13.0...2.13.2 2014-01-29 18:24:11 +00:00
loading.gif
mediaelement-and-player.min.js Bump MediaElement.js to 2.14.2. Release Notes: 743f446523. 2014-04-10 21:32:14 +00:00
mediaelementplayer.min.css Updated 2.14.0 build from the project maintainer. 2014-03-28 21:44:15 +00:00
silverlightmediaelement.xap
wp-mediaelement.css Simplify creation of audio, video, and playlist MCE views by placing them in iframe sandboxes. 2014-07-15 22:18:14 +00:00
wp-mediaelement.js Allow users to set overrides for MediaElement instances by always passing _wpmejsSettings instead of just _wpmejsSettings.pluginPath. 2014-05-11 06:25:15 +00:00
wp-playlist.js Simplify creation of audio, video, and playlist MCE views by placing them in iframe sandboxes. 2014-07-15 22:18:14 +00:00