gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #40420] VPlayer.swf from the media9 LaTeX package is


From: Nachanon Vetjasit
Subject: [Gnash-commit] [bug #40420] VPlayer.swf from the media9 LaTeX package is not supported
Date: Thu, 31 Oct 2013 05:43:35 +0000
User-agent: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.51

Follow-up Comment #1, bug #40420 (project gnash):

This is the key issue:
*19360:2] 109 UNIMPLEMENTED: This SWF file requires AVM2: there will be no
ActionScript interpretation*

Gnash does not support ActionScript 3 bytecode
that generally used in flash file these days.

Gnash only supports ActionScript 2 and ActionScript 1.

I'm trying not to sound unhelpful but,
solution as far as I know, is implementing
entire ActionScript 3 interpreter stack and its class library,
which is a big, very big task indeed.

I heard that this has been tried before, but the attempt
falled apart due to lack of developer time (and funds).

Current workaround is to use Lightspark (http://lightspark.github.io/),
which features ActionScript 3 (and only ActionScript 3) runtime.

Note: AVM stands for 'ActionScript Virtual Machine'
AVM1 (which Gnash have) is used for running ActionScript 1 and ActionScript
2.
AVM2 (which Gnash didn't have) is used for running ActionScript 3.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40420>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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