gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12274: Don't add all the flashVars


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12274: Don't add all the flashVars to the scriptables yet, till implementing GetVariable
Date: Thu, 24 Jun 2010 09:36:06 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12274
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2010-06-24 09:36:06 -0600
message:
  Don't add all the flashVars to the scriptables yet, till implementing 
GetVariable
  and SetVariable actually do something.
modified:
  gui/Player.cpp
=== modified file 'gui/Player.cpp'
--- a/gui/Player.cpp    2010-06-01 02:31:30 +0000
+++ b/gui/Player.cpp    2010-06-24 15:36:06 +0000
@@ -383,7 +383,8 @@
         setFlashVars(fv->second);
     }
 
-    // Add Scriptable Variables. These values beconme the default, but
+#if 0
+    // Add Scriptable Variables. These values become the default, but
     // they can be reset from JavaScript via ExternalInterface. These
     // are passed to Gnash using the '-P' option, and have nothing to
     // to do with 'flashVars'.
@@ -393,6 +394,7 @@
             setScriptableVar(fv->first, fv->second);
         }
     }
+#endif
     
     // Load the actual movie.
     _movieDef = load_movie();


reply via email to

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