title
var ACCOUNT_ID = '44882229-177e-4f14-a693-d54c769dccfe';
var PAGE_NAME = 'Demos page for Stephen Lyons';
var RENDER_MODE = 'inline';
var DEFAULT_DEMO = 3449 ;
var AUTO_PLAY = false;
var SHOW_CONTACTS = true;
title
title
title
function listenDemo(category, ap) {
initializePlayer({
ownerId: ACCOUNT_ID,
mode: 'large',
renderMode: 'inline',
talentId: ACCOUNT_ID,
talentDemo: category,
containerId: 'voiceDemos',
portal: PAGE_NAME,
autoPlay: true,
showContacts: true,
showClose: true
});
}