[html5] Is there a way to use mp3 only (no ogg)

Hello,

I want to use mp3 and not ogg on my html5 app. So, is there a way to force mp3 ?

PS: I’m using Chrome or Opera

Cheers;

For now I’ve made it by replacing ogg by mp3 here : https://github.com/openfl/openfl/blob/50fc31603d2dbe42413b80e472e0ecbd5c892cd9/openfl/display/Preloader.hx#L77

It will be great to have a way to configure it.