Play Audion File Located in External Resource

Hi,

Does anyone have an example of running the audio files that are located outside the hosted server with vaadin audio components

This is my code :

String location = “http://mosaicapi.jelastic.servint.net/upload/audios/sampel.mp3”;

_audio.setSource(new ExternalResource(location));
_audio.play();

Regards Moudy