Ogg and wav work, but you can't use it in draw actor because draw actor event is triggered every frame the actor is drawn and since view is drawn all the time, it starts from beginning over and over again.
You have to use create actor event. Then it starts when view is created.