i've been looking around for some examples on how this is done- but the only information i can find doesnt really make it clear to me.
im hoping someone here can possible lend some insight.
i currently have an air app the i made some time ago. The air app stops on Frame 3 and I have to use a mouse click to proceed. What i want to do is advance to the next frame when i click a btn on a html page loaded on a device(phone/tablet). The Air App itself will be running all the time.
I've got a server setup so i can access the html button from my device (local network).
I've also implemented this http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/Socket.html#includeExamplesSummary to see how it interacts with my server. When i run the air app i can see it calling the server and the air app does print some results from the server in the debugger output. But really, this isnt what i want to do. It just demonstrates that there is some connectivity happening. but the flow is all wrong.
So my question is. can anyone give me some details on how to trigger a frame in an Air App from another device within the same network? The other device doesnt need to have any flash on it. just a simple html button will do.
thanks