Update of /cvsroot/mplayerplug-in/mplayerplug-in/DOCS/tech
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6798/DOCS/tech
Modified Files:
javascript.txt
Log Message:
Couple of minor things
Index: javascript.txt
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/DOCS/tech/javascript.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** javascript.txt 18 Jan 2005 23:28:28 -0000 1.3
--- javascript.txt 17 Jul 2005 17:03:21 -0000 1.4
***************
*** 33,36 ****
--- 33,37 ----
attribute boolean fullscreen;
attribute boolean showlogo;
+ boolean isplaying();
events:
***************
*** 93,96 ****
--- 94,101 ----
x = filename, puts the URL of the current media in x
filename = "x", opens URL x, like Open("x")
+
+ isplaying()
+
+ Returns true if playState > 1 and < 7
playState
|