Hello. I want to implement an application that sends data from the phone to the browser extension (start / pause / stop).
It is necessary that when you click the button, in the current open window the player (html5 / flash) executes the necessary command (start / pause / stop) obtained from the extension (or how else can you implement it?)
I think you need a connection via Bluetooth.
Tell me the material that I need to read to try to implement this program.