Index: trunk/fl5/js/test/examples/providers.html
===================================================================
--- trunk/fl5/js/test/examples/providers.html	(revision 1492)
+++ trunk/fl5/js/test/examples/providers.html	(revision 1524)
@@ -48,4 +48,17 @@
             		image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg",
             		type: "video"
+            	}
+            }, {
+            	name: "HTTP (not set)",
+            	config: {
+            		file: "http://content.bitsontherun.com/videos/gSzpo2wh-486405.mp4",
+            		image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg"
+            	}
+            }, {
+            	name: "HTTP (set)",
+            	config: {
+            		file: "http://content.bitsontherun.com/videos/gSzpo2wh-486405.mp4",
+            		image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg",
+            		type: "http"
             	}
             }, {
