ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

test avmglue.abc #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

one of the goal of redtamarin is to be able to run
AS3 code wrote for Flash/Flex but on the command line

you would not be able to use a Sprite class

but it would be nice to be able to compile
against playerglobal.abc and airglobal.abc

and have the compilation pass

right now the problem is an error message
on ByteArray etc. about circular dependency

Original issue reported on code.google.com by zwetan on 25 Nov 2008 at 9:40

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 26 Apr 2009 at 8:24

GoogleCodeExporter commented 9 years ago
solution: generate our own playerglobal.abc, see the avmglue project

Original comment by zwetan on 9 Aug 2010 at 11:21

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 9 Aug 2010 at 11:21

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 9 Aug 2010 at 11:21

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 3 Feb 2011 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 3 Feb 2011 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 3 Feb 2011 at 3:15

GoogleCodeExporter commented 9 years ago
Has this been fixed?

Original comment by ascensio...@gmail.com on 3 Mar 2011 at 9:55

GoogleCodeExporter commented 9 years ago
those abc depends on the project avmglue which is not ready yet

Original comment by zwetan on 3 Mar 2011 at 8:12

GoogleCodeExporter commented 9 years ago
avmglue.abc

will be able to implement or mock parts of playerglobal.swc and/or airglobal.swc

Original comment by zwetan on 18 Apr 2011 at 2:12

GoogleCodeExporter commented 9 years ago
ok so avmglue.abc is working

except for the API versioning (but not a deal breaker)

Original comment by zwetan on 19 Apr 2011 at 1:58