WordPress/wp-includes
Scott Taylor 7689cc4a74 When dynamically instantiating MediaElementPlayer instances in JS, preload="metadata" is extremely wonky. preload="none" lets the file play right away.
This has already been addressed for audio|video shortcodes, but also needs to be the case for playlists. When loading a playlist from a DOM cache or via AJAX, and when the sources match those already pre-loaded, the browser will sometimes donkey-punch the HTTP request for the first cached track selected.

Set `preload="none"` for the empty `<audio|video>` tag for playlists.

See commits related to #26779.


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


git-svn-id: http://core.svn.wordpress.org/trunk@27804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-04-06 21:33:15 +00:00
..
2014-03-25 12:05:16 +00:00
2013-07-13 00:37:36 +00:00
2014-03-27 22:41:14 +00:00
2013-12-01 12:48:10 +00:00
2013-10-30 14:39:10 +00:00
2014-03-28 13:57:14 +00:00
2014-03-26 18:43:14 +00:00
2013-09-06 17:19:09 +00:00
2013-10-30 14:39:10 +00:00