gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 7e401690aed1803a1817


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 7e401690aed1803a1817cfed90ac24ef1003644c
Date: Wed, 03 Nov 2010 16:04:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  7e401690aed1803a1817cfed90ac24ef1003644c (commit)
      from  939942b5197711a466119d99c45291d5d322fe44 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=7e401690aed1803a1817cfed90ac24ef1003644c


commit 7e401690aed1803a1817cfed90ac24ef1003644c
Author: Sandro Santilli <address@hidden>
Date:   Wed Nov 3 17:04:12 2010 +0100

    Make SetVariable set an incrementing value.. to test it really does it

diff --git a/plugin/npapi/scriptable-test.html 
b/plugin/npapi/scriptable-test.html
index 4da0aab..15a67b7 100644
--- a/plugin/npapi/scriptable-test.html
+++ b/plugin/npapi/scriptable-test.html
@@ -70,7 +70,7 @@ quality="high" wmode="transparent" width="640" height="100"
       <li><button onclick='ShowVersion()'>Show Version</button></li>
       <li><button onclick='TestJSMethod("foodbar")'>TestJSMethod</button></li>
       <li><button 
onclick='TestASMethodJS("barfood")'>TestASMethodJS</button></li>
-      <li><button onclick='FlashSetVariable("var1", 
"value1")'>SetVariable</button></li>
+      <li><button onclick='FlashSetVariable("var1", 
"value"+(val++))'>SetVariable</button></li>
       <li><button onclick='FlashGetVariable("var1")'>GetVariable</button></li>
       <li><button onclick='FlashGotoFrame(123)'>GotoFrame</button></li>
       <li><button onclick='FlashIsPlaying()'>IsPlaying</button></li>
@@ -89,6 +89,7 @@ quality="high" wmode="transparent" width="640" height="100"
 </div>
 
       <script type="text/javascript">
+          var val = 0; // used for setVariable
           var embed = document.embeds[0];
           function clearLog() {
               var log = document.getElementById("log");

-----------------------------------------------------------------------

Summary of changes:
 plugin/npapi/scriptable-test.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]