* ( bug 19741 ) Removed all the sample video files in favor of remote URLs
authorMichael Dale <dale@users.mediawiki.org>
Mon, 27 Jul 2009 21:52:50 +0000 (21:52 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Mon, 27 Jul 2009 21:52:50 +0000 (21:52 +0000)
js2/mwEmbed/example_usage/Player_Themable.html
js2/mwEmbed/example_usage/SequencerPlayer_Render.html
js2/mwEmbed/example_usage/media/sample_eclipse.jpg [deleted file]
js2/mwEmbed/example_usage/media/sample_fish.jpg [deleted file]
js2/mwEmbed/example_usage/media/sample_jellyfish.jpg [deleted file]
js2/mwEmbed/example_usage/media/sample_smil.xml
js2/mwEmbed/example_usage/media/simple_smil_example_script_loader.html [deleted file]

index ca0a416..872119d 100644 (file)
@@ -19,7 +19,8 @@ mwAddOnloadHook(function(){
 <body bgcolor="#FFF">
 <h3> Sample Themed Player:</h3>
 <a id="doThemeRoller" class="ui-icon_link ui-state-default ui-corner-all" href="#">loading theme editor<blink>...</blink></a><p><p>
-<video src="http://upload.wikimedia.org/wikipedia/commons/e/e2/Herbert_Hoover_video_montage.ogg" thumbnail="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Herbert_Hoover_video_montage.ogg/mid-Herbert_Hoover_video_montage.ogg.jpg" durationHint="22"></video>     
+<video src="http://upload.wikimedia.org/wikipedia/commons/d/d3/Okapia_johnstoni5.ogg" 
+               thumbnail="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Okapia_johnstoni5.ogg/mid-Okapia_johnstoni5.ogg.jpg" durationHint="15"></video>     
  </table>
 
 </body>
index 96b96c8..70c5b21 100644 (file)
@@ -45,8 +45,8 @@ mwAddOnloadHook(function(){
    <!--
 <playlist id="render_player" src="media/sample_smil.xml" controls="false" width="400" height="300"></playlist>
 -->
- <video id="render_player" src="media/sample_fish.ogg" style="width:400px;height:300px" controls="false"
- poster="media/sample_fish.jpg"></video>
+ <video id="render_player" src="http://commons.wikimedia.org/wiki/File:Panthera_tigris8.ogg" style="width:400px;height:300px" controls="false"
+ poster="http://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Panthera_tigris8.ogg/mid-Panthera_tigris8.ogg.jpg"></video>
 
 
 <span id="loading_text" style="position:absolute; top:320px;">
diff --git a/js2/mwEmbed/example_usage/media/sample_eclipse.jpg b/js2/mwEmbed/example_usage/media/sample_eclipse.jpg
deleted file mode 100644 (file)
index 1f237a9..0000000
Binary files a/js2/mwEmbed/example_usage/media/sample_eclipse.jpg and /dev/null differ
diff --git a/js2/mwEmbed/example_usage/media/sample_fish.jpg b/js2/mwEmbed/example_usage/media/sample_fish.jpg
deleted file mode 100644 (file)
index 8ee8910..0000000
Binary files a/js2/mwEmbed/example_usage/media/sample_fish.jpg and /dev/null differ
diff --git a/js2/mwEmbed/example_usage/media/sample_jellyfish.jpg b/js2/mwEmbed/example_usage/media/sample_jellyfish.jpg
deleted file mode 100644 (file)
index 65dfab4..0000000
Binary files a/js2/mwEmbed/example_usage/media/sample_jellyfish.jpg and /dev/null differ
index 02f9225..3ed9f4c 100644 (file)
   <body>
     <seq>
 
-       <video src="media/sample_fish.ogg" 
+       <video src="http://upload.wikimedia.org/wikipedia/commons/d/d3/Okapia_johnstoni5.ogg" 
                region="video_region" 
                transIn="fromGreen"     
                transOut="xFade"        
                type="video/ogg"        
                fill="transition"
                dur="7s"
-               poster="media/sample_fish.jpg"/>        
+               poster="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Okapia_johnstoni5.ogg/mid-Okapia_johnstoni5.ogg.jpg"/> 
        
-    <video src="media/sample_jellyfish.ogg" 
+    <video src="http://upload.wikimedia.org/wikipedia/commons/0/0d/B-36_bomber.ogg" 
                region="video_region"                           
                fill="transition" 
                dur="10s"
                type="video/ogg" 
-               poster="media/sample_jellyfish.jpg"/>     
+               poster="http://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/B-36_bomber.ogg/mid-B-36_bomber.ogg.jpg"/>     
     </seq>
   </body>
 </smil>
diff --git a/js2/mwEmbed/example_usage/media/simple_smil_example_script_loader.html b/js2/mwEmbed/example_usage/media/simple_smil_example_script_loader.html
deleted file mode 100644 (file)
index 0b8f83a..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-       <title>Simple SMIL example via Script Loader</title>
-       <script type="text/javascript" src="../jsScriptLoader.php?class=mv_embed"></script>
-</head>
-<body>
-<h3> Simple SMIL example via Script Loader</h3>
-
-<span id="default_attr">
-</span> <br />
-<br />
-  <table border="1" cellpadding="6" width="600">
-                   <tr>
-             <td valign="top"><playlist id="smil_pl" src="sample_smil.xml"></td>
-
-             <td valign="top"><b>Sample Embed 8</b><br />
-              <br><b>Crossfading Videos</b><br/>
-                       The first video fades up from green when it starts to play, 
-                       and the second video fades down to green when it ends. 
-                       When the first video stops and the second video starts, 
-                       though, the two videos crossfade into each other<br><iframe width="500" height="200" src="media/sample_smil.xml">sample smil here</iframe><br />
-             &lt;-- code used: <br />
-            <pre> &lt;playlist id=&quot;smil_pl&quot; src=&quot;media/sample_smil.smil.xml&quot;&gt;</pre>
-
-             </td>
-           </tr>
-
-             </table>
-       <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;
-  </body>
-</html>
-