From 7d0eb4ac4f0b394fd3df41420a236b1fd98a8952 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 31 May 2010 22:15:48 -0600 Subject: [PATCH] add some explanation of the hokey test setup. --- plugin/npapi/scriptable-test.html | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/plugin/npapi/scriptable-test.html b/plugin/npapi/scriptable-test.html index 2799138b5..283e0c0ac 100644 --- a/plugin/npapi/scriptable-test.html +++ b/plugin/npapi/scriptable-test.html @@ -53,6 +53,7 @@
  • +
  • @@ -226,6 +227,13 @@ addLog(value); } + function FlashTestEIMethod() + { + var value = embed.TestEIMethod(); + // addLog("TestEIMethod() = " + value); + addLog(value); + } + function ShowFoobar(msg) { addLog(embed.SetVariable("foo", "bar")); @@ -240,6 +248,40 @@ } + + + + + + -- 2.11.4.GIT