var widgetIframeBBE4910CED726FA8621AAF00E8BFC249; function BuildVideoBBE4910CED726FA8621AAF00E8BFC249() { ff_widget_div = document.getElementById("ff_video_BBE4910C-ED72-6FA8-621A-AF00E8BFC249"); 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;"; widgetIframeBBE4910CED726FA8621AAF00E8BFC249 = document.createElement('iframe'); widgetIframeBBE4910CED726FA8621AAF00E8BFC249.frameBorder=0; widgetIframeBBE4910CED726FA8621AAF00E8BFC249.width="100%"; //widgetIframeBBE4910CED726FA8621AAF00E8BFC249.height="400px"; widgetIframeBBE4910CED726FA8621AAF00E8BFC249.id="ff_widget_iframeBBE4910CED726FA8621AAF00E8BFC249"; widgetIframeBBE4910CED726FA8621AAF00E8BFC249.scrolling="no"; widgetIframeBBE4910CED726FA8621AAF00E8BFC249.style.cssText="min-width:320px;max-width:"+width+"px;overflow:hidden"; widgetIframeBBE4910CED726FA8621AAF00E8BFC249.align="center" widgetIframeBBE4910CED726FA8621AAF00E8BFC249.setAttribute('allowFullScreen', '') widgetIframeBBE4910CED726FA8621AAF00E8BFC249.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(widgetIframeBBE4910CED726FA8621AAF00E8BFC249); window.addEventListener("message", receiveMessageBBE4910CED726FA8621AAF00E8BFC249, false); } function CheckVal(element_val) { if( element_val == null ) element_val = ''; return element_val; } function receiveMessageBBE4910CED726FA8621AAF00E8BFC249(event) { if( event !== null && typeof event === 'object' ) { if( event.data !== null && typeof event.data === 'object' ) { if( event.data.action !== null && event.data.action=== 'HEIGHT' ) { widgetIframeBBE4910CED726FA8621AAF00E8BFC249.height=event.data.height+"px"; } } } } BuildVideoBBE4910CED726FA8621AAF00E8BFC249();