var widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D; function BuildVideoFA9761308EBE9A0CBC9D4FCF3E66620D() { ff_widget_div = document.getElementById("ff_video_FA976130-8EBE-9A0C-BC9D-4FCF3E66620D"); 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;"; widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D = document.createElement('iframe'); widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D.frameBorder=0; widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D.width="100%"; //widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D.height="400px"; widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D.id="ff_widget_iframeFA9761308EBE9A0CBC9D4FCF3E66620D"; widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D.scrolling="no"; widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D.style.cssText="min-width:320px;max-width:"+width+"px;overflow:hidden"; widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D.align="center" widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D.setAttribute('allowFullScreen', '') widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D.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(widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D); window.addEventListener("message", receiveMessageFA9761308EBE9A0CBC9D4FCF3E66620D, false); } function CheckVal(element_val) { if( element_val == null ) element_val = ''; return element_val; } function receiveMessageFA9761308EBE9A0CBC9D4FCF3E66620D(event) { if( event !== null && typeof event === 'object' ) { if( event.data !== null && typeof event.data === 'object' ) { if( event.data.action !== null && event.data.action=== 'HEIGHT' ) { widgetIframeFA9761308EBE9A0CBC9D4FCF3E66620D.height=event.data.height+"px"; } } } } BuildVideoFA9761308EBE9A0CBC9D4FCF3E66620D();