[vlc-commits] share/test: add bgcolor to sample pages for easier deployment

Felix Paul Kühne git at videolan.org
Mon Feb 17 22:10:53 CET 2014


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Feb 17 22:10:24 2014 +0100| [22a06b81ed629f8e47a07a04e44166dcef46c2ea] | committer: Felix Paul Kühne

share/test: add bgcolor to sample pages for easier deployment

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=22a06b81ed629f8e47a07a04e44166dcef46c2ea
---

 share/test/test.html       |    1 +
 share/test/windowless.html |    1 +
 2 files changed, 2 insertions(+)

diff --git a/share/test/test.html b/share/test/test.html
index f80e7a2..db1caa4 100644
--- a/share/test/test.html
+++ b/share/test/test.html
@@ -264,6 +264,7 @@ Insert VideoLAN.VLCPlugin.2
        toolbar="true"
        loop="true"
        text="Waiting for video"
+       bgcolor="#000000"
        name="vlc">
 </EMBED>
 </object>
diff --git a/share/test/windowless.html b/share/test/windowless.html
index 913bfda..17432eb 100644
--- a/share/test/windowless.html
+++ b/share/test/windowless.html
@@ -262,6 +262,7 @@ Insert VideoLAN.VLCPlugin.2
        loop="true"
        text="Waiting for video"
        windowless="true"
+       bgcolor="#000000"
        name="vlc">
 </EMBED>
 </object>



More information about the vlc-commits mailing list