gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] About the gnash openGL


From: Bastiaan Jacques
Subject: Re: [Gnash-dev] About the gnash openGL
Date: Tue, 6 Jan 2009 03:31:05 -0800 (PST)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)



On Tue, 6 Jan 2009, Question wrote:

OK, actually NOT only rendering but also need it to be interactive with mouse 
and keyboard, because we want it be part
of our UI framework. Is it possible?

In that case you might want to implement your own GUI for Gnash. So
essentially you'd be building your application on top of Gnash.

Do you mean some hidden Gnash windows deliverĀ bitmaps to my app, and the 
visible main window send click/resize/...
events back to those hidden windows to make them interactive?

That is what I was thinking, but seeing as you want to do event handling
you'd be better off implementing your own Gnash GUI instead.

As Gnash use the ffmpeg/Gstreamer as decoding audio and video library. Is it 
possible to streaming/play other formats
like mkv files directly?

You can play any file / URL that Gstreamer and FFMpeg support using the
actionscript NetStream.play(url) method.

Bastiaan

reply via email to

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