How to implement event notification mechanism in AIR

Posted by nxhoaf on Stack Overflow See other posts from Stack Overflow or by nxhoaf
Published on 2012-05-15T16:22:18Z Indexed on 2012/06/01 10:41 UTC
Read the original article Hit count: 173

Do you know how to implement event notification mechanism in AIR ? For simplicity, consider an example:

I want to build two applications: "television" and "remote". Among them, television is implemented using AIR. For the "television" I want to use my remote to send message to the television.

How must I do to implement "television" in such way that, it runs in waiting mode and whenever it receives a message from "remote", it will process the message and make a suitable action (i.e. change channel, increase volume...).

Thank you in advance.

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about air