From 29de54bd4b53bbd68dc15ad1a101571cdc111a75 Mon Sep 17 00:00:00 2001 From: Michael Dale Date: Thu, 20 Aug 2009 11:57:37 +0000 Subject: [PATCH] * partial revert to 55208 (pre kskin) --- js2/mwEmbed/libEmbedVideo/embedVideo.js | 1389 +++++++++++------------ js2/mwEmbed/libSequencer/mvPlayList.js | 15 +- js2/mwEmbed/libSequencer/mvSequencer.js | 2 +- 3 files changed, 688 insertions(+), 718 deletions(-) diff --git a/js2/mwEmbed/libEmbedVideo/embedVideo.js b/js2/mwEmbed/libEmbedVideo/embedVideo.js index 301b6c12f4..6984a31223 100644 --- a/js2/mwEmbed/libEmbedVideo/embedVideo.js +++ b/js2/mwEmbed/libEmbedVideo/embedVideo.js @@ -68,7 +68,7 @@ var default_video_attributes = { "end":null, "controls":true, "muted":false, - + //roe url (for xml based metadata) "roe":null, //if roe includes metadata tracks we can expose a link to metadata @@ -82,15 +82,15 @@ var default_video_attributes = { "duration":null, //media duration (read from file or the temporal url) "networkState":0, - "startOffset":null, //if serving an ogg_chop segment use this to offset the presentation time + "startOffset":null, //if serving an ogg_chop segment use this to offset the presentation time //custom attributes for mv_embed: - "play_button":true, + "play_button":true, "thumbnail":null, "linkback":null, "embed_link":true, "download_link":true, - "type":null //the content type of the media + "type":null //the content type of the media }; /* * the base source attibute checks @@ -103,94 +103,91 @@ var mv_default_source_attr= new Array( 'startOffset', 'durationHint', 'start', - 'end', + 'end', 'default', 'lang' ); - +//set the dismissNativeWarn flag: +_global['dismissNativeWarn'] = false; /* * Converts all occurrences of