gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] I would like to see access to I/O for embedded devices


From: Rob Savoye
Subject: Re: [Gnash-dev] I would like to see access to I/O for embedded devices
Date: Thu, 02 Oct 2008 08:27:00 -0600
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

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 -




reply via email to

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