[Gnash-dev] plug-in testing

2008-11-25 Thread Charles Crisler
Hello gnash! Does anyone know if there is a binary (or source to build one) available for arbitrary plug-in testing? TIA - Chuck Crisler ___ Gnash-dev mailing list Gnash-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-dev

Re: [Gnash-dev] plug-in testing

2008-11-25 Thread strk
On Tue, Nov 25, 2008 at 09:56:34AM -0500, Charles Crisler wrote: Hello gnash! Does anyone know if there is a binary (or source to build one) available for arbitrary plug-in testing? TIA - Chuck Crisler What do you mean by 'arbitrary plug-in' ? --strk;

Re: [Gnash-dev] plug-in testing

2008-11-25 Thread Charles Crisler
Oh, say one that I am writting. I am looking for an application that implements a minimal browser side app with the NPAPI relatively well. On Tue, 2008-11-25 at 16:17 +0100, strk wrote: On Tue, Nov 25, 2008 at 09:56:34AM -0500, Charles Crisler wrote: Hello gnash! Does anyone know if there is a

Re: [Gnash-dev] plug-in testing

2008-11-25 Thread Bastiaan Jacques
So are you asking about NPAPI or about Gnash? Bastiaan On Tue, 25 Nov 2008, Charles Crisler wrote: Oh, say one that I am writting. I am looking for an application that implements a minimal browser side app with the NPAPI relatively well. On Tue, 2008-11-25 at 16:17 +0100, strk wrote: On

[Gnash-dev] sync mechanism with drawing frame and playing sound

2008-11-25 Thread WangJian
Hello ! Does Gnash have sync mechanism with drawing frame and playing sound? I found the frame are more slower than sound. Can Gnash framedrop for sync with drawing frame and playing sound ? Wangjian ___ Gnash-dev mailing list Gnash-dev@gnu.org

RE: [Gnash-dev] plug-in testing

2008-11-25 Thread Chuck Crisler
Sorry, NPAPI. -Original Message- From: Bastiaan Jacques [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 6:23 PM To: Charles Crisler Cc: strk; gnash-dev@gnu.org Subject: Re: [Gnash-dev] plug-in testing So are you asking about NPAPI or about Gnash? Bastiaan On Tue, 25 Nov

Re: [Gnash-dev] sync mechanism with drawing frame and playing sound

2008-11-25 Thread strk
On Wed, Nov 26, 2008 at 09:21:47AM +0800, WangJian wrote: Hello ! Does Gnash have sync mechanism with drawing frame and playing sound? I found the frame are more slower than sound. Can Gnash framedrop for sync with drawing frame and playing sound ? Yes it can, but is not enabled by

[Gnash-dev] MSVC Win32 compilation progress so far

2008-11-25 Thread Tonko Juricic
I have libamf, libasobj, libbase, libcore, libmedia, libnet, libparser and libvm compile both in Debug and Release versions. I am still not linking to anything external, just using all needed dependent headers in order to compile. Attached is the diff file - as you can see mostly unistd.h