I was successfully able to get my mp3 file to play when I moved my mp3 file into the directory the page was located in with this line:
{{ page.media['file.mp3'].preload('metadata') }}<br>
However, I want to use this with many pages, and don't want to move my audio files into the page directory. I want them to be loaded from /user/pages/audio. That example above is loaded from something like this: /user/pages/005chapter/003page/. So I need to be able to load it from the location, /user/pages/audio or something similar. I haven't been able to get the right code. Thanks in advance for the help.
Shane