Wed 16 Dec 2015 03:49:48 PM UTC, comment #5:
Follow up from mailing list discussion
http://lists.gnu.org/archive/html/gnash-commit/2015-12/msg00043.html
http://lists.gnu.org/archive/html/gnash-commit/2015-12/msg00052.html
In case of compatibility concern, there are HTML-based test runner for
ExternalInterface and `GetVariable()` plugin function included in
bug #37223's `js2flash-auto-v2.tar.gz` (file #35071), and bug #42395's
`extgetvariable-auto.tar.gz` (file #35743) that could be used for checking
relevent behavior against proprietary Flash Player at JavaScript level.
For this case, Gnash (NPAPI libgnashplugin) before patching, after patching,
and Flash Player give all identical result:
`js2flash-testrunner.html` on browser with Gnash (before applying patch):
`js2flash-testrunner.html` on browser with Gnash (after applied patch):
`js2flash-testrunner.html` on browser with Flash Player:
`extgetvariable-testrunner.html` on browser with Gnash (before applying patch):
`extgetvariable-testrunner.html` on browser with Gnash (after applied patch):
`extgetvariable-testrunner.html` on browser with Flash Player:
Gnash: 0.8.11dev (git 95763ce 8-Dec-2015 and git 45b945d 15-Dec-2015) NPAPI
Adobe Flash Player: 11.2 r202 (11.2.202.491) NPAPI binary
Browser: Iceweasel 10.0.12 (debian)
System: Debian GNU/Linux 7.0 Wheezy i386
|