Thread
j
2mo ago
Hosted Audio Assets
In Rive there is the option to embed your audio or have it hosted via Rive CDN via the Export Options in the Information panel when viewing the asset.
However, I am unable to find where this file gets hosted and what the URL is for it. I thought it would be referenced in the Framer code, but I only see reference to the .riv file there and not the audio file.
What is an easy way to see all of the assets that Rive CDN is serving for us?
Cheers!
1 reply
2mo ago
If you're just looking for URL of the assets, you can go to the Network
tab in Chrome DevTools:
If you want more control over the assets, like replacing them at runtime, check out the section on Referenced Assets
: https://rive.app/community/doc/loading-assets/doct4wVHGPgC
I hope that helps. :)