Play mp3 sounds within mendix

2
Is it possible to play mp3 in mendix. Let's say I upload mp3 as files in to a mendix entity. I need a widget I think to play this file within mendix. Is that correct?
asked
2 answers
3

Playing mp3's generally doesn't work too well in Javascript as it simply doesn't support it.

There are Flash .swf music players though, that can be inserted dynamically using javascript, having JS setting the mp3 location for the player.

Stackoverflow: Play mp3 using Javascript and SWF

answered
-1

It all depends on your browser, but the file Document Viewer widget just might do the trick. (But why do you want to play sounds ?!)

answered