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 - _______________________________________________ Gnash-dev mailing list Gnash-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-dev