[totem] browser-plugin: Add non-working Vegas test



commit de3db02defcdc94573df12b88f42950b83f2087b
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 6 01:10:24 2011 +0100

    browser-plugin: Add non-working Vegas test
    
    We would need to know about site-specific flashvars in Totem
    to make this work. If we want to make this work, we'd need to add
    functionality to quvi.

 browser-plugin/tests/12.html |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/browser-plugin/tests/12.html b/browser-plugin/tests/12.html
new file mode 100644
index 0000000..476e067
--- /dev/null
+++ b/browser-plugin/tests/12.html
@@ -0,0 +1,7 @@
+<object width="460" height="370">
+	<param name="movie" value="http://www.guardian.co.uk/video/embed";></param>
+	<param name="allowFullScreen" value="true"></param>
+	<param name="allowscriptaccess" value="always"></param>
+	<param name="flashvars" value="endpoint=http://www.guardian.co.uk/technology/video/2011/dec/02/legend-zelda-skyward-sword-trailer/json";></param>
+	<embed src="http://www.guardian.co.uk/video/embed"; type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="460" height="370" flashvars="endpoint=http://www.guardian.co.uk/technology/video/2011/dec/02/legend-zelda-skyward-sword-trailer/json";></embed>
+</object>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]