gnash
[Top][All Lists]
Advanced

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

[Gnash] ActionScript on gnash


From: Meryl Silverburgh
Subject: [Gnash] ActionScript on gnash
Date: Sun, 11 Feb 2007 21:13:27 -0600

I am trying to understand why gnash can't load youtube's player2.swf

When I compare the 'registerClass' output between 'gnash -v' and the
order of the flr file (the decompile player2.swf using flare), the
orders of registerClass
are different.

I expect 'SoundController' first and then 'ControlBlock', but the
output of gnash is different.  Can you please help me understand why?

Here is the output when run 'gnash' with '-v',

16:29:30: WARNING: Object.registerClass(ControlBlock,
PN5gnash11as_functionE [0x8790358]) TESTING)
16:29:30: WARNING: Object.registerClass(overlay_screen,
PN5gnash11as_functionE [0x8791850]) TESTING)
16:29:30: WARNING: Object.registerClass(NextVideoPanel,
PN5gnash11as_functionE [0x8793050]) TESTING)
16:29:30: WARNING: Object.registerClass(progressCircle,
PN5gnash11as_functionE [0x8795c28]) TESTING)
16:29:30: WARNING: Object.registerClass(endScreen,
PN5gnash11as_functionE [0x8797ad8]) TESTING)
16:29:30: WARNING: Object.registerClass(OverLay,
PN5gnash11as_functionE [0x8791850]) TESTING)
16:29:30: WARNING: Object.registerClass(fullDisplay,
PN5gnash11as_functionE [0x879a1b8]) TESTING)
16:29:30: WARNING: Object.registerClass(SoundController,
PN5gnash11as_functionE [0x879f728]) TESTING)
16:29:30: WARNING: stage_addlistener: unimplemented




On 2/11/07, Martin Guy <address@hidden> wrote:
> So I decompile the player2.swf SWF file and see what actionscript it contains.

It may help you to be suspicious of the AS implementation in Gnash;
from what little I have seen of the internals, not much care was taken
in the code we inherited to make sure that the methods do the same
thing as Flash Player's ones, nor are all methods implemented. The
wiki page on unimplemented AS methods does not seem to correspond to
reality

    M

Attachment: player2.flr
Description: Binary data


reply via email to

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