[vlc-devel] commit: mozilla: test.html print "state" information in an alert box. ( Jean-Paul Saman )

git version control git at videolan.org
Tue Feb 17 12:42:14 CET 2009


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Fri Feb 13 16:24:42 2009 +0100| [e2ce58906aea751839e2277f2f5a7e4871ff3106] | committer: Jean-Paul Saman 

mozilla: test.html print "state" information in an alert box.

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

 projects/mozilla/test.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/projects/mozilla/test.html b/projects/mozilla/test.html
index c693efc..576485d 100644
--- a/projects/mozilla/test.html
+++ b/projects/mozilla/test.html
@@ -136,7 +136,7 @@ Insert Slider widget
 <INPUT type=button value="Forward" onClick='doForwardPlay(500);'>
 <INPUT type=button value="Fullscreen" onClick='getVLC("vlc").video.toggleFullscreen();'>
 <INPUT type=button value="Version" onClick='alert("vlc " + getVLC("vlc").VersionInfo);'>
-<INPUT type=button value=" State " onClick='doState();'>
+<INPUT type=button value=" State " onClick='alert("state: " + getVLC("vlc").input.state);'>
 </TD><TD align="right">
 <SPAN style="text-align:center">Volume:</SPAN>
 <INPUT type=button value=" - " onClick='updateVolume(-10)'>




More information about the vlc-devel mailing list