I have an audio component that plays throughout my app in the background. I found out how to do this here: https://getsatisfaction.com/apperyio/... and it works great.
My question is, is it possible to have a page load event that runs javascript to hide an element on the page only when the audio component is playing?
Thanks!