gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #40459] master-21901-77966b2 doesn’t show downloade


From: Sandro Santilli
Subject: [Gnash-commit] [bug #40459] master-21901-77966b2 doesn’t show downloaded bytes
Date: Tue, 05 Nov 2013 17:24:36 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #10, bug #40459 (project gnash):

You don't need to code in C++ as long as you can produce a self-contained
testcase (one that printes PASSED/FAILED messages when run).

In orer to compile sound.sc you just type: make sound.swf, the Makefile rule
will take care of everything else. The include directive will be processed
before invoking swfc. The preprocessor will substitute the MEDIA(sound1.wav).

That said, sound.sc is really not the right place to do your work about
MovieLoader, as it's unrelated to sound.

Actually it won't be easy to code a testcase for onLoadProgress because the
callback is expected to be called every 65535 bytes parsed, so any test would
need to request load of something that is at least 128k big, and we might now
want to encode such swf in the testsuite as a payload. The biggest SWF file in
misc-swfc.all testsuite is 40k. But there's a ~230k zoomhenge.swf file located
in testsuite/movie.all that might be used as payload.

You could also do the test in actioncsript/MovieClipLoader.as, which may be
easier as it's already focused on MovieClipLoader.
You'll need libming installed for that one.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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