Inquiry Builder helps you to send us the products that are interested to you, Submitting an inquiry prompts Hillintonn representative to contact you shortly
var player;
var modVP;
function myTemplateLoaded(experienceID) {
player = brightcove.api.getExperience(experienceID);
modVP = player.getModule(brightcove.api.modules.APIModules.VIDEO_PLAYER);
}
function onTemplateReady(evt) {
}
function onMediaComplete(videoid, title, desc) {
$('.video_title').empty();
$('.video_title').html(title);
$('.video_para').empty();
$('.video_para').html(desc);
modVP.loadVideoByID(videoid);
}