var widgetIframe2B4BCB4391DE7BF304F36C1900CA707D; function BuildVideo2B4BCB4391DE7BF304F36C1900CA707D() { ff_widget_div = document.getElementById("ff_video_2B4BCB43-91DE-7BF3-04F3-6C1900CA707D"); 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;"; widgetIframe2B4BCB4391DE7BF304F36C1900CA707D = document.createElement('iframe'); widgetIframe2B4BCB4391DE7BF304F36C1900CA707D.frameBorder=0; widgetIframe2B4BCB4391DE7BF304F36C1900CA707D.width="100%"; //widgetIframe2B4BCB4391DE7BF304F36C1900CA707D.height="400px"; widgetIframe2B4BCB4391DE7BF304F36C1900CA707D.id="ff_widget_iframe2B4BCB4391DE7BF304F36C1900CA707D"; widgetIframe2B4BCB4391DE7BF304F36C1900CA707D.scrolling="no"; widgetIframe2B4BCB4391DE7BF304F36C1900CA707D.style.cssText="min-width:320px;max-width:"+width+"px;overflow:hidden"; widgetIframe2B4BCB4391DE7BF304F36C1900CA707D.align="center" widgetIframe2B4BCB4391DE7BF304F36C1900CA707D.setAttribute('allowFullScreen', '') widgetIframe2B4BCB4391DE7BF304F36C1900CA707D.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(widgetIframe2B4BCB4391DE7BF304F36C1900CA707D); window.addEventListener("message", receiveMessage2B4BCB4391DE7BF304F36C1900CA707D, false); } function CheckVal(element_val) { if( element_val == null ) element_val = ''; return element_val; } function receiveMessage2B4BCB4391DE7BF304F36C1900CA707D(event) { if( event !== null && typeof event === 'object' ) { if( event.data !== null && typeof event.data === 'object' ) { if( event.data.action !== null && event.data.action=== 'HEIGHT' ) { widgetIframe2B4BCB4391DE7BF304F36C1900CA707D.height=event.data.height+"px"; } } } } BuildVideo2B4BCB4391DE7BF304F36C1900CA707D();