Dear Appery,
I have a select component, on its value change event i have this code:
code
var x = Appery("mobileselectmenu_1").find("option:selected").val();
var url = "http://xxxx.it.s3.amazonaws.com/voice/" + x + ".mp3"
window.open(url);
/code
once i choose an item in the select, the browser open a NEW page and play the file, i'm looking for the correct way on how to play it on the SAME page..
many thanks in advance!
Best,
Ram