gnash
[Top][All Lists]
Advanced

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

Re: [Gnash] ActionScript on gnash


From: strk
Subject: Re: [Gnash] ActionScript on gnash
Date: Mon, 19 Feb 2007 22:20:27 +0100

On Sun, Feb 11, 2007 at 09:13:27PM -0600, Meryl Silverburgh wrote:
> 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 don't know flare enough, anyway the Flash model contains the concept
of "timelines". These are usually specified sequentially in a text form
but are played in parallel by the player.

If you can provide a testcase showing the problem that'd be the most
useful thing to work on. The testcase should prove itself to be
expected to work when feed to the proprietary player and clearly fail
when feed to Gnash. Best way to do this is by printing FAILED or PASSED
after checking some conditions. Best way to print is using the Dejagnu.swf
file, which will print both visually (in a textarea) and "debuggually"
(using traces). See if you can get flare to use Dejagnu.swf. More
details in the manual.

Keep in mind that even if you can't get a test to fail it's still worth
to keep it in the repository, to avoid future breaks of the specific layout your
testing, so you'd not be wasting time.

--strk;




reply via email to

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