gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] ExternalInterface on Gnash


From: Rob Savoye
Subject: Re: [Gnash-dev] ExternalInterface on Gnash
Date: Fri, 25 Jan 2008 10:59:14 -0700
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Rafael Savignon wrote:

> i was wndering if it's possible to use ExternalInterface on gnash to call
> Cpp calls like is done trought an wrapper on visual studio .NET. is it
> possible?

  The ExternalInterface is full of nasty security problems, but with
Gnash, you can do the same thing by making an extension. Gnash extension
are usually just wrappers around existing development libraries that
export the C API into ActionScript, where your swf movie can use them.
This is a far superior way to handle external interfacing.

        - rob -




reply via email to

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