gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] gnash doesn't play swf file


From: chris janusz
Subject: [Gnash-dev] gnash doesn't play swf file
Date: Tue, 5 Jun 2012 12:05:11 -0700

Hi all:
  I've successfully cross-compiled gnash-0.8.10, but it doesn't play swf file.  when I started it up "qt4-gnash -r1 -va -X 300 -Y 100 gravity.swf". I only see a GUI window on my screen, titled "ravity" (Apparently missing a "g" here).

The console print out trace messages like these:

Constant pool: 0:gravity, 1:this, 2:_x, 3:dir_x, 4:_y, 5:dir_y, 6:_rotation, 7:rot, 8:bounce, 9:bounce_x, 10:Math, 1
1:random, 12:bounce_y, 13:bounced, 14:bounced!
Local registers:

PC:333 - EX: ActionGetVariable
-- get var: this=[gnash::MovieClip(_level0.ball):0x643b90]
After execution: PC 333, next PC 334, stack follows
Stack: "[number:600]" | "[gnash::MovieClip(_level0.ball):0x643b90]"
Global registers:
Constant pool: 0:gravity, 1:this, 2:_x, 3:dir_x, 4:_y, 5:dir_y, 6:_rotation, 7:rot, 8:bounce, 9:bounce_x, 10:Math, 1
1:random, 12:bounce_y, 13:bounced, 14:bounced!

I guess it's decoding swf with no problem, but got some issue drawing on the screen.
Can anyone give me some suggestions on how to debug this ?

I removed "EmbedWidget" class declaration in gui/qt/Qt4Gui.h" and also removed implementation/references in "gui/qt/Qt4Gui.cpp", assuming I don't need it for now, and hoping to get the compilation going. Could this be the reason that the movie doesn't show up??

Thanks
Lei


reply via email to

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