[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] Re: Flash using Gnash for KDE = Klash
From: |
Koos Vriezen |
Subject: |
Re: [Gnash] Re: Flash using Gnash for KDE = Klash |
Date: |
Sun, 19 Mar 2006 00:12:13 +0100 |
User-agent: |
Mutt/1.4.2.1i |
On Mon, Mar 13, 2006 at 09:18:10PM +0100, Kevin Krammer wrote:
> On Monday 13 March 2006 17:29, Rob Savoye wrote:
> > Kevin Krammer wrote:
> > > It seems to be in gnash's CVS now as well. Is this the latest version?
> >
> > Yes, it was contributed. This is the same code, but I merged the
> > configure/build stuff into the existing support so it'd fit into Gnash
> > better.
> >
> > > Klash plugin gets loaded flawlessly but playback flickers a lot. In the
> > > second animation, where Steff is fighting gladiator-like in an arena, I
> > > can see him being drawn with white shirt and tie before the armor is
> > > drawn over it on every move he makes.
> >
> > Needless to say, while Gnash plays many Flash movies, it doesn't do
> > all of them correctly. I haven't seen the flickering, but I'm mostly
> > deep in debugging the real plugin, and have mostly been using the
> > MozPlugger support in Firefox otherwise.
>
> Sorry, this is a misunderstanding.
> I meant that gnash when invoked directly is playing the movie without any
> problem, when embedded in Konqueror it shows the mentioned symptoms.
>
> I verified it with a flash file on disk, i.e. opening the swf file in
> Konqueror filemanager mode vs. gnash from commandline.
Found only one hint in
http://osdl.sourceforge.net/OSDL/OSDL-0.3/src/doc/web/main/documentation/rendering/SDL-hints.html
The SDL_WINDOWID only works properly under Linux/GTK
Klash uses the winid from XCreateSimpleWindow (that will be embedded in
QXEmbed). I guess I should set that one up some more?
Koos