var widgetIframeFE9506F0C82138917FE380416E15C065; function BuildVideoFE9506F0C82138917FE380416E15C065() { ff_widget_div = document.getElementById("ff_video_FE9506F0-C821-3891-7FE3-80416E15C065"); video_key = CheckVal(ff_widget_div.getAttribute("video_key")); vehicle_key = CheckVal(ff_widget_div.getAttribute("vehicle_key")); vehicle_vin = CheckVal(ff_widget_div.getAttribute("vehicle_vin")); width = CheckVal(ff_widget_div.getAttribute("ff_width")); disable_auto_play = CheckVal(ff_widget_div.getAttribute("disable_auto_play")); if( width == '' ) width = '640'; ff_widget_div.style="width:100%;float:left; text-align:center;"; widgetIframeFE9506F0C82138917FE380416E15C065 = document.createElement('iframe'); widgetIframeFE9506F0C82138917FE380416E15C065.frameBorder=0; widgetIframeFE9506F0C82138917FE380416E15C065.width="100%"; //widgetIframeFE9506F0C82138917FE380416E15C065.height="400px"; widgetIframeFE9506F0C82138917FE380416E15C065.id="ff_widget_iframeFE9506F0C82138917FE380416E15C065"; widgetIframeFE9506F0C82138917FE380416E15C065.scrolling="no"; widgetIframeFE9506F0C82138917FE380416E15C065.style.cssText="min-width:320px;max-width:"+width+"px;overflow:hidden"; widgetIframeFE9506F0C82138917FE380416E15C065.align="center" widgetIframeFE9506F0C82138917FE380416E15C065.setAttribute('allowFullScreen', '') widgetIframeFE9506F0C82138917FE380416E15C065.setAttribute("src", '//media.flickfusion.net/videos/basic/player_embedd.php?auto_resize=1&VIN='+vehicle_vin+'&vehicle_fkey='+vehicle_key+'&video_fkey='+video_key+'&disable_auto_play='+disable_auto_play); ff_widget_div.appendChild(widgetIframeFE9506F0C82138917FE380416E15C065); window.addEventListener("message", receiveMessageFE9506F0C82138917FE380416E15C065, false); } function CheckVal(element_val) { if( element_val == null ) element_val = ''; return element_val; } function receiveMessageFE9506F0C82138917FE380416E15C065(event) { if( event !== null && typeof event === 'object' ) { if( event.data !== null && typeof event.data === 'object' ) { if( event.data.action !== null && event.data.action=== 'HEIGHT' ) { widgetIframeFE9506F0C82138917FE380416E15C065.height=event.data.height+"px"; } } } } BuildVideoFE9506F0C82138917FE380416E15C065();