Mchelper (Make Controller Helper) is a separate application that must be run simultaneously with your Flash application. Because Flash can't connect to external devices by itself, Mchelper is a necessary intermediate step - it can connect to the Make Controller over the network and via USB, and then it formats communication with the board into XML that can be fed in and out of Flash. McFlashConnect makes a connection to Mchelper from your Flash movie.
The general idea is that you:
- Connect to mchelper.
- Receive info about which boards are connected.
- Send and/or receive messages to any of those boards.
- Receive info when mchelper has disconnected.
McFlashConnect emits a few events of interest - check these out at in the in the McEvent section.
The easiest way to get started is to check out a few of the example files included in the MakingThings download, and start modifying things to fit your project.