Muses Radio Player

Frequently asked questions

What should I use Event Callbacks for?

Event Callbacks is a feature designed to provide power to web developers. Some suggested uses for this feature are:

  • Storing User Preferences: You can store the user's last selected volume in a cookie for future reference.
     
  • Change the UI: You can change some stuff on the website when users starts/stops playing or changes the volume.
     
  • Collect Statistics: If you store events with date/time attached, you can get information about how much time people spends listening your streaming, peak audience hours, or any other report you can build with this information.
     
  • Other stuff: Use your imagination and you'll find hundreds of uses for callback events :)



More FAQs