CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 08/01/26 11:38:29
Modified files: testsuite/misc-ming.all: FlashVarsTest.as Log message: Fix comments and add TODO item for a test which should expose a bug in a construct used by FlowPlayer CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/FlashVarsTest.as?cvsroot=gnash&r1=1.5&r2=1.6 Patches: Index: FlashVarsTest.as =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/FlashVarsTest.as,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- FlashVarsTest.as 17 Nov 2007 10:09:00 -0000 1.5 +++ FlashVarsTest.as 26 Jan 2008 11:38:29 -0000 1.6 @@ -22,7 +22,7 @@ // // execute the movie by passing: // QueryString="?a=a_in_qstring&q=q_in_qstring&MixCaseQstr=mixQstr&dejagnu.nested=chFvars&_root.fqv=fqQstr" -// FlashVars="?a=a_in_fvars&MixCaseFvars=mixFvars&dejagnu.nested=chQstr&_root.fqv=fqFVars" +// FlashVars="&a=a_in_fvars&v=v_in_fvars&MixCaseFvars=mixFvars&dejagnu.nested=chFVars&_root.fqv=fqFVars" // // QueryString is what appears embedded in the url, // FlashVars can be given as an attribute of the <embed> tag @@ -30,11 +30,17 @@ // // Example: // -// gnash -P "FlashVars=?a=a_in_fvars&v=v_in_fvars&MixCaseFvars=mixFvars&dejagnu.nested=chFvars&_root.fqv=fqQstr" +// gnash -P FlashVars="&a=a_in_fvars&v=v_in_fvars&MixCaseFvars=mixFvars&dejagnu.nested=chFVars&_root.fqv=fqFVars" // "FlashParamTest.swf?a=a_in_qstring&q=q_in_qstring&MixCaseQstr=mixQst&dejagnu.nested=chQstr&_root.fqv=fqFVars" // +// NOTE: the construct above won't work with current Gnash, as query string will be considered part of +// the filename (fix ?) +// // See FlashVarsTest.html for a way to test with a plugin // +// TODO: test complex FlashVars as in 'complex={a:1, b:2}' +// see http://flowplayer.org/documentation/quick+start +// note("a="+a); note("_root.a="+_root.a); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit