Implementing FMOD Project on Personal Website

Hi FMOD developers and users,

I’m trying to build my FMOD project with interactive parameters on my personal website so that viewers can listen to different sections of my music with smooth transitions based on the buttons they click. I tried to build it to html5 but didn’t see this option in preferences. I’m new to FMOD, hope this post gets seen and answered. Thanks!

I’m using FMOD 2.03.

Hi,

Thank you for sharing the information!

Could you please elaborate more on what you’re trying to achieve, so I can better understand your setup?

Just to clarify, FMOD Studio itself doesn’t build directly to HTML5. When you “Build” from Studio, it only produces bank files (your events and parameters), which are platform-independent. To make these events run in a browser, you would normally use the FMOD Engine (the HTML5 version).

For reference, you can find more information in our html5 documentation.