Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Audio embeds in devlogs

A topic by CoolGuyBug created 16 days ago Views: 48 Replies: 1
Viewing posts 1 to 2
(2 edits)

Hey, I tried embedding audio in my devlog using HTML:

<audio controls="" src="[FILENAME]"></audio>

It works perfectly fine in the editor. But then when I save it, it reverts to plain text. Is there anything I can do about that?

Between the editor and the save, the code is sanitized.

I'm not sure which code is allowed and which is not, but from what you say, it's possible that audio control is not supported.