Code Duplication    Length = 2-2 lines in 2 locations

projects/plugins/jetpack/modules/videopress/class.videopress-player.php 2 locations

@@ 805-806 (lines=2) @@
802
	 */
803
	private function flash_embed() {
804
		wp_enqueue_script( 'videopress' );
805
		if ( ! isset( $this->video->players->swf ) || ! isset( $this->video->players->swf->url ) ) {
806
			return '';
807
		}
808
809
		$embed = array(
@@ 838-839 (lines=2) @@
835
	 */
836
	private function flash_object() {
837
		wp_enqueue_script( 'videopress' );
838
		if ( ! isset( $this->video->players->swf ) || ! isset( $this->video->players->swf->url ) ) {
839
			return '';
840
		}
841
842
		$thumbnail_html = '<img alt="';