I just want to preface this by saying that it might be really obvious and I'm just missing something. But I have an HTML page that uses Javascript to make a countdown clock. I have functions that can pause, play, or reset the clock. I've used the "Send User Variables to HTML" plugin to send User Variables and complete those actions. (Plugin available here; https://github.com/brightsign/BrightAuthor-Plugins/tree/master/Send-User-Variables-To-HTML)
However, I've found that I need to send UDP commands, not user variables. So, how can I receive UDP commands through Javascript/HTML?
Thanks in advance!