gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] GTK2 support checked in


From: Bastiaan Jacques
Subject: [Gnash-dev] GTK2 support checked in
Date: Tue, 04 Apr 2006 21:27:28 +0200
User-agent: KMail/1.9.1

> The plugin when using SDL plays in the browser like you'd want (except it
> has no event handling), and the GTK version pops up a separate window. (till
> I figure out why gtk_plug doesn't work)  

It doesn't work because nsPluginInstance::GetValue(aVariable, ..) doesn't call 
nsPluginInstance::NS_PluginGetValue(aVariable, ..) when aVariable == 
NPPVpluginNeedsXEmbed (it returns an error in that case). The attached patch 
corrects the issue by always making GetValue() call NS_PluginGetValue().

The problem that exists now is that the movie is not resized to the size of 
the browser window.

Bastiaan

Attachment: gnash-fix-getvalue-issue
Description: Text Data


reply via email to

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