haibin zhang wrote:

The 2nd question, I meaned that: swf how to get information from gnash; and
gnash how to get command from swf(our UI). For example, There is a button in
swf, when we click that button, gnash how to capture?

The typical way to do this is when the button is clicked, it sends an XML message to another application that does the actual work. The other option would be to write a Gnash extension that does whatever it is you need to do when the button is clicked, and the you can access that from your swf directly. How you do this sort of depends on what you want to happen.

        - rob -


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

Reply via email to