Set up your UBM Radio Player
This is how UBM Radio Player will look in your site.
If you're
happy with it, continue reading :)
Here is your HTML code. You
can copy and paste this code inside your website.
'+"\n"+
''+"\n"+
'';
getItem('generated-code').value=code;
getItem('rememberDownload').style.display="none";
}
function generateCode(){
if(!validateForm()){
return;
}
try { MRP.stop(); } catch(error) {};
if(getItem('hosted').checked){
generateMusesHostedCode();
}else{
generateUserHostedCode();
}
}
function musesCallback(event,value){
getItem('muses-last-event').innerHTML='
Latest JS Event: "'+event+'"'+((value!="0" || event=='volume')?' - Value: "'+value+'"':'');
}
setHostedMode(true);