"; $html .= get_embed_code($f_Link); $html .= ""; echo $html; } elseif ($f_File) { $video_path = $f_File->get_path(); $poster_attribute = $f_PreviewImage ? "poster='" . $f_PreviewImage->get_path() . "'" : ""; $autoplay_attribute = $f_IsAutoplay ? "autoplay" : ""; $html = "
"; $html .= ""; $html .= "
"; echo $html; } ?>