Why do my animations run in the editor launcher but not in the published player? (SOLVED)

I am perplexed.

Thanks to @vaios and @sonofdog for the help in fixing this issue! JQuery was the culprit. JQuery stole the focus from the application iframe in the published game. The fix was to call .focus() at the end of my initialization method.