On Fri, May 30, 2008 at 7:59 AM, Sercan PARLAK <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm developing a project in java on ubuntu (i'm new to java and ubuntu). I
> have to use flash player. But i can not find out anything. I wonder if i can
> use gnash in my project (jframe or jwindow).

You could look into http://java-gnome.sourceforge.net/; you'd
basically want a GDK drawable that Gnash's gtk GUI can write to.  I
suspect that you will need to do quite a bit of JNI coding to get this
to work; it's not something that will be trivial.

You could also write a JNI/Java GUI for Gnash.  The renderers use  a
uint_8 byte array to "draw" on.  There is nothing stopping a JNI GUI
from translating that to a JFrame (even via shared memory).

Good luck; sounds like fun.

 -Craig

--
http://inconnu.islug.org/~ink finger [EMAIL PROTECTED] for PGP block


_______________________________________________
Gnash mailing list
Gnash@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash

Reply via email to