TJ wrote:
> I would like to have access to I/O for embedded devices

  For file oriented devices we have the 'fileio' extension. To enable
extensions to ActionScript, configure Gnash with
--with-extensions=fileio. Gnash extension are similar to perl, python,
ruby, etc.. in that they can be wrappers for any C or C++ library used
on your workstation. These wrappers can then export their API so Gnash
handles them as native ActionScript commands. Writing a new extension is
pretty easy, no internal knowledge of Gnash is needed.

> I am working on Digital signage using Ti OMAP35X platform I need to turn on
> lights and send bits to Character LCD's 

  Is this file oriented access or do you need to poke a memory location
to do this ? Either way, this is easily supported.

        - rob -


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to