I have a web page which contains an Adobe Edge composition, as well as some other elements. Within the Edge composition, there are several buttons a user can click. I would like to pass some value when a button is clicked, so that my outer web page can identify which button has been clicked.
How do I do it? I have seen references to the AdobeEdge.bootstrapCallback function, but I'm not sure how to implement this to get the value(s) I need.