Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(4 edits)

I'm a little unsure what you mean by absolute path. I expected that you meant something like:

<audio controls> 
    <source type="audio/ogg" src="file:///C:/Users/MyName/Music/unfinished.ogg" /> 
</audio>

but after trying that out as well as a few other things the audio player still just showed up as unplayable

Did you mean to format it some other way?

(+1)

Sorry about that!

Yes, that’s the format I was suggesting, but I see that it’s not working in all environments. I don’t have a solution for you this minute. I’m hoping I can improve that handling in a later version.

That's fine, it'd be nice to see it improved later on. Thank you for your time!